|
@@ -1524,16 +1524,6 @@ static void ath9k_htc_bss_info_changed(struct ieee80211_hw *hw,
|
|
ath9k_htc_beacon_config(priv, vif);
|
|
ath9k_htc_beacon_config(priv, vif);
|
|
}
|
|
}
|
|
|
|
|
|
- if (changed & BSS_CHANGED_ERP_CTS_PROT) {
|
|
|
|
- ath_dbg(common, ATH_DBG_CONFIG, "BSS Changed CTS PROT %d\n",
|
|
|
|
- bss_conf->use_cts_prot);
|
|
|
|
- if (bss_conf->use_cts_prot &&
|
|
|
|
- hw->conf.channel->band != IEEE80211_BAND_5GHZ)
|
|
|
|
- priv->op_flags |= OP_PROTECT_ENABLE;
|
|
|
|
- else
|
|
|
|
- priv->op_flags &= ~OP_PROTECT_ENABLE;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
if (changed & BSS_CHANGED_ERP_SLOT) {
|
|
if (changed & BSS_CHANGED_ERP_SLOT) {
|
|
if (bss_conf->use_short_slot)
|
|
if (bss_conf->use_short_slot)
|
|
ah->slottime = 9;
|
|
ah->slottime = 9;
|