aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_input.h
Commit message (Expand)AuthorAgeFilesLines
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [net80211] don't try to follow a NULL rxs pointer down the sink.Adrian Chadd2017-10-131-1/+1
* [net80211] begin handling multiple hardware decap'ed A-MSDU in the RX path.Adrian Chadd2017-10-121-1/+46
* [net80211] prepare for A-MSDU/A-MPDU offload crypto / sequence number checking.Adrian Chadd2017-05-201-1/+1
* [net80211] address seqno allocation for group addressed framesAdrian Chadd2017-01-301-0/+13
* net80211: hide subtype mask & shift in function call.Andriy Voskoboinyk2016-04-201-2/+1
* net80211: replace internal LE_READ_*/LE_WRITE_* macro with systemAndriy Voskoboinyk2016-04-201-21/+9
* net80211: eliminate copy-paste nearby ieee80211_check_rxseq()Andriy Voskoboinyk2016-03-011-5/+21
* Begin plumbing ieee80211_rx_stats through the receive path.Adrian Chadd2015-05-251-0/+1
* Do not check sequence number for QoS Null frames; set it for generated QoS NullAdrian Chadd2015-05-121-5/+7
* Fix some corner cases in the net80211 sequence number retransmissionAdrian Chadd2011-05-041-0/+98
* Move code that does payload realigment to a new routine, ieee80211_realign,Sam Leffler2009-07-181-0/+1
* split Atheros SuperG support out into it's own file that's included onlySam Leffler2009-03-241-3/+0
* TDMA support for long distance point-to-point links using ath devices:Sam Leffler2009-01-081-1/+7
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-0/+156