summaryrefslogtreecommitdiffstats
path: root/net/mac80211/util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: use monitor sdata with driver only if desiredJohannes Berg2024-07-261-1/+1
* wifi: mac80211: extend ifcomb check functions for multi-radioFelix Fietkau2024-07-091-52/+94
* wifi: cfg80211: extend interface combination check for multi-radioFelix Fietkau2024-07-091-1/+4
* Merge tag 'wireless-next-2024-06-27' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-06-271-3/+3
|\
| * wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach2024-06-261-2/+2
| * wifi: mac80211: update STA/chandef width during switchJohannes Berg2024-06-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-271-0/+2
|\ \
| * | wifi: mac80211: disable softirqs for queued frame handlingJohannes Berg2024-06-261-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-201-1/+1
|\| | | |/ |/|
| * wifi: mac80211: fix monitor channel with chanctx emulationJohannes Berg2024-06-141-1/+1
* | Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-06-111-7/+27
|\ \ | |/ |/|
| * wifi: mac80211: handle HW restart during ROCJohannes Berg2024-05-291-2/+1
| * wifi: mac80211: move radar detect work to sdataJohannes Berg2024-05-231-1/+1
| * wifi: mac80211: pass parsed TPE data to driversJohannes Berg2024-05-231-0/+25
| * wifi: mac80211: remove outdated commentsJohannes Berg2024-05-231-4/+0
* | wifi: mac80211: handle tasklet frames before stoppingJohannes Berg2024-05-291-0/+2
|/
* wifi: mac80211: defer link switch work in reconfigMiri Korenblit2024-04-191-0/+7
* wifi: mac80211: reactivate multi-link later in restartJohannes Berg2024-03-251-3/+9
* wifi: mac80211: supplement parsing of puncturing bitmapKang Yang2024-03-251-0/+2
* 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