linux/drivers/net/wireless/b43
Joe Perches 20407ed8a5 iwlwifi: Use static const
Using static const generally increases object text and decreases data size.
It also generally decreases overall object size.

   text	   data	    bss	    dec	    hex	filename
  48644	     57	  12120	  60821	   ed95	drivers/net/wireless/b43/phy_n.o.new
  48661	     57	  12120	  60838	   eda6	drivers/net/wireless/b43/phy_n.o.old
  37906	     86	   7904	  45896	   b348	drivers/net/wireless/iwlwifi/iwl-agn-lib.o.new
  37937	     86	   7904	  45927	   b367	drivers/net/wireless/iwlwifi/iwl-agn-lib.o.old
  37781	    523	   6752	  45056	   b000	drivers/net/wireless/iwlwifi/iwl-3945.o.new
  37781	    523	   6752	  45056	   b000	drivers/net/wireless/iwlwifi/iwl-3945.o.old

Changed b43_nphy_write_clip_detection to take a const u16 *

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2010-11-22 15:58:48 -05:00
..
Kconfig
Makefile b43: N-PHY: put 2056-radio's specific code in separated file 2010-10-15 15:57:40 -04:00
b43.h b43: define known SPROM boardflags2 bits 2010-11-15 13:24:32 -05:00
debugfs.c net/wireless: use generic_file_llseek in debugfs 2010-09-16 10:33:08 +02:00
debugfs.h
dma.c b43: remove extraneous code in free_ringmemory 2010-11-15 13:24:38 -05:00
dma.h
leds.c
leds.h
lo.c
lo.h
main.c drivers/net/wireless/b43/main.c: Use printf extension %pV 2010-11-16 16:37:04 -05:00
main.h
pcmcia.c pcmcia: move driver name to struct pcmcia_driver 2010-09-29 17:20:24 +02:00
pcmcia.h
phy_a.c
phy_a.h
phy_common.c b43: Use static const 2010-11-22 15:58:47 -05:00
phy_common.h b43: N-PHY: replace N-specific radio_chanspec with common code 2010-10-15 15:57:36 -04:00
phy_g.c b43: silence most sparse warnings 2010-07-21 14:37:38 -04:00
phy_g.h
phy_lp.c b43: silence most sparse warnings 2010-07-21 14:37:38 -04:00
phy_lp.h
phy_n.c iwlwifi: Use static const 2010-11-22 15:58:48 -05:00
phy_n.h b43: N-PHY: put radio-specific code in separated file 2010-10-15 15:57:38 -04:00
pio.c
pio.h
radio_2055.c b43: N-PHY: fix 2055 radio init 2010-11-15 13:24:31 -05:00
radio_2055.h b43: N-PHY: put radio-specific code in separated file 2010-10-15 15:57:38 -04:00
radio_2056.c b43: N-PHY: add 2056 radio channels tables 2010-11-22 15:35:18 -05:00
radio_2056.h b43: N-PHY: define registers names for 2056 radio 2010-11-09 16:13:23 -05:00
rfkill.c b43: rfkill: use HI enabled bit for all devices 2010-11-22 15:48:50 -05:00
rfkill.h
sdio.c b43: Fix warning at drivers/mmc/core/core.c:237 in mmc_wait_for_cmd 2010-10-29 14:35:06 -04:00
sdio.h
sysfs.c
sysfs.h
tables.c
tables.h
tables_lpphy.c
tables_lpphy.h
tables_nphy.c b43: N-PHY: put 2056-radio's specific code in separated file 2010-10-15 15:57:40 -04:00
tables_nphy.h b43: N-PHY: put 2056-radio's specific code in separated file 2010-10-15 15:57:40 -04:00
wa.c b43: silence most sparse warnings 2010-07-21 14:37:38 -04:00
wa.h
xmit.c
xmit.h