diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2016-09-23 18:20:11 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2016-09-23 18:20:11 +0000 |
commit | 960c48e8f320e94f1bced21f6ec61ce55d252599 (patch) | |
tree | e5932dc0a64ddc8acbd3ca1d549c2c6242dcdaf5 /net/hostapd/files/patch-src_ap_wmm.c | |
parent | net-im/farsight2: limit to python 2.x (diff) |
Update to 2.5
PR: 212779
Submitted by: leres at ee.lbl.gov (maintainer)
Diffstat (limited to 'net/hostapd/files/patch-src_ap_wmm.c')
-rw-r--r-- | net/hostapd/files/patch-src_ap_wmm.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net/hostapd/files/patch-src_ap_wmm.c b/net/hostapd/files/patch-src_ap_wmm.c deleted file mode 100644 index 3da758573de3..000000000000 --- a/net/hostapd/files/patch-src_ap_wmm.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/ap/wmm.c.orig 2015-03-15 17:30:39 UTC -+++ src/ap/wmm.c -@@ -274,6 +274,9 @@ void hostapd_wmm_action(struct hostapd_d - return; - } - -+ if (left < 0) -+ return; /* not a valid WMM Action frame */ -+ - /* extract the tspec info element */ - if (ieee802_11_parse_elems(pos, left, &elems, 1) == ParseFailed) { - hostapd_logger(hapd, mgmt->sa, HOSTAPD_MODULE_IEEE80211, |