summaryrefslogtreecommitdiff
path: root/net/mac80211/util.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-06wifi: mac80211: handle ieee80211_radar_detected() for MLOAditya Kumar Singh1-11/+41
2024-09-06wifi: mac80211: handle DFS per linkAditya Kumar Singh1-9/+19
2024-09-06wifi: cfg80211: handle DFS per linkAditya Kumar Singh1-1/+1
2024-09-06wifi: cfg80211: move DFS related members to links[] in wireless_devAditya Kumar Singh1-1/+1
2024-09-06Revert "wifi: mac80211: move radar detect work to sdata"Aditya Kumar Singh1-1/+1
2024-09-05Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-2/+18
2024-08-28wifi: mac80211: fix RCU list iterationsJohannes Berg1-1/+3
2024-08-27wifi: mac80211: Add non-atomic station iteratorRory Little1-1/+15
2024-07-26wifi: mac80211: use monitor sdata with driver only if desiredJohannes Berg1-1/+1
2024-07-09wifi: mac80211: extend ifcomb check functions for multi-radioFelix Fietkau1-52/+94
2024-07-09wifi: cfg80211: extend interface combination check for multi-radioFelix Fietkau1-1/+4
2024-06-27Merge tag 'wireless-next-2024-06-27' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-3/+3
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2024-06-26wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach1-2/+2
2024-06-26wifi: mac80211: disable softirqs for queued frame handlingJohannes Berg1-0/+2
2024-06-26wifi: mac80211: update STA/chandef width during switchJohannes Berg1-1/+1
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-06-14wifi: mac80211: fix monitor channel with chanctx emulationJohannes Berg1-1/+1
2024-06-11Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-7/+27
2024-05-29wifi: mac80211: handle tasklet frames before stoppingJohannes Berg1-0/+2
2024-05-29wifi: mac80211: handle HW restart during ROCJohannes Berg1-2/+1
2024-05-23wifi: mac80211: move radar detect work to sdataJohannes Berg1-1/+1
2024-05-23wifi: mac80211: pass parsed TPE data to driversJohannes Berg1-0/+25
2024-05-23wifi: mac80211: remove outdated commentsJohannes Berg1-4/+0
2024-04-19wifi: mac80211: defer link switch work in reconfigMiri Korenblit1-0/+7
2024-03-25wifi: mac80211: reactivate multi-link later in restartJohannes Berg1-3/+9
2024-03-25wifi: mac80211: supplement parsing of puncturing bitmapKang Yang1-0/+2
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