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