aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: disable powersave for broken APsJohannes Berg2011-11-111-2/+16
* mac80211: Restart STA timers only on associated stateRajkumar Manoharan2011-08-041-0/+3
* Revert "mac80211: stop queues before rate control updation"John W. Linville2011-06-071-6/+0
* mac80211: clear local->ps_data on disassocEliad Peller2011-05-271-0/+1
* mac80211: stop queues before rate control updationRajkumar Manoharan2011-05-261-0/+6
* mac80211: Postpond ps timer if tx is stopped by othersRajkumar Manoharan2011-05-051-0/+20
* mac80211: use wake_queue to restart trasmitRajkumar Manoharan2011-05-051-1/+1
* mac80211: Check for queued frames before entering power save.Vivek Natarajan2011-04-121-8/+9
* mac80211: remove few obsolete flagsMohammed Shafi Shajakhan2011-04-071-9/+0
* mac80211: do not enable ps if 802.1x controlled port is unblockedJason Young2011-03-111-5/+32
* mac80211: better fix for conn_mon_timer running after disassociateStanislaw Gruszka2011-02-251-6/+3
* mac80211: Fix a race on enabling power save.Vivek Natarajan2011-02-231-1/+13
* Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2011-02-181-0/+6
|\
| * mac80211: fix conn_mon_timer running after disassociateStanislaw Gruszka2011-02-181-0/+6
* | mac80211: Properly set work-item channel-type.Ben Greear2011-02-091-0/+2
* | mac80211: Make some mlme timers module paramaters.Ben Greear2011-02-071-11/+23
* | mac80211: Warn users if HT fails because of freq mismatch.Ben Greear2011-02-031-4/+22
* | mac80211: disable power save if an infra AP vif existsRajkumar Manoharan2011-01-311-0/+8
* | cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf2011-01-211-3/+5
* | mac80211: Show max retry-counts in kernel messages.Ben Greear2011-01-191-4/+4
|/
* mac80211: fix a compiler warningFelix Fietkau2010-12-071-2/+1
* mac80211: fix dynamic-ps/pm_qos magic numbersEliad Peller2010-12-071-4/+5
* mac80211: speed up AP probing using nullfunc framesFelix Fietkau2010-12-061-25/+68
* mac80211: remove a redundant checkFelix Fietkau2010-12-061-2/+1
* mac80211: reduce the number of retries for nullfunc probingFelix Fietkau2010-11-241-1/+8
* mac80211: use nullfunc instead of probe request for connection monitoringFelix Fietkau2010-11-241-26/+66
* mac80211: probe the AP when resumingFelix Fietkau2010-11-241-0/+1
* mac80211: calculate beacon loss time accuratelyFelix Fietkau2010-11-241-4/+12
* mac80211: restart beacon miss timer on system resume from suspendFelix Fietkau2010-11-241-0/+1
* mac80211: Add function to get probe request template for current APJuuso Oikarinen2010-11-161-0/+24
* mac80211: Improve mlme probe response log messages.Ben Greear2010-10-111-7/+11
* mac80211: avoid transmitting delBA to old APJohannes Berg2010-10-061-9/+9
* mac80211: fix channel assumption for association done workLuis R. Rodriguez2010-10-051-3/+3
* mac80211: fix deadlock with multiple interfacesJohannes Berg2010-10-051-1/+1
* mac80211: Add validity check for beacon_crc valueJuuso Oikarinen2010-10-051-2/+5
* mac80211: Fix WMM driver queue configurationJuuso Oikarinen2010-09-281-8/+8
* mac80211: send last 3/5 probe requests as unicastLuis R. Rodriguez2010-09-161-2/+11
* mac80211: make the beacon monitor available externallyLuis R. Rodriguez2010-09-161-4/+4
* mac80211: reset probe send counter upon connection timer resetLuis R. Rodriguez2010-09-161-0/+4
* mac80211: add helper for reseting the connection monitorLuis R. Rodriguez2010-09-161-5/+10
* cfg80211/mac80211: use lockdep_assert_heldJohannes Berg2010-09-161-1/+1
* mac80211: Do not generate CQM events based on first Beacon framesJouni Malinen2010-08-311-0/+9
* mac80211: Fix signal strength average initialization for CQM eventsJouni Malinen2010-08-311-1/+1
* mac80211: clean up ifdown/cleanup pathsJohannes Berg2010-08-271-0/+5
* mac80211: allow changing port control protocolJohannes Berg2010-08-271-0/+3
* net/mac80211: Use wiphy_<level>Joe Perches2010-08-251-8/+9
* mac80211: allow drivers to request SM PS mode changeJohannes Berg2010-08-161-0/+3
* mac80211: per interface idle notificationJohannes Berg2010-08-161-2/+15
* mac80211: unify scan and work mutexesJohannes Berg2010-08-161-4/+4
* mac80211: allow drivers to request DTIM periodJohannes Berg2010-07-291-3/+29