Re: [ath5k-devel] [PATCH] ath5k: Move mac80211 functions into new file

2010-12-23 Thread Bob Copeland
On Wed, Dec 22, 2010 at 5:20 AM, Bruno Randolf wrote: > Move mac80211 functions into new file mac80211-ops.c to have a better > separation and to make base.c smaller. Or we could move the non-ops to a different file... BTW I just rebased my sta PS code and I'll be working on it this holiday week

Re: [ath5k-devel] [PATCH] ath5k: Move mac80211 functions into new file

2010-12-22 Thread Nick Kossifidis
2010/12/22 Luis R. Rodriguez : > On Wed, Dec 22, 2010 at 7:08 AM, Sedat Dilek > wrote: >> On Wed, Dec 22, 2010 at 11:20 AM, Bruno Randolf wrote: >>> Move mac80211 functions into new file mac80211-ops.c to have a better >>> separation and to make base.c smaller. >>> >>> Signed-off-by: Bruno Rando

Re: [ath5k-devel] [PATCH] ath5k: Move mac80211 functions into new file

2010-12-22 Thread Luis R. Rodriguez
On Wed, Dec 22, 2010 at 7:08 AM, Sedat Dilek wrote: > On Wed, Dec 22, 2010 at 11:20 AM, Bruno Randolf wrote: >> Move mac80211 functions into new file mac80211-ops.c to have a better >> separation and to make base.c smaller. >> >> Signed-off-by: Bruno Randolf >> --- >>  drivers/net/wireless/ath/a

Re: [ath5k-devel] [PATCH] ath5k: Move mac80211 functions into new file

2010-12-22 Thread Sedat Dilek
On Wed, Dec 22, 2010 at 11:20 AM, Bruno Randolf wrote: > Move mac80211 functions into new file mac80211-ops.c to have a better > separation and to make base.c smaller. > > Signed-off-by: Bruno Randolf > --- >  drivers/net/wireless/ath/ath5k/Makefile       |    1 >  drivers/net/wireless/ath/ath5k/

[ath5k-devel] [PATCH] ath5k: Move mac80211 functions into new file

2010-12-22 Thread Bruno Randolf
Move mac80211 functions into new file mac80211-ops.c to have a better separation and to make base.c smaller. Signed-off-by: Bruno Randolf --- drivers/net/wireless/ath/ath5k/Makefile |1 drivers/net/wireless/ath/ath5k/base.c | 763 ++--- drivers/net/wireles