summaryrefslogtreecommitdiffstats
path: root/net/mac80211/pm.c
AgeCommit message (Expand)AuthorLines
2021-10-21mac80211: Prevent AP probing during suspendLoic Poulain-0/+4
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg-1/+5
2020-11-11mac80211: remove WDS-related codeJohannes Berg-15/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-04-28cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel-1/+1
2017-02-27mac80211: flush delayed work when entering suspendMatt Chen-0/+1
2016-09-13mac80211: remove useless open_count checkJohannes Berg-2/+1
2015-11-03mac80211: don't reconfigure sched scan in case of wowlanEliad Peller-0/+11
2015-09-29mac80211: don't tear down aggregation on suspend in case of wowlan->anyEliad Peller-1/+2
2015-07-17mac80211: wowlan: enable powersave if suspend while ps-pollingChaitanya T K-0/+16
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg-2/+2
2015-03-04mac80211: start queues if driver rejected wowlanJohannes Berg-0/+7
2015-03-04mac80211: remove useless double check for open_count in __ieee80211_suspend()Luciano Coelho-1/+1
2015-03-04mac80211: don't do driver suspend with auth/assoc in progressJohannes Berg-1/+18
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-14/+15
2015-01-23mac80211: only roll back station states for WDS when suspendingLuciano Coelho-14/+15
2015-01-14mac80211: let flush() drop packets when possibleEmmanuel Grumbach-1/+1
2014-06-23mac80211: introduce refcount for queue_stop_reasonsLuciano Coelho-2/+4
2014-03-19mac80211: fix suspend vs. authentication raceJohannes Berg-3/+11
2013-12-16mac80211: don't delay station destructionJohannes Berg-2/+1
2013-07-23mac80211: fix monitor interface suspend crash regressionStanislaw Gruszka-2/+5
2013-04-22mac80211: use synchronize_rcu() with rcu_barrier()Bob Copeland-0/+1
2013-04-17mac80211: fix station entry leak/warning while suspendingJohannes Berg-2/+2
2013-04-08mac80211: destroy virtual monitor interface across suspendJohannes Berg-4/+2
2013-04-08mac80211: purge remain-on-channel items when suspendingJohannes Berg-0/+2
2013-03-18mac80211: stop queues temporarily for flushingJohannes Berg-1/+3
2013-03-18mac80211: pass queue bitmap to flush operationJohannes Berg-1/+1
2013-03-06mac80211: cleanup generic suspend/resume proceduresStanislaw Gruszka-109/+6
2013-03-06cfg80211/mac80211: disconnect on suspendStanislaw Gruszka-1/+1
2013-02-15mac80211: add radar detection command/eventSimon Wunderlich-0/+2
2013-01-31cfg80211/mac80211: support reporting wakeup reasonJohannes Berg-0/+10
2013-01-03mac80211: split aggregation stop by reasonJohannes Berg-1/+2
2013-01-03mac80211: assign bss_conf.bssid only onceJohannes Berg-0/+3
2013-01-03mac80211: further simplify ieee80211_bss_info_change_notifyJohannes Berg-5/+10
2013-01-03mac80211: clean up association better in suspendJohannes Berg-3/+16
2013-01-03mac80211: clean up ieee80211_quiesceJohannes Berg-17/+19
2012-11-20mac80211: fix channel context suspend/reconfig handlingJohannes Berg-3/+41
2012-10-26mac80211: add explicit AP/GO driver operationsJohannes Berg-0/+4
2012-10-17mac80211: use channel contextsJohannes Berg-0/+2
2012-06-20mac80211: fix cleanup if driver suspend callback failsEyal Shapira-0/+10
2012-06-06mac80211: Clear wowlan flag when drv_suspend returns failurePontus Fuchs-0/+1
2012-04-11mac80211: add explicit monitor interface if neededJohannes Berg-0/+4
2012-02-27mac80211: use proper sub_if_data on suspend pathJakub Kicinski-1/+1
2012-02-06mac80211: implement sta_add/sta_remove in sta_stateJohannes Berg-2/+0
2012-02-06mac80211: add sta_state callbackJohannes Berg-1/+9
2012-02-06mac80211: simplify AP_VLAN handlingJohannes Berg-9/+2
2011-11-09mac80211: verify virtual interfaces in driver APIJohannes Berg-1/+1
2011-09-30mac80211: optimise station flagsJohannes Berg-1/+1
2011-07-15mac80211: be more careful in suspend/resumeJohannes Berg-0/+3
2011-07-05mac80211: allow driver to impose WoWLAN restrictionsJohannes Berg-6/+10