diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2014-08-23 03:59:11 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-08-28 14:49:36 -0400 |
commit | 55254eeacae622075cedc59bb2e1da9573bad9da (patch) | |
tree | ad9ec5cbc9222f7572fc63edb6f746ea769eb1d6 /drivers/net/wireless/ath/ath9k/ath9k.h | |
parent | 6d7cbd779059fd2d79e3d54997036f6dd2dc9202 (diff) |
ath9k: Exclude more functions
Use CONFIG_ATH9K_CHANNEL_CONTEXT to exclude more functions:
ath_offchannel_channel_change()
ath_scan_channel_start()
ath_scan_send_probe()
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/ath9k.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ath9k.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h index f9863e689cd2..3b4201caee5b 100644 --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h | |||
@@ -420,7 +420,6 @@ void ath_chanctx_set_channel(struct ath_softc *sc, struct ath_chanctx *ctx, | |||
420 | void ath_chanctx_switch(struct ath_softc *sc, struct ath_chanctx *ctx, | 420 | void ath_chanctx_switch(struct ath_softc *sc, struct ath_chanctx *ctx, |
421 | struct cfg80211_chan_def *chandef); | 421 | struct cfg80211_chan_def *chandef); |
422 | void ath_chanctx_check_active(struct ath_softc *sc, struct ath_chanctx *ctx); | 422 | void ath_chanctx_check_active(struct ath_softc *sc, struct ath_chanctx *ctx); |
423 | void ath_offchannel_channel_change(struct ath_softc *sc); | ||
424 | void ath_chanctx_offchan_switch(struct ath_softc *sc, | 423 | void ath_chanctx_offchan_switch(struct ath_softc *sc, |
425 | struct ieee80211_channel *chan); | 424 | struct ieee80211_channel *chan); |
426 | struct ath_chanctx *ath_chanctx_get_oper_chan(struct ath_softc *sc, | 425 | struct ath_chanctx *ath_chanctx_get_oper_chan(struct ath_softc *sc, |