summaryrefslogtreecommitdiff
path: root/net/mac80211/cfg.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-16wifi: mac80211: Abort running color change when stopping the APMichael Lee1-1/+2
2023-05-16wifi: mac80211: Fix puncturing bitmap handling in __ieee80211_csa_finalize()Christophe JAILLET1-2/+2
2023-04-11wifi: mac80211: set EHT support flag in AP modeAloka Dixit1-0/+4
2023-03-31Merge tag 'wireless-next-2023-03-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-7/+63
2023-03-24mac80211: support RNR for EMA APAloka Dixit1-5/+58
2023-03-22wifi: mac80211: generate EMA beacons in AP modeAloka Dixit1-4/+7
2023-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+11
2023-03-10wifi: mac80211: check basic rates validityJohannes Berg1-10/+11
2023-03-07wifi: mac80211: add LDPC related flags in ieee80211_bss_confRyder Lee1-0/+11
2023-03-07wifi: mac80211: add EHT MU-MIMO related flags in ieee80211_bss_confRyder Lee1-0/+16
2023-03-07wifi: mac80211: simplify reasoning about EHT capa handlingJohannes Berg1-1/+1
2023-03-07wifi: mac80211: add support for set_hw_timestamp commandAvraham Stern1-0/+17
2023-02-14wifi: cfg80211: get rid of gfp in cfg80211_bss_color_notifyLorenzo Bianconi1-2/+1
2023-02-14wifi: mac80211: configure puncturing bitmapAloka Dixit1-3/+19
2023-02-14wifi: cfg80211: include puncturing bitmap in channel switch eventsAloka Dixit1-2/+3
2023-02-14wifi: mac80211: mlme: handle EHT channel puncturingJohannes Berg1-1/+1
2023-02-14wifi: mac80211: move color collision detection report in a delayed workLorenzo Bianconi1-1/+25
2023-01-19wifi: mac80211: drop extra 'e' from ieeee80211... nameJohannes Berg1-2/+2
2023-01-18wifi: mac80211: Add HE MU-MIMO related flags in ieee80211_bss_confMuna Sinada1-0/+15
2023-01-18wifi: mac80211: Add VHT MU-MIMO related flags in ieee80211_bss_confMuna Sinada1-0/+15
2023-01-17Merge wireless into wireless-nextKalle Valo1-0/+7
2023-01-12wifi: mac80211: fix double space in commentNick Hainke1-1/+1
2023-01-10wifi: mac80211: reset multiple BSSID options in stop_ap()Aloka Dixit1-0/+7
2022-12-01wifi: mac80211: fix maybe-unused warningÍñigo Huguet1-1/+1
2022-10-10wifi: mac80211: Drop support for TX push pathAlexander Wetzel1-3/+0
2022-10-07wifi: mac80211: use link_id in ieee80211_change_bss()Johannes Berg1-19/+21
2022-09-03wifi: mac80211: prevent 4-addr use on MLDsJohannes Berg1-0/+7
2022-08-25wifi: cfg80211: Add link_id to cfg80211_ch_switch_started_notify()Veerendranath Jakkam1-1/+1
2022-08-25wifi: mac80211: allow bw change during channel switch in meshHari Chandrakanthan1-3/+0
2022-08-25wifi: mac80211: properly implement MLO key handlingJohannes Berg1-13/+62
2022-08-25wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam1-8/+9
2022-08-25wifi: mac80211: use link in TXQ parameter configurationShaul Triebitz1-1/+23
2022-08-25wifi: mac80211: accept STA changes without link changesJohannes Berg1-0/+14
2022-07-22wifi: mac80211: remove erroneous sband/link validationJohannes Berg1-13/+1
2022-07-22wifi: mac80211: more station handling sanity checksJohannes Berg1-0/+7
2022-07-22wifi: mac80211: validate link address doesn't changeJohannes Berg1-6/+12
2022-07-22wifi: mac80211: fix NULL pointer deref with non-MLD STAJohannes Berg1-1/+6
2022-07-15wifi: mac80211: select link when transmitting to non-MLO stationsAndrei Otcheretianski1-0/+4
2022-07-15wifi: mac80211: fix up link station creation/insertionJohannes Berg1-2/+8
2022-07-15wifi: mac80211: limit A-MSDU subframes for client tooJohannes Berg1-27/+2
2022-07-15wifi: mac80211: make ieee80211_check_rate_mask() link-awareJohannes Berg1-1/+1
2022-07-15wifi: mac80211: use only channel width in ieee80211_parse_bitrates()Johannes Berg1-2/+2
2022-07-15wifi: mac80211: move tdls_chan_switch_prohibited to link dataJohannes Berg1-1/+1
2022-07-15wifi: mac80211: replace link_id with link_conf in start/stop_ap()Gregory Greenman1-2/+2
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-3/+4
2022-07-15wifi: mac80211: fix key lookupJohannes Berg1-0/+4
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg1-60/+109
2022-07-15wifi: mac80211: implement callbacks for <add/mod/del>_link_stationShaul Triebitz1-0/+108
2022-07-15wifi: cfg80211/mac80211: separate link params from station paramsShaul Triebitz1-52/+91
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2