mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
use proper tx series
Submitted by: Andrea Bittau <a.bittau@cs.ucl.ac.uk>
This commit is contained in:
parent
e548e4951f
commit
86bf2b45da
1 changed files with 2 additions and 2 deletions
|
|
@ -154,8 +154,8 @@ int inject_params(int fd, void *buf, int len,
|
|||
.ibp_vers = IEEE80211_BPF_VERSION,
|
||||
/* NB: no need to pass series 2-4 rate+try */
|
||||
.ibp_len = sizeof(struct ieee80211_bpf_params) - 6,
|
||||
.ibp_rate1 = 2, /* 1 MB/s XXX */
|
||||
.ibp_try1 = 1, /* no retransmits */
|
||||
.ibp_rate0 = 2, /* 1 MB/s XXX */
|
||||
.ibp_try0 = 1, /* no retransmits */
|
||||
.ibp_flags = IEEE80211_BPF_NOACK,
|
||||
.ibp_power = 100, /* nominal max */
|
||||
.ibp_pri = WME_AC_VO, /* high priority */
|
||||
|
|
|
|||
Loading…
Reference in a new issue