Commit 3a2329f2 authored by Mohammed Shafi Shajakhan's avatar Mohammed Shafi Shajakhan Committed by John W. Linville

ath9k: Update comments for not parsing DTIM period

Add few comments for not parsing DTIM period from mac80211
Signed-off-by: default avatarMohammed Shafi Shajakhan <mshajakhan@atheros.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 38f37be2
...@@ -721,8 +721,9 @@ void ath_beacon_config(struct ath_softc *sc, struct ieee80211_vif *vif) ...@@ -721,8 +721,9 @@ void ath_beacon_config(struct ath_softc *sc, struct ieee80211_vif *vif)
cur_conf->beacon_interval = 100; cur_conf->beacon_interval = 100;
/* /*
* Some times we dont parse dtim period from mac80211, in that case * We don't parse dtim period from mac80211 during the driver
* use a default value * initialization as it breaks association with hidden-ssid
* AP and it causes latency in roaming
*/ */
if (cur_conf->dtim_period == 0) if (cur_conf->dtim_period == 0)
cur_conf->dtim_period = 1; cur_conf->dtim_period = 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment