summaryrefslogtreecommitdiffstats
path: root/include/net/mac80211.h
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: add macros to loop over active linksGregory Greenman2022-07-221-0/+15
* wifi: mac80211: optionally implement MLO multicast TXJohannes Berg2022-07-221-0/+10
* wifi: mac80211: expand ieee80211_mgmt_tx() for MLOJohannes Berg2022-07-221-1/+3
* wifi: mac80211: add hardware timestamps for RX and TXAvraham Stern2022-07-221-1/+27
* wifi: mac80211: select link when transmitting to non-MLO stationsAndrei Otcheretianski2022-07-151-0/+2
* wifi: mac80211: remove link_id parameter from link_info_changed()Gregory Greenman2022-07-151-1/+0
* wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...Gregory Greenman2022-07-151-4/+4
* wifi: mac80211: replace link_id with link_conf in start/stop_ap()Gregory Greenman2022-07-151-2/+2
* wifi: mac80211: mlme: track AP (MLD) address separatelyJohannes Berg2022-07-151-0/+3
* wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2022-07-151-1/+2
* wifi: mac80211: move ps setting to vif configJohannes Berg2022-07-151-3/+3
* wifi: mac80211: provide link ID in link_confJohannes Berg2022-07-151-0/+2
* wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg2022-07-151-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-1/+2
|\
| * wifi: mac80211: add gfp_t parameter to ieeee80211_obss_color_collision_notifyLorenzo Bianconi2022-06-291-1/+2
* | wifi: mac80211: switch airtime fairness back to deficit round-robin schedulingFelix Fietkau2022-07-011-3/+14
* | wifi: mac80211: fix a kernel-doc complaintJohannes Berg2022-07-011-1/+1
* | wifi: mac80211: add a missing comma at kernel-doc markupMauro Carvalho Chehab2022-07-011-1/+1
* | wifi: mac80211: RCU-ify link STA pointersJohannes Berg2022-06-201-1/+1
* | wifi: mac80211: return a beacon for a specific linkShaul Triebitz2022-06-201-4/+10
* | wifi: mac80211: pass the link id in start/stop apShaul Triebitz2022-06-201-2/+4
* | wifi: mac80211: add sta link addition/removalJohannes Berg2022-06-201-2/+11
* | wifi: mac80211: add MLO link ID to TX frame metadataJohannes Berg2022-06-201-0/+7
* | wifi: mac80211: remove band from TX info in MLOJohannes Berg2022-06-201-1/+3
* | wifi: mac80211: add vif link addition/removalJohannes Berg2022-06-201-0/+15
* | wifi: mac80211: make some SMPS code MLD-awareJohannes Berg2022-06-201-1/+2
* | wifi: mac80211: add link_id to vht.c code for MLOJohannes Berg2022-06-201-1/+2
* | wifi: mac80211: use IEEE80211_MLD_MAX_NUM_LINKSJohannes Berg2022-06-201-3/+1
* | wifi: mac80211: make channel context code MLO-awareJohannes Berg2022-06-201-0/+4
* | wifi: mac80211: add per-link configuration pointerJohannes Berg2022-06-201-0/+3
* | wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-3/+25
* | wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-28/+38
* | wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-201-20/+20
* | wifi: mac80211: remove cipher scheme supportJohannes Berg2022-06-101-35/+0
|/
* mac80211: extend current rate control tx status APIJonas Jelonek2022-05-161-2/+31
* mac80211: remove stray multi_sta_back_32bit docsJohannes Berg2022-05-161-1/+0
* mac80211: fix typo in documentationJohannes Berg2022-05-161-1/+1
* mac80211: prepare sta handling for MLO supportSriram R2022-04-111-22/+58
* mac80211: introduce BSS color collision detectionLorenzo Bianconi2022-04-111-0/+4
* mac80211: Improve confusing comment around tx_info clearingToke Høiland-Jørgensen2022-04-111-3/+3
* mac80211: MBSSID beacon handling in AP modeLorenzo Bianconi2022-03-151-0/+2
* mac80211: Add support to trigger sta disconnect on hardware restartYoughandhar Chintala2022-03-111-0/+10
* mac80211: Handle station association response with EHTIlan Peer2022-02-161-0/+4
* mac80211: Add initial support for EHT and 320 MHz channelsIlan Peer2022-02-161-0/+2
* mac80211: fix struct ieee80211_tx_info sizeAvraham Stern2022-02-041-4/+15
* mac80211: Add stations iterator where the iterator function may sleepMartin Blumenstingl2022-01-041-0/+21
* cfg80211: rename offchannel_chain structs to background_chain to avoid confus...Lorenzo Bianconi2021-12-201-5/+5
* mac80211: introduce channel switch disconnect functionNathan Errera2021-12-201-0/+12
* mac80211: Use memset_after() to clear tx statusKees Cook2021-11-261-6/+1
* mac80211: add support for .ndo_fill_forward_pathFelix Fietkau2021-11-261-0/+7