linux/drivers/net/wireless/ath5k
Jiri Slaby 2c91108c55 ath5k: constify stuff
Make some structures const to place them in .rodata, since we won't
change them.

Most important parts of objdump -h:
-  0 .text         00011170
+  0 .text         00011140
-  5 .rodata       0000828e
+  5 .rodata       0000895e
- 13 .data         00000560
+ 13 .data         00000110
- 14 .devinit.data 00000260

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Acked-by: Nick Kossifidis <mickflemm@gmail.com>
Cc: Luis R. Rodriguez <lrodriguez@atheros.com>
Cc: Bob Copeland <me@bobcopeland.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-03-16 18:09:36 -04:00
..
ath5k.h ath5k: Update reset code 2009-02-13 13:44:49 -05:00
attach.c ath5k: constify stuff 2009-03-16 18:09:36 -04:00
base.c ath5k: constify stuff 2009-03-16 18:09:36 -04:00
base.h ath5k: move beacon processing to a tasklet 2009-02-27 14:52:37 -05:00
caps.c ath5k: discard 11g caps if reported by an ar5211 eeprom 2009-01-29 16:00:26 -05:00
debug.c ath5k: constify stuff 2009-03-16 18:09:36 -04:00
debug.h mac80211: Generic TSF debugging 2009-01-29 16:01:46 -05:00
desc.c ath5k: correct packet length in tx descriptors 2008-12-19 15:24:02 -05:00
desc.h
dma.c fix similar typos to successfull 2009-01-08 08:31:15 -08:00
eeprom.c ath5k: Storage class should be before const qualifier 2009-02-13 13:45:12 -05:00
eeprom.h ath5k: Update reset code 2009-02-13 13:44:49 -05:00
gpio.c ath5k: fix off-by-one in gpio checks 2009-01-29 15:59:45 -05:00
initvals.c ath5k: Update initvals 2009-02-13 13:44:47 -05:00
Kconfig
Makefile
pcu.c ath5k: Set TSF fix 2009-03-05 14:39:40 -05:00
phy.c ath5k: Update RF Buffer handling 2009-02-13 13:44:45 -05:00
qcu.c ath5k: Minor QCU updates 2009-01-29 15:59:53 -05:00
reg.h ath5k: Update reset code 2009-02-13 13:44:49 -05:00
reset.c ath5k: constify stuff 2009-03-16 18:09:36 -04:00
rfbuffer.h ath5k: Update RF Buffer handling 2009-02-13 13:44:45 -05:00
rfgain.h ath5k: Update gain_F calibration code and add documentation 2009-02-13 13:44:43 -05:00