aboutsummaryrefslogtreecommitdiff
path: root/include/net/mac80211.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-22wifi: mac80211: add macros to loop over active linksGravatar Gregory Greenman 1-0/+15
2022-07-22wifi: mac80211: optionally implement MLO multicast TXGravatar Johannes Berg 1-0/+10
2022-07-22wifi: mac80211: expand ieee80211_mgmt_tx() for MLOGravatar Johannes Berg 1-1/+3
2022-07-22wifi: mac80211: add hardware timestamps for RX and TXGravatar Avraham Stern 1-1/+27
2022-07-15wifi: mac80211: select link when transmitting to non-MLO stationsGravatar Andrei Otcheretianski 1-0/+2
2022-07-15wifi: mac80211: remove link_id parameter from link_info_changed()Gravatar Gregory Greenman 1-1/+0
2022-07-15wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...Gravatar Gregory Greenman 1-4/+4
2022-07-15wifi: mac80211: replace link_id with link_conf in start/stop_ap()Gravatar Gregory Greenman 1-2/+2
2022-07-15wifi: mac80211: mlme: track AP (MLD) address separatelyGravatar Johannes Berg 1-0/+3
2022-07-15wifi: mac80211: change QoS settings API to take link into accountGravatar Johannes Berg 1-1/+2
2022-07-15wifi: mac80211: move ps setting to vif configGravatar Johannes Berg 1-3/+3
2022-07-15wifi: mac80211: provide link ID in link_confGravatar Johannes Berg 1-0/+2
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersGravatar Johannes Berg 1-2/+4
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+2
2022-07-01wifi: mac80211: switch airtime fairness back to deficit round-robin schedulingGravatar Felix Fietkau 1-3/+14
2022-07-01wifi: mac80211: fix a kernel-doc complaintGravatar Johannes Berg 1-1/+1
2022-07-01wifi: mac80211: add a missing comma at kernel-doc markupGravatar Mauro Carvalho Chehab 1-1/+1
2022-06-29wifi: mac80211: add gfp_t parameter to ieeee80211_obss_color_collision_notifyGravatar Lorenzo Bianconi 1-1/+2
2022-06-20wifi: mac80211: RCU-ify link STA pointersGravatar Johannes Berg 1-1/+1
2022-06-20wifi: mac80211: return a beacon for a specific linkGravatar Shaul Triebitz 1-4/+10
2022-06-20wifi: mac80211: pass the link id in start/stop apGravatar Shaul Triebitz 1-2/+4
2022-06-20wifi: mac80211: add sta link addition/removalGravatar Johannes Berg 1-2/+11
2022-06-20wifi: mac80211: add MLO link ID to TX frame metadataGravatar Johannes Berg 1-0/+7
2022-06-20wifi: mac80211: remove band from TX info in MLOGravatar Johannes Berg 1-1/+3
2022-06-20wifi: mac80211: add vif link addition/removalGravatar Johannes Berg 1-0/+15
2022-06-20wifi: mac80211: make some SMPS code MLD-awareGravatar Johannes Berg 1-1/+2
2022-06-20wifi: mac80211: add link_id to vht.c code for MLOGravatar Johannes Berg 1-1/+2
2022-06-20wifi: mac80211: use IEEE80211_MLD_MAX_NUM_LINKSGravatar Johannes Berg 1-3/+1
2022-06-20wifi: mac80211: make channel context code MLO-awareGravatar Johannes Berg 1-0/+4
2022-06-20wifi: mac80211: add per-link configuration pointerGravatar Johannes Berg 1-0/+3
2022-06-20wifi: mac80211: split bss_info_changed methodGravatar Johannes Berg 1-3/+25
2022-06-20wifi: mac80211: move interface config to new structGravatar Johannes Berg 1-28/+38
2022-06-20wifi: mac80211: move some future per-link data to bss_confGravatar Johannes Berg 1-20/+20
2022-06-10wifi: mac80211: remove cipher scheme supportGravatar Johannes Berg 1-35/+0
2022-05-16mac80211: extend current rate control tx status APIGravatar Jonas Jelonek 1-2/+31
2022-05-16mac80211: remove stray multi_sta_back_32bit docsGravatar Johannes Berg 1-1/+0
2022-05-16mac80211: fix typo in documentationGravatar Johannes Berg 1-1/+1
2022-04-11mac80211: prepare sta handling for MLO supportGravatar Sriram R 1-22/+58
2022-04-11mac80211: introduce BSS color collision detectionGravatar Lorenzo Bianconi 1-0/+4
2022-04-11mac80211: Improve confusing comment around tx_info clearingGravatar Toke Høiland-Jørgensen 1-3/+3
2022-03-15mac80211: MBSSID beacon handling in AP modeGravatar Lorenzo Bianconi 1-0/+2
2022-03-11mac80211: Add support to trigger sta disconnect on hardware restartGravatar Youghandhar Chintala 1-0/+10
2022-02-16mac80211: Handle station association response with EHTGravatar Ilan Peer 1-0/+4
2022-02-16mac80211: Add initial support for EHT and 320 MHz channelsGravatar Ilan Peer 1-0/+2
2022-02-04mac80211: fix struct ieee80211_tx_info sizeGravatar Avraham Stern 1-4/+15
2022-01-04mac80211: Add stations iterator where the iterator function may sleepGravatar Martin Blumenstingl 1-0/+21
2021-12-20cfg80211: rename offchannel_chain structs to background_chain to avoid confus...Gravatar Lorenzo Bianconi 1-5/+5
2021-12-20mac80211: introduce channel switch disconnect functionGravatar Nathan Errera 1-0/+12
2021-11-26mac80211: Use memset_after() to clear tx statusGravatar Kees Cook 1-6/+1
2021-11-26mac80211: add support for .ndo_fill_forward_pathGravatar Felix Fietkau 1-0/+7