summaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: fix puncturing bitmap handling in CSAJohannes Berg2023-08-221-6/+6
* wifi: mac80211: check for station first in client probeJohannes Berg2023-08-221-7/+8
* wifi: mac80211: always hold sdata lock in chanctx assign/unassignJohannes Berg2023-06-211-5/+11
* wifi: mac80211: use new inform_bss callbackBenjamin Berg2023-06-191-0/+1
* wifi: mac80211: Support disabled links during associationIlan Peer2023-06-191-2/+2
* Merge wireless into wireless-nextJohannes Berg2023-06-191-1/+8
|\
| * wifi: mac80211: take lock before setting vif linksBenjamin Berg2023-06-091-1/+8
* | wifi: mac80211: Add getter functions for vif MLD stateIlan Peer2023-06-141-2/+2
* | wifi: mac80211: mlme: move disconnects to wiphy workJohannes Berg2023-06-071-1/+1
* | Merge wireless into wireless-nextJohannes Berg2023-06-071-1/+2
|\|
| * wifi: mac80211: Abort running color change when stopping the APMichael Lee2023-05-161-1/+2
| * wifi: mac80211: Fix puncturing bitmap handling in __ieee80211_csa_finalize()Christophe JAILLET2023-05-161-2/+2
* | wifi: mac80211: consistently use u64 for BSS changesAnjaneyulu2023-06-061-41/+38
|/
* wifi: mac80211: set EHT support flag in AP modeAloka Dixit2023-04-111-0/+4
* Merge tag 'wireless-next-2023-03-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-03-301-7/+63
|\
| * mac80211: support RNR for EMA APAloka Dixit2023-03-241-5/+58
| * wifi: mac80211: generate EMA beacons in AP modeAloka Dixit2023-03-221-4/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-171-10/+11
|\ \ | |/ |/|
| * wifi: mac80211: check basic rates validityJohannes Berg2023-03-101-10/+11
* | wifi: mac80211: add LDPC related flags in ieee80211_bss_confRyder Lee2023-03-071-0/+11
* | wifi: mac80211: add EHT MU-MIMO related flags in ieee80211_bss_confRyder Lee2023-03-071-0/+16
* | wifi: mac80211: simplify reasoning about EHT capa handlingJohannes Berg2023-03-071-1/+1
* | wifi: mac80211: add support for set_hw_timestamp commandAvraham Stern2023-03-071-0/+17
|/
* wifi: cfg80211: get rid of gfp in cfg80211_bss_color_notifyLorenzo Bianconi2023-02-141-2/+1
* wifi: mac80211: configure puncturing bitmapAloka Dixit2023-02-141-3/+19
* wifi: cfg80211: include puncturing bitmap in channel switch eventsAloka Dixit2023-02-141-2/+3
* wifi: mac80211: mlme: handle EHT channel puncturingJohannes Berg2023-02-141-1/+1
* wifi: mac80211: move color collision detection report in a delayed workLorenzo Bianconi2023-02-141-1/+25
* wifi: mac80211: drop extra 'e' from ieeee80211... nameJohannes Berg2023-01-191-2/+2
* wifi: mac80211: Add HE MU-MIMO related flags in ieee80211_bss_confMuna Sinada2023-01-181-0/+15
* wifi: mac80211: Add VHT MU-MIMO related flags in ieee80211_bss_confMuna Sinada2023-01-181-0/+15
* Merge wireless into wireless-nextKalle Valo2023-01-171-0/+7
|\
| * wifi: mac80211: reset multiple BSSID options in stop_ap()Aloka Dixit2023-01-101-0/+7
* | wifi: mac80211: fix double space in commentNick Hainke2023-01-121-1/+1
|/
* wifi: mac80211: fix maybe-unused warningÍñigo Huguet2022-12-011-1/+1
* wifi: mac80211: Drop support for TX push pathAlexander Wetzel2022-10-101-3/+0
* wifi: mac80211: use link_id in ieee80211_change_bss()Johannes Berg2022-10-071-19/+21
* wifi: mac80211: prevent 4-addr use on MLDsJohannes Berg2022-09-031-0/+7
* wifi: cfg80211: Add link_id to cfg80211_ch_switch_started_notify()Veerendranath Jakkam2022-08-251-1/+1
* wifi: mac80211: allow bw change during channel switch in meshHari Chandrakanthan2022-08-251-3/+0
* wifi: mac80211: properly implement MLO key handlingJohannes Berg2022-08-251-13/+62
* wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam2022-08-251-8/+9
* wifi: mac80211: use link in TXQ parameter configurationShaul Triebitz2022-08-251-1/+23
* wifi: mac80211: accept STA changes without link changesJohannes Berg2022-08-251-0/+14
* wifi: mac80211: remove erroneous sband/link validationJohannes Berg2022-07-221-13/+1
* wifi: mac80211: more station handling sanity checksJohannes Berg2022-07-221-0/+7
* wifi: mac80211: validate link address doesn't changeJohannes Berg2022-07-221-6/+12
* wifi: mac80211: fix NULL pointer deref with non-MLD STAJohannes Berg2022-07-221-1/+6
* wifi: mac80211: select link when transmitting to non-MLO stationsAndrei Otcheretianski2022-07-151-0/+4
* wifi: mac80211: fix up link station creation/insertionJohannes Berg2022-07-151-2/+8