summaryrefslogtreecommitdiffstats
path: root/net/mac80211/pm.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: flush delayed work when entering suspendMatt Chen2017-02-271-0/+1
* mac80211: remove useless open_count checkJohannes Berg2016-09-131-2/+1
* mac80211: don't reconfigure sched scan in case of wowlanEliad Peller2015-11-031-0/+11
* mac80211: don't tear down aggregation on suspend in case of wowlan->anyEliad Peller2015-09-291-1/+2
* mac80211: wowlan: enable powersave if suspend while ps-pollingChaitanya T K2015-07-171-0/+16
* mac80211: convert HW flags to unsigned long bitmapJohannes Berg2015-06-101-2/+2
* mac80211: start queues if driver rejected wowlanJohannes Berg2015-03-041-0/+7
* mac80211: remove useless double check for open_count in __ieee80211_suspend()Luciano Coelho2015-03-041-1/+1
* mac80211: don't do driver suspend with auth/assoc in progressJohannes Berg2015-03-041-1/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-271-14/+15
|\
| * mac80211: only roll back station states for WDS when suspendingLuciano Coelho2015-01-231-14/+15
* | mac80211: let flush() drop packets when possibleEmmanuel Grumbach2015-01-141-1/+1
|/
* mac80211: introduce refcount for queue_stop_reasonsLuciano Coelho2014-06-231-2/+4
* mac80211: fix suspend vs. authentication raceJohannes Berg2014-03-191-3/+11
* mac80211: don't delay station destructionJohannes Berg2013-12-161-2/+1
* mac80211: fix monitor interface suspend crash regressionStanislaw Gruszka2013-07-231-2/+5
* mac80211: use synchronize_rcu() with rcu_barrier()Bob Copeland2013-04-221-0/+1
* mac80211: fix station entry leak/warning while suspendingJohannes Berg2013-04-171-2/+2
* mac80211: destroy virtual monitor interface across suspendJohannes Berg2013-04-081-4/+2
* mac80211: purge remain-on-channel items when suspendingJohannes Berg2013-04-081-0/+2
* mac80211: stop queues temporarily for flushingJohannes Berg2013-03-181-1/+3
* mac80211: pass queue bitmap to flush operationJohannes Berg2013-03-181-1/+1
* mac80211: cleanup generic suspend/resume proceduresStanislaw Gruszka2013-03-061-109/+6
* cfg80211/mac80211: disconnect on suspendStanislaw Gruszka2013-03-061-1/+1
* mac80211: add radar detection command/eventSimon Wunderlich2013-02-151-0/+2
* cfg80211/mac80211: support reporting wakeup reasonJohannes Berg2013-01-311-0/+10
* mac80211: split aggregation stop by reasonJohannes Berg2013-01-031-1/+2
* mac80211: assign bss_conf.bssid only onceJohannes Berg2013-01-031-0/+3
* mac80211: further simplify ieee80211_bss_info_change_notifyJohannes Berg2013-01-031-5/+10
* mac80211: clean up association better in suspendJohannes Berg2013-01-031-3/+16
* mac80211: clean up ieee80211_quiesceJohannes Berg2013-01-031-17/+19
* mac80211: fix channel context suspend/reconfig handlingJohannes Berg2012-11-201-3/+41
* mac80211: add explicit AP/GO driver operationsJohannes Berg2012-10-261-0/+4
* mac80211: use channel contextsJohannes Berg2012-10-171-0/+2
* mac80211: fix cleanup if driver suspend callback failsEyal Shapira2012-06-201-0/+10
* mac80211: Clear wowlan flag when drv_suspend returns failurePontus Fuchs2012-06-061-0/+1
* mac80211: add explicit monitor interface if neededJohannes Berg2012-04-111-0/+4
* mac80211: use proper sub_if_data on suspend pathJakub Kicinski2012-02-271-1/+1
* mac80211: implement sta_add/sta_remove in sta_stateJohannes Berg2012-02-061-2/+0
* mac80211: add sta_state callbackJohannes Berg2012-02-061-1/+9
* mac80211: simplify AP_VLAN handlingJohannes Berg2012-02-061-9/+2
* mac80211: verify virtual interfaces in driver APIJohannes Berg2011-11-091-1/+1
* mac80211: optimise station flagsJohannes Berg2011-09-301-1/+1
* mac80211: be more careful in suspend/resumeJohannes Berg2011-07-151-0/+3
* mac80211: allow driver to impose WoWLAN restrictionsJohannes Berg2011-07-051-6/+10
* mac80211: quiesce vif before suspendingEliad Peller2011-06-201-16/+27
* mac80211: add basic support for WoWLANJohannes Berg2011-05-051-1/+12
* mac80211: tear down BA sessions properly on suspendJohannes Berg2011-04-251-5/+11
* mac80211: assure we also cancel deferred scan requestStanislaw Gruszka2010-10-061-2/+1
* mac80211: avoid transmitting delBA to old APJohannes Berg2010-10-061-1/+1