summaryrefslogtreecommitdiff
path: root/net/mac80211/cfg.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-06wifi: cfg80211/mac80211: use proper link ID for DFSAditya Kumar Singh1-3/+3
2024-09-06wifi: mac80211: handle DFS per linkAditya Kumar Singh1-8/+18
2024-09-06wifi: cfg80211: handle DFS per linkAditya Kumar Singh1-3/+3
2024-09-06wifi: cfg80211: move DFS related members to links[] in wireless_devAditya Kumar Singh1-4/+4
2024-09-06wifi: mac80211: remove label usage in ieee80211_start_radar_detection()Aditya Kumar Singh1-7/+4
2024-09-06Revert "wifi: mac80211: move radar detect work to sdata"Aditya Kumar Singh1-3/+3
2024-07-26wifi: mac80211: use monitor sdata with driver only if desiredJohannes Berg1-2/+5
2024-07-09wifi: mac80211: extend ifcomb check functions for multi-radioFelix Fietkau1-3/+4
2024-06-28wifi: mac80211: remove key data from get_key callbackJohannes Berg1-3/+0
2024-06-26wifi: mac80211: refactor CSA queue block/unblockJohannes Berg1-16/+4
2024-06-12wifi: mac80211: clean up 'ret' in sta_link_apply_parameters()Johannes Berg1-2/+3
2024-06-12wifi: mac80211: fix erroneous errors for STA changesJohannes Berg1-19/+36
2024-06-11Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-51/+29
2024-05-29wifi: mac80211: pass proper link id for channel switch started notificationAditya Kumar Singh1-2/+2
2024-05-29wifi: mac80211: apply mcast rate only if interface is upJohannes Berg1-2/+3
2024-05-23wifi: mac80211: Add EHT UL MU-MIMO flag in ieee80211_bss_confPradeep Kumar Chitrapu1-0/+5
2024-05-23wifi: mac80211: collect some CSA data into sub-structsJohannes Berg1-8/+8
2024-05-23wifi: mac80211: move radar detect work to sdataJohannes Berg1-3/+3
2024-05-23wifi: mac80211: remove extra link STA functionsJohannes Berg1-36/+13
2024-05-23wifi: mac80211: remove outdated commentsJohannes Berg1-4/+0
2024-05-03wifi: mac80211: handle color change per linkAditya Kumar Singh1-46/+98
2024-05-03wifi: cfg80211: handle color change per linkAditya Kumar Singh1-5/+5
2024-04-19wifi: mac80211: handle sdata->u.ap.active flag with MLOAditya Kumar Singh1-3/+7
2024-04-19wifi: mac80211: transmit deauth only if link is availableJohannes Berg1-6/+6
2024-03-25wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changesFelix Fietkau1-3/+2
2024-03-04wifi: mac80211: remove TDLS peers only on affected linkJohannes Berg1-1/+1
2024-03-04wifi: mac80211: introduce a feature flag for quiet in CSAJohannes Berg1-7/+9
2024-03-04wifi: mac80211: pass link_id to channel switch opsJohannes Berg1-1/+3
2024-03-04wifi: mac80211: add ieee80211_vif_link_active() helperJohannes Berg1-2/+1
2024-03-04wifi: mac80211: Adjust CQM handling for MLOIlan Peer1-29/+50
2024-03-04wifi: mac80211: handle netif carrier up/down with link AP during MLOAditya Kumar Singh1-2/+30
2024-03-04wifi: mac80211: remove only link keys during stopping link APRameshkumar Sundaram1-1/+7
2024-03-04wifi: mac80211: track capability/opmode NSS separatelyJohannes Berg1-1/+1
2024-02-12wifi: mac80211: remove only own link stations during stop_apAditya Kumar Singh1-1/+1
2024-02-12wifi: mac80211: flush only stations using requests linksAditya Kumar Singh1-2/+2
2024-02-12wifi: mac80211: remove gfp parameter from ieee80211_obss_color_collision_notifyLorenzo Bianconi1-1/+1
2024-02-08wifi: mac80211: add support to call csa_finish on a linkAditya Kumar Singh1-2/+13
2024-02-08wifi: mac80211: start and finalize channel switch on link basisAditya Kumar Singh1-24/+35
2024-02-08wifi: mac80211: handle set csa/after_csa beacon on per link basisAditya Kumar Singh1-13/+15
2024-02-08wifi: mac80211: allow CSA to same channelJohannes Berg1-4/+0
2024-02-08wifi: cfg80211/mac80211: move puncturing into chandefJohannes Berg1-16/+5
2024-02-08wifi: mac80211: introduce 'channel request'Johannes Berg1-28/+38
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg1-24/+18
2024-02-08Merge wireless into wireless-nextJohannes Berg1-7/+9
2024-02-02wifi: mac80211: clean up FILS discovery change flags handlingJohannes Berg1-6/+6
2024-02-02wifi: mac80211: fix unsolicited broadcast probe configJohannes Berg1-7/+7
2024-02-02wifi: mac80211: set station RX-NSS on reconfigJohannes Berg1-0/+2
2024-01-26wifi: mac80211: add support for SPP A-MSDUsJohannes Berg1-0/+3
2024-01-26wifi: mac80211: add support for negotiated TTLM requestAyala Beker1-0/+12
2023-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-2/+2