Searched hist:"1 a6404a1d8497692f31808319d662c739033c491" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | beacon.c | diff 1a6404a1d8497692f31808319d662c739033c491 Mon Feb 04 04:08:24 CST 2013 Sujith Manoharan <c_manoha@qca.qualcomm.com> ath9k: Fix IBSS joiner mode
On joining an existing IBSS network, beaconing has to start only after a TSF sync has happened by receiving a beacon from the BSS. In creator mode, beaconing can start immediately after a HW reset has been done.
Now that mac80211 notifies the driver of the mode type (creator/joiner) via ieee80211_bss_conf->ibss_creator, make use of it to properly setup the HW beacon timers.
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
|
H A D | recv.c | diff 1a6404a1d8497692f31808319d662c739033c491 Mon Feb 04 04:08:24 CST 2013 Sujith Manoharan <c_manoha@qca.qualcomm.com> ath9k: Fix IBSS joiner mode
On joining an existing IBSS network, beaconing has to start only after a TSF sync has happened by receiving a beacon from the BSS. In creator mode, beaconing can start immediately after a HW reset has been done.
Now that mac80211 notifies the driver of the mode type (creator/joiner) via ieee80211_bss_conf->ibss_creator, make use of it to properly setup the HW beacon timers.
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
|
H A D | ath9k.h | diff 1a6404a1d8497692f31808319d662c739033c491 Mon Feb 04 04:08:24 CST 2013 Sujith Manoharan <c_manoha@qca.qualcomm.com> ath9k: Fix IBSS joiner mode
On joining an existing IBSS network, beaconing has to start only after a TSF sync has happened by receiving a beacon from the BSS. In creator mode, beaconing can start immediately after a HW reset has been done.
Now that mac80211 notifies the driver of the mode type (creator/joiner) via ieee80211_bss_conf->ibss_creator, make use of it to properly setup the HW beacon timers.
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
|