linux/drivers/net/wireless/ath9k
Hannes Eder bf512bc827 drivers/net/wireless/ath9k: fix sparse warnings: make symbols static
Fix this sparse warnings:

  drivers/net/wireless/ath9k/eeprom.c:195:6: warning: symbol 'ath9k_fill_eeprom' was not declared. Should it be static?
  drivers/net/wireless/ath9k/eeprom.c:463:5: warning: symbol 'ath9k_check_eeprom' was not declared. Should it be static?
  drivers/net/wireless/ath9k/eeprom.c:1219:6: warning: symbol 'ath9k_hw_set_def_power_per_rate_table' was not declared. Should it be static?
  drivers/net/wireless/ath9k/eeprom.c:1510:6: warning: symbol 'ath9k_hw_set_4k_power_per_rate_table' was not declared. Should it be static?
  drivers/net/wireless/ath9k/eeprom.c:2007:5: warning: symbol 'ath9k_set_txpower' was not declared. Should it be static?
  drivers/net/wireless/ath9k/eeprom.c:2106:6: warning: symbol 'ath9k_set_addac' was not declared. Should it be static?
  drivers/net/wireless/ath9k/eeprom.c:2543:6: warning: symbol 'ath9k_eeprom_set_board_values' was not declared. Should it be static?
  drivers/net/wireless/ath9k/eeprom.c:2606:5: warning: symbol 'ath9k_get_eeprom_antenna_cfg' was not declared. Should it be static?
  drivers/net/wireless/ath9k/eeprom.c:2622:4: warning: symbol 'ath9k_hw_get_4k_num_ant_config' was not declared. Should it be static?
  drivers/net/wireless/ath9k/eeprom.c:2628:4: warning: symbol 'ath9k_hw_get_def_num_ant_config' was not declared. Should it be static?
  drivers/net/wireless/ath9k/eeprom.c:2647:4: warning: symbol 'ath9k_get_num_ant_config' was not declared. Should it be static?
  drivers/net/wireless/ath9k/eeprom.c:2790:5: warning: symbol 'ath9k_get_eeprom' was not declared. Should it be static?

Signed-off-by: Hannes Eder <hannes@hanneseder.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-12-26 00:13:29 -08:00
..
Kconfig ath9k: Add ATH9K_DEBUG configuration option 2008-12-05 09:35:08 -05:00
Makefile ath9k: Add ATH9K_DEBUG configuration option 2008-12-05 09:35:08 -05:00
ani.c ath9k: Replace ath9k_opmode with nl80211_iftype 2008-12-05 09:35:47 -05:00
ath9k.h ath9k: Adding support for Atheros AR9285 chipset. 2008-12-12 13:48:26 -05:00
beacon.c ath9k: Refactor struct ath_softc 2008-12-12 14:02:17 -05:00
calib.c ath9k: Adding support for Atheros AR9285 chipset. 2008-12-12 13:48:26 -05:00
core.h ath9k: Protect config() callback with a mutex 2008-12-19 15:23:50 -05:00
debug.c ath9k: Add a debugfs file to show interrupt statistics 2008-12-12 13:48:24 -05:00
eeprom.c drivers/net/wireless/ath9k: fix sparse warnings: make symbols static 2008-12-26 00:13:29 -08:00
hw.c ath9k: avoid rx frames with corrupted descriptor. 2008-12-12 13:48:30 -05:00
hw.h ath9k: Incorrect band enum causes invalid antenna configuration. 2008-12-12 13:48:27 -05:00
initvals.h ath9k: Adding initvalues for Atheros AR9285 chipset. 2008-12-12 13:48:26 -05:00
mac.c ath9k: avoid rx frames with corrupted descriptor. 2008-12-12 13:48:30 -05:00
main.c ath9k: Fixed RX decryption status reporting 2008-12-19 15:23:53 -05:00
phy.c ath9k: Use cleaner debug masks 2008-12-05 09:35:08 -05:00
phy.h ath9k: Adding support for Atheros AR9285 chipset. 2008-12-12 13:48:26 -05:00
rc.c ath9k: Fix a NULL pointer dereference in ath_rate_get 2008-12-19 15:23:44 -05:00
rc.h ath9k: Dont update rate control for every AMPDU 2008-11-26 09:47:40 -05:00
recv.c ath9k: Synchronize DMA transfer with CPU at right place 2008-12-19 15:23:26 -05:00
reg.h ath9k: Adding AR9285 chipset register information. 2008-12-12 13:48:26 -05:00
regd.c generic swap(): ath9k: rename swap() to swap_array() 2008-12-05 09:35:56 -05:00
regd.h generic swap(): ath9k: rename swap() to swap_array() 2008-12-05 09:35:56 -05:00
regd_common.h ath9k: Revamp wireless mode usage 2008-08-07 09:49:44 -04:00
xmit.c ath9k: Remove MAC header pad before reporting TX status 2008-12-19 15:23:24 -05:00