瀏覽代碼

mac80211: fix IBSS auth

The code beyond this point is supposed to be used for
non-IBSS (managed) mode only.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Cc: Jouni Malinen <j@w1.fi>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Johannes Berg 16 年之前
父節點
當前提交
a71800f3e3
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      net/mac80211/mlme.c

+ 1 - 0
net/mac80211/mlme.c

@@ -1205,6 +1205,7 @@ static void ieee80211_rx_mgmt_auth(struct ieee80211_sub_if_data *sdata,
 		if (auth_alg != WLAN_AUTH_OPEN || auth_transaction != 1)
 		if (auth_alg != WLAN_AUTH_OPEN || auth_transaction != 1)
 			return;
 			return;
 		ieee80211_send_auth(sdata, ifsta, 2, NULL, 0, 0);
 		ieee80211_send_auth(sdata, ifsta, 2, NULL, 0, 0);
+		return;
 	}
 	}
 
 
 	if (auth_alg != ifsta->auth_alg ||
 	if (auth_alg != ifsta->auth_alg ||