Move copy-pasted code for RTS/CTS frame allocation into net80211.
While here, add stat / debug message for allocation failures (copied from run(4)) + return error here in bwn(4).
Paths
| Differential D14628 Authored by avos on Mar 9 2018, 1:01 AM.
Details Summary Move copy-pasted code for RTS/CTS frame allocation into net80211. While here, add stat / debug message for allocation failures (copied from run(4)) + return error here in bwn(4). Test Plan Untested; should be (mostly) no-op.
Diff Detail
Event TimelineHerald added a subscriber: imp. · View Herald TranscriptMar 9 2018, 1:01 AM2018-03-09 01:01:09 (UTC+0) Comment Actions It looks good! It'd be fun to try and RTS/CTS protect longer bursts, but that can always come later! This revision is now accepted and ready to land.Mar 9 2018, 2:41 AM2018-03-09 02:41:21 (UTC+0) Closed by commit rS330688: net80211: wrap protection frame allocation into ieee80211_alloc_prot() (authored by avos). · Explain WhyMar 9 2018, 11:34 AM2018-03-09 11:34:25 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 40100 head/sys/dev/bwn/if_bwn.c
head/sys/dev/ral/rt2560.c
head/sys/dev/ral/rt2661.c
head/sys/dev/usb/wlan/if_rum.c
head/sys/dev/usb/wlan/if_run.c
|