summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/init.c
diff options
context:
space:
mode:
authorSujith Manoharan <c_manoha@qca.qualcomm.com>2013-12-18 09:53:19 +0530
committerJohn W. Linville <linville@tuxdriver.com>2013-12-18 15:23:39 -0500
commit7b6ef9982df6ee5578fcc061a7f613908f1e65c5 (patch)
tree9ea0009463898542186e5d3872f3d843ef4d96c7 /drivers/net/wireless/ath/ath9k/init.c
parentf65c0825512b7b8ed6cc6e43bb46ca2c758d9ae4 (diff)
downloadlinux-7b6ef9982df6ee5578fcc061a7f613908f1e65c5.tar.gz
linux-7b6ef9982df6ee5578fcc061a7f613908f1e65c5.tar.bz2
linux-7b6ef9982df6ee5578fcc061a7f613908f1e65c5.zip
ath9k: Cleanup ath9k.h
* Remove unused macros. * Move definitions to appropriate sections. Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/init.c')
-rw-r--r--drivers/net/wireless/ath/ath9k/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/init.c b/drivers/net/wireless/ath/ath9k/init.c
index 609b7e13f3f0..9d2c3eb9e34e 100644
--- a/drivers/net/wireless/ath/ath9k/init.c
+++ b/drivers/net/wireless/ath/ath9k/init.c
@@ -899,7 +899,7 @@ static const struct ieee80211_iface_combination if_comb[] = {
}
};
-void ath9k_set_hw_capab(struct ath_softc *sc, struct ieee80211_hw *hw)
+static void ath9k_set_hw_capab(struct ath_softc *sc, struct ieee80211_hw *hw)
{
struct ath_hw *ah = sc->sc_ah;
struct ath_common *common = ath9k_hw_common(ah);