summaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-next-2024-11-13' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-11-141-6/+6
|\
| * wifi: mac80211: pass MBSSID config by referenceJohannes Berg2024-11-121-6/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-011-9/+16
|\ \ | |/ |/|
| * wifi: mac80211: do not pass a stopped vif to the driver in .get_txpowerFelix Fietkau2024-10-081-1/+2
| * wifi: mac80211: Convert color collision detection to wiphy workRemi Pommarel2024-10-081-8/+9
| * wifi: mac80211: Fix setting txpower with emulate_chanctxBen Greear2024-10-081-0/+5
* | wifi: mac80211: add flag to opt out of virtual monitor supportFelix Fietkau2024-10-231-16/+28
* | wifi: cfg80211: pass net_device to .set_monitor_channelFelix Fietkau2024-10-231-0/+1
* | wifi: mac80211: allow rate_control_rate_init() for linksJohannes Berg2024-10-231-2/+9
* | wifi: mac80211: update the right link for tx powerEmmanuel Grumbach2024-10-231-35/+59
* | wifi: mac80211: ieee80211_recalc_txpower receives a linkEmmanuel Grumbach2024-10-231-3/+4
* | wifi: cfg80211: disallow SMPS in AP modeJohannes Berg2024-10-231-3/+0
* | wifi: mac80211: Add support to indicate that a new interface is to be addedIlan Peer2024-10-231-0/+18
|/
* wifi: cfg80211/mac80211: use proper link ID for DFSAditya Kumar Singh2024-09-061-3/+3
* wifi: mac80211: handle DFS per linkAditya Kumar Singh2024-09-061-8/+18
* wifi: cfg80211: handle DFS per linkAditya Kumar Singh2024-09-061-3/+3
* wifi: cfg80211: move DFS related members to links[] in wireless_devAditya Kumar Singh2024-09-061-4/+4
* wifi: mac80211: remove label usage in ieee80211_start_radar_detection()Aditya Kumar Singh2024-09-061-7/+4
* Revert "wifi: mac80211: move radar detect work to sdata"Aditya Kumar Singh2024-09-061-3/+3
* wifi: mac80211: use monitor sdata with driver only if desiredJohannes Berg2024-07-261-2/+5
* wifi: mac80211: extend ifcomb check functions for multi-radioFelix Fietkau2024-07-091-3/+4
* wifi: mac80211: remove key data from get_key callbackJohannes Berg2024-06-281-3/+0
* wifi: mac80211: refactor CSA queue block/unblockJohannes Berg2024-06-261-16/+4
* wifi: mac80211: clean up 'ret' in sta_link_apply_parameters()Johannes Berg2024-06-121-2/+3
* wifi: mac80211: fix erroneous errors for STA changesJohannes Berg2024-06-121-19/+36
* Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-06-111-51/+29
|\
| * wifi: mac80211: Add EHT UL MU-MIMO flag in ieee80211_bss_confPradeep Kumar Chitrapu2024-05-231-0/+5
| * wifi: mac80211: collect some CSA data into sub-structsJohannes Berg2024-05-231-8/+8
| * wifi: mac80211: move radar detect work to sdataJohannes Berg2024-05-231-3/+3
| * wifi: mac80211: remove extra link STA functionsJohannes Berg2024-05-231-36/+13
| * wifi: mac80211: remove outdated commentsJohannes Berg2024-05-231-4/+0
* | wifi: mac80211: pass proper link id for channel switch started notificationAditya Kumar Singh2024-05-291-2/+2
* | wifi: mac80211: apply mcast rate only if interface is upJohannes Berg2024-05-291-2/+3
|/
* wifi: mac80211: handle color change per linkAditya Kumar Singh2024-05-031-46/+98
* wifi: cfg80211: handle color change per linkAditya Kumar Singh2024-05-031-5/+5
* wifi: mac80211: handle sdata->u.ap.active flag with MLOAditya Kumar Singh2024-04-191-3/+7
* wifi: mac80211: transmit deauth only if link is availableJohannes Berg2024-04-191-6/+6
* wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changesFelix Fietkau2024-03-251-3/+2
* wifi: mac80211: remove TDLS peers only on affected linkJohannes Berg2024-03-041-1/+1
* wifi: mac80211: introduce a feature flag for quiet in CSAJohannes Berg2024-03-041-7/+9
* wifi: mac80211: pass link_id to channel switch opsJohannes Berg2024-03-041-1/+3
* wifi: mac80211: add ieee80211_vif_link_active() helperJohannes Berg2024-03-041-2/+1
* wifi: mac80211: Adjust CQM handling for MLOIlan Peer2024-03-041-29/+50
* wifi: mac80211: handle netif carrier up/down with link AP during MLOAditya Kumar Singh2024-03-041-2/+30
* wifi: mac80211: remove only link keys during stopping link APRameshkumar Sundaram2024-03-041-1/+7
* wifi: mac80211: track capability/opmode NSS separatelyJohannes Berg2024-03-041-1/+1
* wifi: mac80211: remove only own link stations during stop_apAditya Kumar Singh2024-02-121-1/+1
* wifi: mac80211: flush only stations using requests linksAditya Kumar Singh2024-02-121-2/+2
* wifi: mac80211: remove gfp parameter from ieee80211_obss_color_collision_notifyLorenzo Bianconi2024-02-121-1/+1
* wifi: mac80211: add support to call csa_finish on a linkAditya Kumar Singh2024-02-081-2/+13