aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/driver-ops.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-06wifi: mac80211: isolate driver from inactive linksJohannes Berg1-140/+25
2022-07-15wifi: mac80211: remove link_id parameter from link_info_changed()Gregory Greenman1-2/+2
2022-07-15wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanctx()Gregory Greenman1-8/+18
2022-07-15wifi: mac80211: replace link_id with link_conf in start/stop_ap()Gregory Greenman1-6/+12
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-1/+1
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg1-5/+5
2022-06-20wifi: mac80211: pass the link id in start/stop apShaul Triebitz1-6/+9
2022-06-20wifi: mac80211: add sta link addition/removalJohannes Berg1-0/+21
2022-06-20wifi: mac80211: add vif link addition/removalJohannes Berg1-0/+21
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg1-2/+6
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-7/+28
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg1-1/+1
2021-12-21Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJakub Kicinski1-0/+22
2021-12-14mac80211: mark TX-during-stop for TX in in_reconfigJohannes Berg1-1/+4
2021-11-26mac80211: add support for .ndo_fill_forward_pathFelix Fietkau1-0/+22
2021-08-24mac80211: introduce individual TWT support in AP modeLorenzo Bianconi1-0/+36
2021-06-23mac80211: notify driver on mgd TX completionJohannes Berg1-4/+22
2021-01-21mac80211: add rx decapsulation offload supportFelix Fietkau1-0/+16
2020-09-18mac80211: notify the driver when a sta uses 4-address modeFelix Fietkau1-0/+14
2020-09-18mac80211: rework tx encapsulation offload APIFelix Fietkau1-0/+15
2020-07-31mac80211: warn only once in check_sdata_in_driver() at each callerJohannes Berg1-6/+5
2020-05-27mac80211: fix variable names in TID config methodsSergey Matyukevich1-2/+2
2020-02-24mac80211: Add api to support configuring TID specific configurationTamizh chelvam1-0/+27
2019-07-26mac80211: pass the vif to cancel_remain_on_channelEmmanuel Grumbach1-3/+5
2019-04-26Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-0/+5
2019-04-26mac80211: store tx power value from user to stationAshok Raj Nagarajan1-0/+5
2019-03-29mac80211: do not call driver wake_tx_queue op during reconfigFelix Fietkau1-0/+3
2019-02-22mac80211: notify driver on subsequent CSA beaconsSara Sharon1-1/+16
2019-02-22mac80211: abort CSA if beacon does not include CSA IEsSara Sharon1-0/+14
2019-01-25mac80211: Expose ieee80211_schedule_txq() functionToke Høiland-Jørgensen1-3/+1
2019-01-19mac80211: Add TXQ scheduling APIToke Høiland-Jørgensen1-0/+9
2018-11-09mac80211: allow drivers to use peer measurement APIJohannes Berg1-0/+34
2018-10-12mac80211: support FTM responder configuration/statisticsPradeep Kumar Chitrapu1-0/+16
2018-09-05mac80211: add an option for drivers to check if packets can be aggregatedSara Sharon1-0/+10
2018-05-23mac80211: Support adding duration for prepare_tx() callbackIlan Peer1-3/+5
2018-01-04mac80211: Fix setting TX power on monitor interfacesPeter Große1-1/+2
2017-12-19Revert "mac80211: Add TXQ scheduling API"Johannes Berg1-3/+9
2017-12-11mac80211: Add TXQ scheduling APIToke Høiland-Jørgensen1-9/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-09-30mac80211: add offset_tsf driver op and use it for meshPedersen, Thomas1-0/+3
2016-09-30mac80211: Implement add_nan_func and rm_nan_funcAyala Beker1-0/+32
2016-09-30mac80211: implement nan_change_confAyala Beker1-0/+21
2016-09-30mac80211: add boilerplate code for start / stop NANAyala Beker1-0/+27
2016-09-15mac80211: remove sta_remove_debugfs driver callbackJohannes Berg1-15/+0
2016-09-12mac80211: add support for MU-MIMO air snifferAviya Erenfeld1-1/+2
2016-08-11mac80211: call get_expected_throughput only after adding stationMaxim Altshul1-4/+4
2016-08-05mac80211: Add ieee80211_hw pointer to get_expected_throughputMaxim Altshul1-1/+1
2016-04-05mac80211: synchronize driver rx queues before removing a stationSara Sharon1-0/+15
2016-01-14mac80211: pass block ack session timeout to to driverSara Sharon1-3/+1
2015-11-03mac80211: document sleep requirements for channel context opsChaitanya T K1-0/+10