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