From: Sujith Manoharan Date: Mon, 4 Feb 2013 10:08:24 +0000 (+0530) Subject: ath9k: Fix IBSS joiner mode X-Git-Tag: v3.9-rc1~139^2~31^2^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a6404a1d8497692f31808319d662c739033c491;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed