summaryrefslogtreecommitdiff
path: root/include/net/mac80211.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-23wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()Kalle Valo1-15/+15
2023-10-23wifi: mac80211: fix header kernel-doc typosRandy Dunlap1-14/+14
2023-10-23wifi: mac80211: add link id to mgd_prepare_tx()Miri Korenblit1-0/+3
2023-10-23wifi: mac80211: make mgd_protect_tdls_discover MLO-awareMiri Korenblit1-1/+2
2023-10-23wifi: mac80211: Rename and update IEEE80211_VIF_DISABLE_SMPS_OVERRIDEIlan Peer1-3/+3
2023-10-23wifi: mac80211: add a driver callback to add vif debugfsMiri Korenblit1-0/+6
2023-09-25wifi: mac80211: support antenna control in injectionJohannes Berg1-1/+5
2023-09-25wifi: mac80211: Notify the low level driver on change in MLO valid linksIlan Peer1-0/+2
2023-09-25wifi: mac80211: allow for_each_sta_active_link() under RCUJohannes Berg1-1/+1
2023-09-25wifi: mac80211: relax RCU check in for_each_vif_active_link()Johannes Berg1-1/+1
2023-09-25wifi: mac80211: ethtool: always hold wiphy mutexJohannes Berg1-0/+4
2023-09-13wifi: mac80211: Sanity check tx bitrate if not provided by driverStephen Douthit1-0/+5
2023-09-11wifi: mac80211: add support for mld in ieee80211_chswitch_doneEmmanuel Grumbach1-2/+6
2023-09-11wifi: cfg80211: remove wdev mutexJohannes Berg1-14/+6
2023-09-11wifi: mac80211: rework ack_frame_id handling a bitJohannes Berg1-3/+6
2023-08-26Merge tag 'wireless-next-2023-08-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-1/+4
2023-08-22mac80211: make ieee80211_tx_info padding explicitArnd Bergmann1-1/+3
2023-08-22wifi: mac80211: fix kernel-doc notation warningRandy Dunlap1-0/+1
2023-08-21wifi: mac80211: limit reorder_buf_filtered to avoid UBSAN warningPing-Ke Shih1-0/+1
2023-06-21wifi: mac80211: fix documentation config referenceJohannes Berg1-1/+1
2023-06-19wifi: mac80211: Support disabled links during associationIlan Peer1-2/+4
2023-06-14wifi: mac80211: Do not use "non-MLD AP" syntaxIlan Peer1-3/+6
2023-06-14wifi: mac80211: Add getter functions for vif MLD stateIlan Peer1-0/+21
2023-06-14wifi: mac80211: allow disabling SMPS debugfs controlsMiri Korenblit1-0/+3
2023-06-14wifi: mac80211: add helpers to access sband iftype dataJohannes Berg1-1/+43
2023-06-06wifi: mac80211: provide a helper to fetch the medium synchronization delayEmmanuel Grumbach1-0/+3
2023-06-06wifi: mac80211: fetch and store the EML capability informationEmmanuel Grumbach1-0/+2
2023-04-18wifi: mac80211: remove ieee80211_tx_status_8023Felix Fietkau1-20/+0
2023-04-13wifi: mac80211: add flush_sta methodJohannes Berg1-0/+6
2023-03-22wifi: mac80211: generate EMA beacons in AP modeAloka Dixit1-0/+68
2023-03-22wifi: mac80211: add support for letting drivers register tc offload supportFelix Fietkau1-0/+9
2023-03-07wifi: mac80211: add LDPC related flags in ieee80211_bss_confRyder Lee1-0/+6
2023-03-07wifi: mac80211: add EHT MU-MIMO related flags in ieee80211_bss_confRyder Lee1-0/+9
2023-03-07wifi: mac80211: introduce ieee80211_refresh_tx_agg_session_timer()Ryder Lee1-0/+14
2023-03-07wifi: mac80211: add support for driver adding radiotap TLVsMordechay Goodstein1-37/+7
2023-03-07wifi: mac80211: add netdev per-link debugfs data and driver hookBenjamin Berg1-0/+10
2023-03-07wifi: mac80211: add pointer from bss_conf to vifBenjamin Berg1-0/+3
2023-03-07wifi: mac80211: add support for set_hw_timestamp commandAvraham Stern1-0/+6
2023-02-14wifi: mac80211: configure puncturing bitmapAloka Dixit1-0/+3
2023-02-14wifi: mac80211: mlme: handle EHT channel puncturingJohannes Berg1-1/+4
2023-01-19wifi: mac80211: drop extra 'e' from ieeee80211... nameJohannes Berg1-3/+3
2023-01-19wifi: mac80211: add kernel-doc for EHT structureJohannes Berg1-0/+1
2023-01-18mac80211: support minimal EHT rate reporting on RXJohannes Berg1-3/+16
2023-01-18wifi: mac80211: Add HE MU-MIMO related flags in ieee80211_bss_confMuna Sinada1-0/+13
2023-01-18wifi: mac80211: Add VHT MU-MIMO related flags in ieee80211_bss_confMuna Sinada1-0/+13
2023-01-17Merge wireless into wireless-nextKalle Valo1-4/+0
2023-01-12wifi: mac80211: Drop stations iterator where the iterator function may sleepMartin Blumenstingl1-21/+0
2023-01-10wifi: mac80211: Proper mark iTXQs for resumptionAlexander Wetzel1-4/+0
2022-12-01wifi: mac80211: add support for restricting netdev features per vifFelix Fietkau1-0/+5
2022-10-10wifi: mac80211: add internal handler for wake_tx_queueAlexander Wetzel1-19/+32