aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/pm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-06mac80211: assure we also cancel deferred scan requestStanislaw Gruszka1-2/+1
2010-10-06mac80211: avoid transmitting delBA to old APJohannes Berg1-1/+1
2010-09-01mac80211: only cancel software-based scans on suspendJohn W. Linville1-1/+2
2010-06-14mac80211: use common work structJohannes Berg1-0/+2
2010-06-14mac80211: simplify station/aggregation codeJohannes Berg1-12/+4
2010-04-07mac80211: rename WLAN_STA_SUSPEND to WLAN_STA_BLOCK_BAJohannes Berg1-1/+1
2010-02-08mac80211: allow station add/remove to sleepJohannes Berg1-6/+4
2009-12-28mac80211: remove struct ieee80211_if_init_confJohannes Berg1-5/+1
2009-12-28mac80211: add ieee80211_sdata_runningJohannes Berg1-1/+1
2009-12-21mac80211: trace interface nameJohannes Berg1-1/+1
2009-12-21mac80211: reduce reliance on netdevJohannes Berg1-1/+1
2009-08-28mac80211: fix configure_filter invocation after stopJohannes Berg1-11/+2
2009-08-04mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez1-2/+2
2009-08-04mac80211: disable beacons before removing the associated interfaceBob Copeland1-0/+4
2009-07-29mac80211: fix suspendJohannes Berg1-9/+15
2009-05-20mac80211: cancel/restart all timers across suspend/resumeJohannes Berg1-18/+62
2009-05-06mac80211: add driver ops wrappersJohannes Berg1-4/+5
2009-04-22mac80211: add hardware restart functionJohannes Berg1-105/+5
2009-04-22mac80211: re-upload keys only after telling driver about associationJohannes Berg1-5/+5
2009-03-27mac80211: resume properly, add suspend/resume testJohannes Berg1-0/+29
2009-03-27mac80211: Tear down aggregation sessions for suspend/resumeSujith1-0/+25
2009-03-27mac80211: acquire sta_lock for station suspend/resumeJohannes Berg1-8/+10
2009-03-27mac80211: stop queues across suspend/resumeJohannes Berg1-0/+6
2009-01-29mac80211: flush workqueue a second time in suspend()Bob Copeland1-0/+3
2009-01-29mac80211: add suspend/resume callbacksBob Copeland1-0/+114