aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* sys: Use mbufq_empty instead of comparing mbufq_len against 0John Baldwin2024-01-092-4/+4
* net80211 amdpu: Simplify a few loops that drain an mbufqJohn Baldwin2024-01-091-2/+2
* net80211: adjust more VHT structures/fieldsBjoern A. Zeeb2023-12-226-52/+37
* net80211: improve logging about state transitions lostBjoern A. Zeeb2023-12-221-12/+20
* ieee80211: Check for copyout() errors in the SIOCG80211STATS handlerMark Johnston2023-12-191-2/+2
* net80211: move net_epoch into net80211Bjoern A. Zeeb2023-12-012-0/+7
* net80211: ieee80211_dump_node() check for channel to be setBjoern A. Zeeb2023-11-301-1/+2
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2714-51/+0
* net80211: add ieee80211_add_vhtcap_ch()Bjoern A. Zeeb2023-11-032-0/+29
* net80211: migrate ic_vhtcaps, ic_vht_mcsinfo, ic_flags_vhtBjoern A. Zeeb2023-11-037-18/+17
* net80211: combine iv_vhtcaps and iv_vht_mcsinfoBjoern A. Zeeb2023-11-035-31/+30
* net80211: rename iv_flags_vht to iv_vht_flagsBjoern A. Zeeb2023-11-039-28/+28
* net80211: pass __func__, __LINE__ also to ieee80211_alloc_node()Bjoern A. Zeeb2023-10-061-7/+22
* net80211: de-inline ieee80211_ref_node()Bjoern A. Zeeb2023-10-052-7/+18
* net80211: remove ieee80211_unref_node()Bjoern A. Zeeb2023-10-052-9/+2
* net80211: make ieee80211_alloc_node() privateBjoern A. Zeeb2023-10-022-4/+4
* net80211: improve ddb output for sta and rateBjoern A. Zeeb2023-10-021-0/+53
* net80211: introduce two extra ieee80211_notify_scan_done()Bjoern A. Zeeb2023-09-211-2/+4
* net80211: improve scan debuggingBjoern A. Zeeb2023-09-143-9/+77
* net80211: mark argument to scan_curchan_task() __unusedBjoern A. Zeeb2023-09-141-1/+1
* net80211: fix ddb print alignmentBjoern A. Zeeb2023-09-111-2/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1640-67/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-164-4/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1629-58/+0
* net80211: Radiotap: add two more EHT definesBjoern A. Zeeb2023-08-071-0/+2
* net80211: Radiotap: update for definesBjoern A. Zeeb2023-05-201-5/+8
* net80211: Radiotap: update for newer standards (add EHT, U-SIG)Bjoern A. Zeeb2023-05-161-4/+128
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1265-65/+65
* net80211: Remove double words in source code commentsGordon Bergling2023-04-182-3/+3
* net80211: fix a typo in Rx MCS set for unequal modulation caseMikhail Pchelin2023-04-141-1/+1
* net80211: wrong transmit MCS set in HT cap IEMikhail Pchelin2023-04-141-3/+3
* net80211: fail for unicast traffic without unicast keydomienschepers2023-04-101-5/+11
* net80211: make ieee80211_scan_dump_channels privateBjoern A. Zeeb2023-03-142-4/+2
* net80211: define mask for ss_flags rather than using hardcoded 0xfffBjoern A. Zeeb2023-03-142-3/+3
* net80211: ieee80211_swscan_bg_scan() track return variable under lockBjoern A. Zeeb2023-02-231-3/+5
* IfAPI: Explicitly include <net/if_private.h> in netstackJustin Hibbits2023-01-3114-3/+16
* iee80211_hwmp: Don't dereference NULL ni in debug printf.John Baldwin2022-12-211-2/+2
* netlink: add interface notification on link status / flags change.Alexander V. Chernikov2022-12-093-5/+5
* net80211: Fix mismatches in array bounds.John Baldwin2022-12-073-5/+6
* net80211: fix IEEE80211_DEBUG_REFCNT buildsBjoern A. Zeeb2022-11-292-111/+64
* net8021: Fix a typo in a kernel error messageGordon Bergling2022-10-251-1/+1
* net80211: move IEEE80211_F_WME check to vap for consistencyBjoern A. Zeeb2022-09-291-1/+1
* if_clone: migrate some consumers to the new KPI.Alexander V. Chernikov2022-09-221-8/+17
* LinuxKPI: 80211 (+net80211): update and cleanup headersBjoern A. Zeeb2022-09-091-0/+6
* net80211: update (parts of) Action field categoriesBjoern A. Zeeb2022-09-071-10/+59
* net80211(4): Correct a grammar mistake in a source code commentGordon Bergling2022-09-071-1/+1
* net80211(4): Remove a double word in a source code commentGordon Bergling2022-09-041-1/+1
* net80211: update (parts of) frame types and subtypes and annotateBjoern A. Zeeb2022-09-031-43/+74
* net80211 / drivers: rename to IEEE80211_FC0_SUBTYPE_QOS_DATABjoern A. Zeeb2022-09-037-17/+17