[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <46D45F9B.2000000@lwfinger.net>
Date: Tue, 28 Aug 2007 12:47:07 -0500
From: Larry Finger <larry.finger@...inger.net>
To: Johannes Berg <johannes@...solutions.net>
CC: Christoph Hellwig <hch@...radead.org>,
Jiri Slaby <jirislaby@...il.com>, linville@...driver.com,
linux-wireless@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [PATCH 1/5] Net: ath5k, split hw into hw, phy and initvals
Johannes Berg wrote:
> On Tue, 2007-08-28 at 18:10 +0100, Christoph Hellwig wrote:
>> On Tue, Aug 28, 2007 at 11:58:52AM -0400, Jiri Slaby wrote:
>>> -ath5k-objs = ath5k_base.o ath5k_hw.o ath5k_regdom.o
>>> +ath5k-objs = ath5k_base.o ath5k_hw.o ath5k_regdom.o \
>>> + ath5k_hw_phy.o ath5k_hw_inivals.o
>> And while I'm at nitpicking :)
>>
>> ath5k_hw_phy.o should probably be ath5k_phy.o by conventions used by
>> most drivers and ath5k_hw_inivals.o mights aswell be something like
>> ath5k_init.o
>
> While we're at names... I personally much prefer a new directory ath5k
> and then ath5k/hw.c etc. but it seems I'm pretty alone in that. But here
> we already have at least four files now.
I agree with you. If a wireless driver takes more than one .c and one .h file, it belongs in its own
directory, and the file names stripped of any driver prefix. Not only are the file names simpler,
but Makefile and Kconfig in wireless benefits.
Larry
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists