aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* net80211: add func/line information to IEEE80211_DISCARD* macrosBjoern A. Zeeb2021-09-041-3/+6
* net80211: comments and whitespaceBjoern A. Zeeb2021-09-042-4/+3
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-083-3/+0
* net80211: ieee80211_probereq_ie fix length calculation for hw scansBjoern A. Zeeb2021-06-281-4/+5
* net80211/LinuxKPI: add more radiotap definitionsBjoern A. Zeeb2021-06-051-0/+134
* net80211: prefix get_random_bytes() with net80211_Bjoern A. Zeeb2021-03-247-7/+8
* net80211: split up ieee80211_probereq()Bjoern A. Zeeb2021-03-182-56/+117
* net80211: Fix a typo in a commentGordon Bergling2021-03-131-31/+31
* net80211: ratectl header guard against multiple inclusionsBjoern A. Zeeb2021-03-071-0/+5
* net80211: rx_stats add 160Mhz channel width.Bjoern A. Zeeb2021-02-281-1/+2
* net80211: fix a typoBjoern A. Zeeb2020-11-041-1/+1
* net80211: factor out the priv(9) checks into OS specifc code.Bjoern A. Zeeb2020-10-183-12/+57
* net80211: update for (more) VHT160 supportBjoern A. Zeeb2020-10-185-27/+76
* net80211: whitespaceBjoern A. Zeeb2020-10-071-4/+4
* 80211: non-functional changesBjoern A. Zeeb2020-10-072-7/+7
* Provide MS() and SM() macros for 80211 and wireless drivers.Bjoern A. Zeeb2020-09-249-141/+174
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0129-63/+28
* net80211: enhance getflags*() and ieee80211_add_channel*()Bjoern A. Zeeb2020-08-243-44/+83
* net80211: improve media information for VHT5GHZBjoern A. Zeeb2020-08-231-3/+39
* net80211: set_vht_extchan() reverse order to always return bestBjoern A. Zeeb2020-08-231-13/+22
* net80211: replace magic number by defineBjoern A. Zeeb2020-08-171-1/+1
* net80211: VHT correct NSS Set loop boundaryBjoern A. Zeeb2020-08-171-1/+1
* net80211: return 80P80 before 160Bjoern A. Zeeb2020-08-171-2/+2
* net80211: remove vertical whitespaceBjoern A. Zeeb2020-08-173-47/+15
* 80211: consistently order 160 and 80+80Bjoern A. Zeeb2020-08-173-11/+14
* 80211: consistently spell 80P80Bjoern A. Zeeb2020-08-174-9/+9
* net80211 / ifconfig: cleanup the use of IEEE80211_FVHT_USEVHT*Bjoern A. Zeeb2020-08-173-25/+25
* net80211/ifconfig: print hardware device name for wlan interfacesBjoern A. Zeeb2020-08-072-0/+10
* [net80211] Add new privileges; restrict what can be done in a jail.Adrian Chadd2020-07-192-3/+17
* [net80211] Commit files missing in the previous commitAdrian Chadd2020-07-013-4/+5
* [net80211] Migrate HT/legacy protection mode and preamble calculation to per-...Adrian Chadd2020-07-0112-203/+670
* [net80211] Add missing commit to previous-1 uapsd commit.Adrian Chadd2020-06-161-1/+2
* [net80211] Add initial U-APSD negotiation support.Adrian Chadd2020-06-1611-33/+167
* [net80211] Treat frames without an rx status as not a decap'ed A-MSDU.Adrian Chadd2020-06-141-1/+2
* [net80211] Also convert the ddb pathAdrian Chadd2020-06-141-4/+10
* [net80211] Handle offloaded AMSDU in AMPDU reordering.Adrian Chadd2020-06-132-62/+225
* [net80211] separate out node allocation and node initialisation.Adrian Chadd2020-06-132-1/+39
* Fix !DEBUGNET build after r362138Conrad Meyer2020-06-132-2/+1
* net80211: Add framework for debugnet(4) supportConrad Meyer2020-06-133-1/+94
* [net80211] First part of A-MSDU offload handling - don't bump A-MPDU reorderi...Adrian Chadd2020-06-121-3/+6
* [net80211] ok ok if_xname won't ever be NULL.Adrian Chadd2020-06-101-1/+1
* [net80211] Add a method to return the vap's ifname.Adrian Chadd2020-06-072-0/+15
* [net80211] Flip on A-MPDU, A-MSDU, A-MPDU+A-MSDU and Fast frames options.Adrian Chadd2020-06-061-12/+49
* [net80211] Fix this typo!Adrian Chadd2020-06-061-1/+1
* [net80211] Fix typo.Adrian Chadd2020-06-061-1/+1
* [net80211] Don't call ic_updateslot if it's not set.Adrian Chadd2020-06-051-1/+2
* [net80211] print out node A-MSDU state.Adrian Chadd2020-06-052-2/+4
* [net80211] Add initial A-MSDU in A-MPDU negotation support.Adrian Chadd2020-06-053-13/+60
* [net80211] Migrate short slot time configuration into per-vap and deferred ta...Adrian Chadd2020-06-058-25/+140
* [net80211] Add some TODOs around A-MSDU in A-MPDU negotiation.Adrian Chadd2020-06-051-2/+8