master
fix wrong ifmedia macro used to check for IFM_AUTO
Add initial 802.11ac (VHT) support to net80211.
Remove 11n support from AMRR. All 11n drivers switched to MiRA long ago.
constify
with empty body loops, put final semicolon on a new line for readability ok bluhm@ jca@
Add SAE AKMP to define support for SAE.
M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for m_leadingspace() and m_trailingspace(). Convert all callers to call directly the functions and remove the defines. OK krw@, mpi@
Fix CCMP replay check with 11n Rx aggregation and CCMP hardware offloading.
spelling
Typo fixes in comments
remove some unused functions ok stsp@
Always check for EBUSY when the return value of ic_set_key() is tested.
rename ETHERTYPE_PAE to ETHERTYPE_EAPOL.
Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01: - implement A-MPDU frames buffering and reordering - implement A-MSDU decapsulation - process/send ADDBA Request, ADDBA Response and DELBA action frames - process Block Ack Request control frames (including MTBAR) - implement PBAC support (Protected Block Ack) - add some incomplete HT Capabilities and HT Operation IEs parsing
correct size in mac address comparison
Do not define RA_DEBUG; pointed out by miod@
Add support for 40MHz channels to net80211 RA.
Fix a few bugs in the net80211 VHT rate adaptation code.
Add 11ac/VHT Tx rate adaptation support to net80211.
sync ieee80211 channel flags over to radiotap
No need to include <net/if_arp.h>
Remove wireless turbo mode support. It is a non-standard extension which only worked with ath(4) devices from a decade ago. Diff tested on ath(4) hardware by me to verify that 11a/b modes still work. ok reyk deraadt chris sthen kettenis
unifdef some more INET. v4 4life.
Drop 3rd and 4th clauses from David Young's license.