]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/hostapd-usb_hw_did_not_ack.patch
Add some patches to grub.
[people/pmueller/ipfire-2.x.git] / src / patches / hostapd-usb_hw_did_not_ack.patch
1 diff -Naur hostapd-0.6.9.org/hostapd/ieee802_11.c hostapd-0.6.9/hostapd/ieee802_11.c
2 --- hostapd-0.6.9.org/hostapd/ieee802_11.c 2009-03-23 15:06:28.000000000 +0100
3 +++ hostapd-0.6.9/hostapd/ieee802_11.c 2009-07-07 23:13:37.000000000 +0200
4 @@ -1497,7 +1497,7 @@
5 hostapd_logger(hapd, mgmt->da, HOSTAPD_MODULE_IEEE80211,
6 HOSTAPD_LEVEL_NOTICE,
7 "did not acknowledge authentication response");
8 - return;
9 + //return;
10 }
11
12 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.auth)) {
13 @@ -1571,7 +1571,7 @@
14 hostapd_logger(hapd, mgmt->da, HOSTAPD_MODULE_IEEE80211,
15 HOSTAPD_LEVEL_DEBUG,
16 "did not acknowledge association response");
17 - return;
18 + //return;
19 }
20
21 if (len < IEEE80211_HDRLEN + (reassoc ? sizeof(mgmt->u.reassoc_resp) :