summaryrefslogtreecommitdiffstats
path: root/net/mac80211/main.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: don't use sband->band earlyJohannes Berg2024-02-081-1/+1
* wifi: mac80211: introduce 'channel request'Johannes Berg2024-02-081-1/+1
* wifi: mac80211: simplify non-chanctx driversJohannes Berg2024-02-081-35/+170
* wifi: mac80211: disallow drivers with HT wider than HEJohannes Berg2024-01-261-0/+18
* wifi: mac80211: add support for SPP A-MSDUsJohannes Berg2024-01-261-1/+4
* wifi: mac80211: process and save negotiated TID to Link mapping requestAyala Beker2024-01-261-1/+2
* wifi: mac80211: Add support for WBRF featuresEvan Quan2023-12-121-0/+2
* wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()Kalle Valo2023-10-231-1/+1
* wifi: mac80211: Notify the low level driver on change in MLO valid linksIlan Peer2023-09-251-1/+2
* wifi: cfg80211: annotate iftype_data pointer with sparseJohannes Berg2023-09-111-5/+2
* wifi: mac80211: fix TXQ error path and cleanupJohannes Berg2023-09-111-0/+3
* wifi: cfg80211: remove wdev mutexJohannes Berg2023-09-111-6/+1
* wifi: mac80211: remove local->mtxJohannes Berg2023-09-111-3/+0
* wifi: mac80211: remove chanctx_mtxJohannes Berg2023-09-111-1/+0
* wifi: mac80211: remove key_mtxJohannes Berg2023-09-111-1/+0
* wifi: mac80211: move filter reconfig to wiphy workJohannes Berg2023-09-111-3/+4
* wifi: mac80211: move key tailroom work to wiphy workJohannes Berg2023-09-111-1/+2
* wifi: mac80211: move sched-scan stop work to wiphy workJohannes Berg2023-09-111-3/+3
* wifi: mac80211: move dynamic PS to wiphy workJohannes Berg2023-09-111-4/+4
* wifi: mac80211: move offchannel works to wiphy workJohannes Berg2023-09-111-3/+3
* wifi: mac80211: lock wiphy in IP address notifierJohannes Berg2023-09-111-1/+21
* wifi: mac80211: move scan work to wiphy workJohannes Berg2023-09-111-3/+1
* wifi: mac80211: move radar detect work to wiphy workJohannes Berg2023-09-111-4/+5
* wifi: mac80211: flush wiphy work where appropriateJohannes Berg2023-09-111-0/+1
* wifi: mac80211: mlme: move disconnects to wiphy workJohannes Berg2023-06-071-1/+2
* wifi: mac80211: consistently use u64 for BSS changesAnjaneyulu2023-06-061-2/+2
* mac80211: use the new drop reasons infrastructureJohannes Berg2023-04-201-0/+31
* wifi: mac80211: Serialize ieee80211_handle_wake_tx_queue()Alexander Wetzel2023-03-151-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-101-2/+6
|\
| * wifi: mac80211: fix memory free error when registering wiphy failtaozhang2022-10-211-2/+6
* | wifi: mac80211: Drop support for TX push pathAlexander Wetzel2022-10-101-8/+3
* | wifi: mac80211: prohibit IEEE80211_HT_CAP_DELAY_BA with MLOJohannes Berg2022-10-071-0/+10
* | wifi: mac80211: set internal scan request BSSIDJohannes Berg2022-10-071-0/+2
|/
* wifi: mac80211: Support POWERED_ADDR_CHANGE featureJames Prestwood2022-09-031-0/+2
* wifi: mac80211: prohibit DEAUTH_NEED_MGD_TX_PREP in MLOJohannes Berg2022-07-151-0/+3
* wifi: mac80211: remove link_id parameter from link_info_changed()Gregory Greenman2022-07-151-3/+2
* wifi: mac80211: expect powersave handling in driver for MLOJohannes Berg2022-07-151-1/+2
* wifi: mac80211: move ps setting to vif configJohannes Berg2022-07-151-0/+1
* wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg2022-07-151-3/+6
* wifi: mac80211: properly skip link info driver updateJohannes Berg2022-07-011-0/+3
* wifi: mac80211: add a per-PHY AQL limit to improve fairnessFelix Fietkau2022-07-011-0/+1
* wifi: mac80211: switch airtime fairness back to deficit round-robin schedulingFelix Fietkau2022-07-011-7/+4
* wifi: mac80211: ignore IEEE80211_CONF_CHANGE_SMPS in chanctx modeJohannes Berg2022-06-201-1/+2
* wifi: mac80211: validate some driver features for MLOJohannes Berg2022-06-201-0/+42
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-4/+80
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-5/+5
* wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-201-2/+2
* wifi: mac80211: remove cipher scheme supportJohannes Berg2022-06-101-64/+5
* mac80211: remove unused argument to ieee80211_sta_connection_lost()Johannes Berg2022-05-161-2/+2
* mac80211: use ifmgd->bssid instead of ifmgd->associated->bssidJohannes Berg2022-05-161-1/+1