aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* 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
* net80211: simplify an #ifdef INET/INET6 blockBjoern A. Zeeb2022-09-031-10/+17
* mbufs: isolate max_linkhdr and max_protohdr handling in the mbuf codeGleb Smirnoff2022-08-301-6/+1
* net80211: LinuxKPI 802.11: harmonize IEEE80211_VHT_MCS_*Bjoern A. Zeeb2022-08-181-4/+8
* net80211: consistently use the IEEE80211_M_ memory related optionsBjoern A. Zeeb2022-08-1814-41/+43
* net80211: ieee80211_ies_expand() add extra length checkBjoern A. Zeeb2022-08-181-0/+8
* net80211: add an IEEE80211_IS_PROTECTED() macroAdrian Chadd2022-08-148-11/+14
* net80211(4): Fix a typo in a source code commentGordon Bergling2022-08-071-1/+1
* net80211: Remove tautological state displayCy Schubert2022-08-061-2/+2
* net80211: change order in ieee80211_vhtchanflags()Bjoern A. Zeeb2022-07-291-2/+2
* net80211: VHT correct check/option in ieee80211_vht_adjust_channel()Bjoern A. Zeeb2022-07-291-3/+2
* net80211: add VHT5G and VHT2G checks/return to media_statusBjoern A. Zeeb2022-07-291-1/+5
* net80211: improve DDB output.Bjoern A. Zeeb2022-07-291-3/+24