diff mbox

Linux Client vs. CISCO AP with band select

Message ID 201011201304.48821.helmut.schaa@googlemail.com (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Helmut Schaa Nov. 20, 2010, 12:04 p.m. UTC
None
diff mbox

Patch

difference?

Helmut

---
diff --git a/net/mac80211/work.c b/net/mac80211/work.c
index ae344d1..57ae8d5 100644
--- a/net/mac80211/work.c
+++ b/net/mac80211/work.c
@@ -467,6 +467,9 @@  ieee80211_direct_probe(struct ieee80211_work *wk)
 	 */
 	ieee80211_send_probe_req(sdata, NULL, wk->probe_auth.ssid,
 				 wk->probe_auth.ssid_len, NULL, 0);
+	ieee80211_send_probe_req(sdata, wk->filter_ta, wk->probe_auth.ssid,
+				 wk->probe_auth.ssid_len, NULL, 0);
+
 
 	wk->timeout = jiffies + IEEE80211_AUTH_TIMEOUT;
 	run_again(local, wk->timeout);