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