mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05:00
directly from the node. - Use ni_txparms directly instead of calculating them manually every time - Move M_EAPOL flag check upper; otherwise it may be skipped due to 'ucastrate' / 'mcastrate' check - Use 'mgtrate' for control frames too (see ifconfig(8), mgtrate parameter) - Add few more M_EAPOL checks where it was missing (zyd(4), ural(4), urtw(4)) - Few unrelated cleanups Tested with: - Intel 6205 (iwn(4)), STA mode; - WUSB54GC (rum(4)), HOSTAP mode + RTL8188EU (rtwn(4)), STA mode. Reviewed by: adrian Differential Revision: https://reviews.freebsd.org/D9811 |
||
|---|---|---|
| .. | ||
| if_ral_pci.c | ||
| rt2560.c | ||
| rt2560reg.h | ||
| rt2560var.h | ||
| rt2661.c | ||
| rt2661reg.h | ||
| rt2661var.h | ||
| rt2860.c | ||
| rt2860reg.h | ||
| rt2860var.h | ||