diff options
author | John W. Linville <linville@tuxdriver.com> | 2014-05-30 13:43:31 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-05-30 13:43:31 -0400 |
commit | 8f1e5d31cf92b037506d5222fc713f27b5d46718 (patch) | |
tree | 2532bcbfeb4bb146cde3a90427067a0529d32447 /drivers/net/wireless/ath/ath9k | |
parent | 57afc62e9422954329adecdb8251cc232e9fe308 (diff) | |
parent | 08b8aa0931830cc4b96b47f884fe623aef5c4b84 (diff) | |
download | op-kernel-dev-8f1e5d31cf92b037506d5222fc713f27b5d46718.zip op-kernel-dev-8f1e5d31cf92b037506d5222fc713f27b5d46718.tar.gz |
Merge branch 'for-linville' of git://github.com/kvalo/ath
Diffstat (limited to 'drivers/net/wireless/ath/ath9k')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/main.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/net/wireless/ath/ath9k/main.c b/drivers/net/wireless/ath/ath9k/main.c index 40791db..62ac95d 100644 --- a/drivers/net/wireless/ath/ath9k/main.c +++ b/drivers/net/wireless/ath/ath9k/main.c @@ -2230,14 +2230,6 @@ static void ath9k_sw_scan_complete(struct ieee80211_hw *hw) clear_bit(ATH_OP_SCANNING, &common->op_flags); } -static void ath9k_channel_switch_beacon(struct ieee80211_hw *hw, - struct ieee80211_vif *vif, - struct cfg80211_chan_def *chandef) -{ - /* depend on vif->csa_active only */ - return; -} - struct ieee80211_ops ath9k_ops = { .tx = ath9k_tx, .start = ath9k_start, @@ -2285,5 +2277,4 @@ struct ieee80211_ops ath9k_ops = { #endif .sw_scan_start = ath9k_sw_scan_start, .sw_scan_complete = ath9k_sw_scan_complete, - .channel_switch_beacon = ath9k_channel_switch_beacon, }; |