aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/driver-ops.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04wifi: mac80211: add ieee80211_vif_link_active() helperJohannes Berg1-9/+5
2023-12-19wifi: mac80211: add/remove driver debugfs entries as appropriateBenjamin Berg1-3/+7
2023-12-19wifi: mac80211: do not re-add debugfs entries during resumeBenjamin Berg1-3/+3
2023-12-12wifi: mac80211: don't re-add debugfs during reconfigJohannes Berg1-1/+5
2023-10-23wifi: mac80211: handle debugfs when switching to/from MLOMiri Korenblit1-1/+4
2023-10-23wifi: mac80211: add a driver callback to add vif debugfsMiri Korenblit1-3/+8
2023-10-23wifi: mac80211: don't recreate driver link debugfs in reconfigJohannes Berg1-3/+6
2023-09-11wifi: mac80211: fix BA session teardown raceJohannes Berg1-3/+0
2023-09-11wifi: cfg80211: remove wdev mutexJohannes Berg1-2/+0
2023-09-11wifi: mac80211: remove sta_mtxJohannes Berg1-2/+2
2023-09-11wifi: mac80211: check wiphy mutex in opsJohannes Berg1-0/+20
2023-09-11wifi: mac80211: add more ops assertionsJohannes Berg1-0/+2
2023-03-07wifi: mac80211: add netdev per-link debugfs data and driver hookBenjamin Berg1-1/+24
2023-01-10wifi: mac80211: sdata can be NULL during AMPDU startAlexander Wetzel1-0/+3
2022-10-07wifi: mac80211: add API to show the link STAs in debugfsBenjamin Berg1-1/+26
2022-09-06wifi: mac80211: isolate driver from inactive linksJohannes Berg1-0/+172
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-3/+5
2021-02-01mac80211: fix station rate table updates on assocFelix Fietkau1-1/+4
2019-07-20mac80211: don't warn about CW params when not using themBrian Norris1-4/+9
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-26mac80211: store tx power value from user to stationAshok Raj Nagarajan1-0/+21
2016-09-30mac80211: add offset_tsf driver op and use it for meshPedersen, Thomas1-0/+15
2016-09-12mac80211: refactor monitor representation in sdataAviya Erenfeld1-1/+1
2016-01-14mac80211: pass block ack session timeout to to driverSara Sharon1-7/+3
2015-11-03mac80211: document sleep requirements for channel context opsChaitanya T K1-0/+2
2015-11-03mac80211: call drv_stop only if driver is startedEliad Peller1-0/+44
2015-09-29mac80211: Deinline drv_get/set/reset_tsf()Denys Vlasenko1-0/+46
2015-09-29mac80211: Deinline drv_ampdu_action()Denys Vlasenko1-0/+26
2015-09-29mac80211: Deinline drv_switch_vif_chanctx()Denys Vlasenko1-0/+51
2015-09-29mac80211: Deinline drv_add/remove/change_interface()Denys Vlasenko1-0/+54
2015-09-29mac80211: Deinline drv_sta_rc_update()Denys Vlasenko1-0/+20
2015-09-29mac80211: Deinline drv_conf_tx()Denys Vlasenko1-0/+25
2015-07-17mac80211: deinline drv_sta_stateDenys Vlasenko1-0/+41