]> git.karo-electronics.de Git - mv-sheeva.git/commit
ath5k: make ath5k_update_bssid_mask_and_opmode() static
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Wed, 20 Oct 2010 13:59:38 +0000 (06:59 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 15 Nov 2010 18:23:19 +0000 (13:23 -0500)
commit14fb7c17e97ea0fcc545393fb1f34e6541647b5b
tree845ae30f011b0ff445ce8a278f1873d2d38c6169
parentf8c2a0871b8462481a02445b38a7321ad63bfc88
ath5k: make ath5k_update_bssid_mask_and_opmode() static

This fixes this sparse warning:

  CHECK   drivers/net/wireless/ath/ath5k/base.c
drivers/net/wireless/ath/ath5k/base.c:569:6: warning: symbol
'ath5k_update_bssid_mask_and_opmode' was not declared. Should it be static?

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath5k/base.c