summaryrefslogtreecommitdiffstats
path: root/net/mac80211/util.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: add ieee80211_vif_link_active() helperJohannes Berg2024-03-041-2/+1
* wifi: mac80211: fix supported rate masking in scanJohannes Berg2024-03-041-4/+4
* wifi: mac80211: convert ieee80211_ie_build_eht_cap() to SKB useJohannes Berg2024-02-081-45/+30
* wifi: mac80211: convert ieee80211_ie_build_he_cap() to SKB useJohannes Berg2024-02-081-30/+24
* wifi: mac80211: move element parsing to a new fileJohannes Berg2024-02-081-891/+0
* wifi: mac80211: start building elements in SKBsJohannes Berg2024-02-081-176/+177
* wifi: mac80211: simplify adding supported ratesJohannes Berg2024-02-081-68/+37
* wifi: mac80211: tdls: use ieee80211_put_he_6ghz_cap()Johannes Berg2024-02-081-1/+1
* wifi: mac80211: rename ieee80211_ie_build_he_6ghz_cap()Johannes Berg2024-02-081-3/+3
* wifi: mac80211: limit HE RU capabilities when limiting bandwidthJohannes Berg2024-02-081-2/+33
* wifi: mac80211: adjust EHT capa when lowering bandwidthJohannes Berg2024-02-081-28/+86
* wifi: mac80211: simplify HE/EHT element length functionsJohannes Berg2024-02-081-7/+8
* wifi: mac80211: disallow basic multi-link element in per-STA profileJohannes Berg2024-02-081-0/+5
* wifi: mac80211: disambiguate element parsing errorsJohannes Berg2024-02-081-36/+72
* wifi: cfg80211/mac80211: move puncturing into chandefJohannes Berg2024-02-081-8/+18
* wifi: mac80211: use cfg80211_chandef_primary_freq()Johannes Berg2024-02-081-19/+11
* wifi: mac80211: introduce 'channel request'Johannes Berg2024-02-081-8/+10
* wifi: mac80211: simplify non-chanctx driversJohannes Berg2024-02-081-15/+12
* wifi: mac80211: clean up HE 6 GHz and EHT chandef parsingJohannes Berg2024-02-081-82/+22
* wifi: mac80211: clean up connection processJohannes Berg2024-02-081-30/+134
* wifi: mac80211: don't set bss_conf in parsingJohannes Berg2024-01-261-20/+1
* wifi: mac80211: rework RX timestamp flagsJohannes Berg2023-12-211-6/+10
* wifi: mac80211: Add __counted_by for struct ieee802_11_elems and use struct_s...Gustavo A. R. Silva2023-10-231-1/+1
* wifi: mac80211: purge TX queues in flush_queues flowMiri Korenblit2023-10-231-0/+13
* wifi: mac80211: add support for parsing TID to Link mapping elementAyala Beker2023-09-251-0/+8
* wifi: mac80211: describe return values in kernel-docJohannes Berg2023-09-251-0/+2
* wifi: mac80211: use bandwidth indication element for CSAJohannes Berg2023-09-251-13/+29
* wifi: mac80211: remove shifted rate supportJohannes Berg2023-09-131-57/+22
* wifi: cfg80211: add ieee80211_fragment_element to public APIBenjamin Berg2023-09-111-29/+0
* wifi: mac80211: add an element parsing unit testJohannes Berg2023-09-111-0/+3
* wifi: cfg80211: remove wdev mutexJohannes Berg2023-09-111-5/+0
* wifi: mac80211: reduce iflist_mtxJohannes Berg2023-09-111-1/+0
* wifi: mac80211: remove local->mtxJohannes Berg2023-09-111-8/+3
* wifi: mac80211: remove chanctx_mtxJohannes Berg2023-09-111-26/+20
* wifi: mac80211: remove key_mtxJohannes Berg2023-09-111-2/+2
* wifi: mac80211: remove sta_mtxJohannes Berg2023-09-111-5/+2
* wifi: mac80211: move filter reconfig to wiphy workJohannes Berg2023-09-111-1/+1
* wifi: mac80211: move scan work to wiphy workJohannes Berg2023-09-111-2/+2
* wifi: mac80211: move radar detect work to wiphy workJohannes Berg2023-09-111-4/+3
* wifi: mac80211: move DFS CAC work to wiphy workJohannes Berg2023-09-111-1/+2
* wifi: mac80211: flush wiphy work where appropriateJohannes Berg2023-09-111-0/+1
* wifi: mac80211: fix CRC calculation for extended elemsJohannes Berg2023-06-211-14/+11
* wifi: mac80211: Include Multi-Link in CRC calculationIlan Peer2023-06-191-0/+4
* wifi: mac80211: Rename ieee80211_mle_sta_prof_size_ok()Ilan Peer2023-06-191-1/+2
* wifi: mac80211: Add support for parsing Reconfiguration Multi Link elementIlan Peer2023-06-191-3/+18
* wifi: mac80211: Rename multi_linkIlan Peer2023-06-191-10/+9
* wifi: mac80211: use cfg80211 defragmentation helperBenjamin Berg2023-06-191-58/+35
* wifi: mac80211: Add HE and EHT capa elements in TDLS framesAbhishek Naik2023-06-191-1/+1
* wifi: mac80211: Remove "Missing iftype sband data/EHT cap" spamNicolas Cavallari2023-06-191-3/+1
* Merge wireless into wireless-nextJohannes Berg2023-06-191-2/+2
|\