aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/pm.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-23mac80211: fix monitor interface suspend crash regressionGravatar Stanislaw Gruszka 1-2/+5
2013-04-22mac80211: use synchronize_rcu() with rcu_barrier()Gravatar Bob Copeland 1-0/+1
2013-04-17mac80211: fix station entry leak/warning while suspendingGravatar Johannes Berg 1-2/+2
2013-04-08mac80211: destroy virtual monitor interface across suspendGravatar Johannes Berg 1-4/+2
2013-04-08mac80211: purge remain-on-channel items when suspendingGravatar Johannes Berg 1-0/+2
2013-03-18mac80211: stop queues temporarily for flushingGravatar Johannes Berg 1-1/+3
2013-03-18mac80211: pass queue bitmap to flush operationGravatar Johannes Berg 1-1/+1
2013-03-06mac80211: cleanup generic suspend/resume proceduresGravatar Stanislaw Gruszka 1-109/+6
2013-03-06cfg80211/mac80211: disconnect on suspendGravatar Stanislaw Gruszka 1-1/+1
2013-02-15mac80211: add radar detection command/eventGravatar Simon Wunderlich 1-0/+2
2013-01-31cfg80211/mac80211: support reporting wakeup reasonGravatar Johannes Berg 1-0/+10
2013-01-03mac80211: split aggregation stop by reasonGravatar Johannes Berg 1-1/+2
2013-01-03mac80211: assign bss_conf.bssid only onceGravatar Johannes Berg 1-0/+3
2013-01-03mac80211: further simplify ieee80211_bss_info_change_notifyGravatar Johannes Berg 1-5/+10
2013-01-03mac80211: clean up association better in suspendGravatar Johannes Berg 1-3/+16
2013-01-03mac80211: clean up ieee80211_quiesceGravatar Johannes Berg 1-17/+19
2012-11-20mac80211: fix channel context suspend/reconfig handlingGravatar Johannes Berg 1-3/+41
2012-10-26mac80211: add explicit AP/GO driver operationsGravatar Johannes Berg 1-0/+4
2012-10-17mac80211: use channel contextsGravatar Johannes Berg 1-0/+2
2012-06-20mac80211: fix cleanup if driver suspend callback failsGravatar Eyal Shapira 1-0/+10
2012-06-06mac80211: Clear wowlan flag when drv_suspend returns failureGravatar Pontus Fuchs 1-0/+1
2012-04-11mac80211: add explicit monitor interface if neededGravatar Johannes Berg 1-0/+4
2012-02-27mac80211: use proper sub_if_data on suspend pathGravatar Jakub Kicinski 1-1/+1
2012-02-06mac80211: implement sta_add/sta_remove in sta_stateGravatar Johannes Berg 1-2/+0
2012-02-06mac80211: add sta_state callbackGravatar Johannes Berg 1-1/+9
2012-02-06mac80211: simplify AP_VLAN handlingGravatar Johannes Berg 1-9/+2
2011-11-09mac80211: verify virtual interfaces in driver APIGravatar Johannes Berg 1-1/+1
2011-09-30mac80211: optimise station flagsGravatar Johannes Berg 1-1/+1
2011-07-15mac80211: be more careful in suspend/resumeGravatar Johannes Berg 1-0/+3
2011-07-05mac80211: allow driver to impose WoWLAN restrictionsGravatar Johannes Berg 1-6/+10
2011-06-20mac80211: quiesce vif before suspendingGravatar Eliad Peller 1-16/+27
2011-05-05mac80211: add basic support for WoWLANGravatar Johannes Berg 1-1/+12
2011-04-25mac80211: tear down BA sessions properly on suspendGravatar Johannes Berg 1-5/+11
2010-10-06mac80211: assure we also cancel deferred scan requestGravatar Stanislaw Gruszka 1-2/+1
2010-10-06mac80211: avoid transmitting delBA to old APGravatar Johannes Berg 1-1/+1
2010-09-01mac80211: only cancel software-based scans on suspendGravatar John W. Linville 1-1/+2
2010-06-14mac80211: use common work structGravatar Johannes Berg 1-0/+2
2010-06-14mac80211: simplify station/aggregation codeGravatar Johannes Berg 1-12/+4
2010-04-07mac80211: rename WLAN_STA_SUSPEND to WLAN_STA_BLOCK_BAGravatar Johannes Berg 1-1/+1
2010-02-08mac80211: allow station add/remove to sleepGravatar Johannes Berg 1-6/+4
2009-12-28mac80211: remove struct ieee80211_if_init_confGravatar Johannes Berg 1-5/+1
2009-12-28mac80211: add ieee80211_sdata_runningGravatar Johannes Berg 1-1/+1
2009-12-21mac80211: trace interface nameGravatar Johannes Berg 1-1/+1
2009-12-21mac80211: reduce reliance on netdevGravatar Johannes Berg 1-1/+1
2009-08-28mac80211: fix configure_filter invocation after stopGravatar Johannes Berg 1-11/+2
2009-08-04mac80211: redefine usage of the mac80211 workqueueGravatar Luis R. Rodriguez 1-2/+2
2009-08-04mac80211: disable beacons before removing the associated interfaceGravatar Bob Copeland 1-0/+4
2009-07-29mac80211: fix suspendGravatar Johannes Berg 1-9/+15
2009-05-20mac80211: cancel/restart all timers across suspend/resumeGravatar Johannes Berg 1-18/+62
2009-05-06mac80211: add driver ops wrappersGravatar Johannes Berg 1-4/+5