aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/mac80211.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-22wifi: mac80211: add macros to loop over active linksGregory Greenman1-0/+15
2022-07-22wifi: mac80211: optionally implement MLO multicast TXJohannes Berg1-0/+10
2022-07-22wifi: mac80211: expand ieee80211_mgmt_tx() for MLOJohannes Berg1-1/+3
2022-07-22wifi: mac80211: add hardware timestamps for RX and TXAvraham Stern1-1/+27
2022-07-15wifi: mac80211: select link when transmitting to non-MLO stationsAndrei Otcheretianski1-0/+2
2022-07-15wifi: mac80211: remove link_id parameter from link_info_changed()Gregory Greenman1-1/+0
2022-07-15wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanctx()Gregory Greenman1-4/+4
2022-07-15wifi: mac80211: replace link_id with link_conf in start/stop_ap()Gregory Greenman1-2/+2
2022-07-15wifi: mac80211: mlme: track AP (MLD) address separatelyJohannes Berg1-0/+3
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-1/+2
2022-07-15wifi: mac80211: move ps setting to vif configJohannes Berg1-3/+3
2022-07-15wifi: mac80211: provide link ID in link_confJohannes Berg1-0/+2
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg1-2/+4
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2022-07-01wifi: mac80211: switch airtime fairness back to deficit round-robin schedulingFelix Fietkau1-3/+14
2022-07-01wifi: mac80211: fix a kernel-doc complaintJohannes Berg1-1/+1
2022-07-01wifi: mac80211: add a missing comma at kernel-doc markupMauro Carvalho Chehab1-1/+1
2022-06-29wifi: mac80211: add gfp_t parameter to ieeee80211_obss_color_collision_notifyLorenzo Bianconi1-1/+2
2022-06-20wifi: mac80211: RCU-ify link STA pointersJohannes Berg1-1/+1
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz1-4/+10
2022-06-20wifi: mac80211: pass the link id in start/stop apShaul Triebitz1-2/+4
2022-06-20wifi: mac80211: add sta link addition/removalJohannes Berg1-2/+11
2022-06-20wifi: mac80211: add MLO link ID to TX frame metadataJohannes Berg1-0/+7
2022-06-20wifi: mac80211: remove band from TX info in MLOJohannes Berg1-1/+3
2022-06-20wifi: mac80211: add vif link addition/removalJohannes Berg1-0/+15
2022-06-20wifi: mac80211: make some SMPS code MLD-awareJohannes Berg1-1/+2
2022-06-20wifi: mac80211: add link_id to vht.c code for MLOJohannes Berg1-1/+2
2022-06-20wifi: mac80211: use IEEE80211_MLD_MAX_NUM_LINKSJohannes Berg1-3/+1
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg1-0/+4
2022-06-20wifi: mac80211: add per-link configuration pointerJohannes Berg1-0/+3
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-3/+25
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-28/+38
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg1-20/+20
2022-06-10wifi: mac80211: remove cipher scheme supportJohannes Berg1-35/+0
2022-05-16mac80211: extend current rate control tx status APIJonas Jelonek1-2/+31
2022-05-16mac80211: remove stray multi_sta_back_32bit docsJohannes Berg1-1/+0
2022-05-16mac80211: fix typo in documentationJohannes Berg1-1/+1
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-22/+58
2022-04-11mac80211: introduce BSS color collision detectionLorenzo Bianconi1-0/+4
2022-04-11mac80211: Improve confusing comment around tx_info clearingToke Høiland-Jørgensen1-3/+3
2022-03-15mac80211: MBSSID beacon handling in AP modeLorenzo Bianconi1-0/+2
2022-03-11mac80211: Add support to trigger sta disconnect on hardware restartYoughandhar Chintala1-0/+10
2022-02-16mac80211: Handle station association response with EHTIlan Peer1-0/+4
2022-02-16mac80211: Add initial support for EHT and 320 MHz channelsIlan Peer1-0/+2
2022-02-04mac80211: fix struct ieee80211_tx_info sizeAvraham Stern1-4/+15
2022-01-04mac80211: Add stations iterator where the iterator function may sleepMartin Blumenstingl1-0/+21
2021-12-20cfg80211: rename offchannel_chain structs to background_chain to avoid confusion with ETSI standardLorenzo Bianconi1-5/+5
2021-12-20mac80211: introduce channel switch disconnect functionNathan Errera1-0/+12
2021-11-26mac80211: Use memset_after() to clear tx statusKees Cook1-6/+1
2021-11-26mac80211: add support for .ndo_fill_forward_pathFelix Fietkau1-0/+7