aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2023-09-25wifi: mac80211: update the rx_chains after set_antenna()Gravatar Emmanuel Grumbach 1-1/+7
2023-09-25wifi: mac80211: use bandwidth indication element for CSAGravatar Johannes Berg 4-18/+45
2023-09-25wifi: cfg80211: split struct cfg80211_ap_settingsGravatar Johannes Berg 1-1/+1
2023-09-25wifi: mac80211: ethtool: always hold wiphy mutexGravatar Johannes Berg 1-1/+8
2023-09-25wifi: mac80211: work around Cisco AP 9115 VHT MPDU lengthGravatar Johannes Berg 6-7/+44
2023-09-25wifi: cfg80211: make read-only array centers_80mhz static constGravatar Colin Ian King 1-1/+1
2023-09-25wifi: mac80211: fix potential key leakGravatar Johannes Berg 1-5/+15
2023-09-25wifi: mac80211: fix potential key use-after-freeGravatar Johannes Berg 2-1/+4
2023-09-13wifi: mac80211: don't return unset power in ieee80211_get_tx_power()Gravatar Ping-Ke Shih 1-0/+4
2023-09-13wifi: mac80211: Sanity check tx bitrate if not provided by driverGravatar Stephen Douthit 2-2/+3
2023-09-13wifi: mac80211: additions to change_beacon()Gravatar Aloka Dixit 1-0/+13
2023-09-13wifi: cfg80211: modify prototype for change_beaconGravatar Aloka Dixit 1-6/+8
2023-09-13wifi: mac80211: fixes in FILS discovery updatesGravatar Aloka Dixit 1-37/+40
2023-09-13wifi: mac80211: remove shifted rate supportGravatar Johannes Berg 9-151/+53
2023-09-13wifi: cfg80211: remove scan_width supportGravatar Johannes Berg 4-86/+23
2023-09-13wifi: mac80211: fix mesh id corruption on 32 bit systemsGravatar Felix Fietkau 2-5/+5
2023-09-11wifi: mac80211: fix channel switch link dataGravatar Johannes Berg 2-5/+7
2023-09-11wifi: mac80211: Do not force off-channel for management Tx with MLOGravatar Ilan Peer 1-1/+6
2023-09-11wifi: mac80211: take MBSSID/EHT data also from probe respGravatar Johannes Berg 1-10/+15
2023-09-11wifi: mac80211: Print local link address during authenticationGravatar Ilan Peer 1-2/+14
2023-09-11wifi: mac80211: fix # of MSDU in A-MSDU calculationGravatar Johannes Berg 1-1/+1
2023-09-11wifi: mac80211: fix various kernel-doc issuesGravatar Johannes Berg 2-10/+12
2023-09-11wifi: mac80211: remove unnecessary struct forward declarationGravatar Johannes Berg 1-1/+0
2023-09-11wifi: mac80211: add more warnings about inserting sta infoGravatar Benjamin Berg 1-2/+6
2023-09-11wifi: cfg80211: add ieee80211_fragment_element to public APIGravatar Benjamin Berg 2-31/+0
2023-09-11wifi: mac80211: add an element parsing unit testGravatar Johannes Berg 6-0/+130
2023-09-11wifi: mac80211: add support for mld in ieee80211_chswitch_doneGravatar Emmanuel Grumbach 4-31/+48
2023-09-11wifi: cfg80211/mac80211: hold link BSSes when assoc fails for MLO connectionGravatar Wen Gong 1-5/+6
2023-09-11wifi: mac80211: fix RCU usage warning in mesh fast-xmitGravatar Johannes Berg 1-1/+1
2023-09-11wifi: cfg80211: annotate iftype_data pointer with sparseGravatar Johannes Berg 1-5/+2
2023-09-11wifi: mac80211: fix BA session teardown raceGravatar Johannes Berg 3-8/+15
2023-09-11wifi: mac80211: fix TXQ error path and cleanupGravatar Johannes Berg 2-2/+3
2023-09-11wifi: cfg80211: remove wdev mutexGravatar Johannes Berg 15-282/+86
2023-09-11wifi: mac80211: set wiphy for virtual monitorsGravatar Johannes Berg 1-0/+1
2023-09-11wifi: mac80211: reduce iflist_mtxGravatar Johannes Berg 7-42/+29
2023-09-11wifi: mac80211: remove local->mtxGravatar Johannes Berg 14-269/+135
2023-09-11wifi: mac80211: remove ampdu_mlme.mtxGravatar Johannes Berg 7-117/+60
2023-09-11wifi: mac80211: remove chanctx_mtxGravatar Johannes Berg 9-142/+113
2023-09-11wifi: mac80211: remove key_mtxGravatar Johannes Berg 9-132/+90
2023-09-11wifi: mac80211: remove sta_mtxGravatar Johannes Berg 18-214/+112
2023-09-11wifi: mac80211: take wiphy lock for MAC addr changeGravatar Johannes Berg 1-3/+16
2023-09-11wifi: mac80211: extend wiphy lock in interface removalGravatar Johannes Berg 1-1/+2
2023-09-11wifi: mac80211: hold wiphy_lock around concurrency checksGravatar Johannes Berg 1-2/+3
2023-09-11wifi: mac80211: ethtool: hold wiphy mutexGravatar Johannes Berg 1-2/+6
2023-09-11wifi: mac80211: check wiphy mutex in opsGravatar Johannes Berg 2-0/+95
2023-09-11wifi: mac80211: move color change finalize to wiphy workGravatar Johannes Berg 4-9/+11
2023-09-11wifi: mac80211: move CSA finalize to wiphy workGravatar Johannes Berg 5-11/+11
2023-09-11wifi: mac80211: move filter reconfig to wiphy workGravatar Johannes Berg 4-6/+7
2023-09-11wifi: mac80211: move tspec work to wiphy workGravatar Johannes Berg 2-9/+14
2023-09-11wifi: mac80211: move key tailroom work to wiphy workGravatar Johannes Berg 6-11/+17