summaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: Fix race in checking AP status by sending null frameSoumik Das2012-05-251-1/+2
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-7/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2012-05-141-1/+1
|\
| * mac80211: fix rate control update on 2040 bss changeRajkumar Manoharan2012-05-081-1/+1
* | mac80211: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-091-16/+13
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-071-1/+1
|\
| * mac80211: call ieee80211_mgd_stop() on interface stopEliad Peller2012-04-241-1/+1
* | mac80211: do not scan and monitor connection in parallelStanislaw Gruszka2012-04-131-12/+23
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-04-121-2/+1
|\|
| * mac80211: fix association beacon wait timeoutJohannes Berg2012-04-091-2/+1
* | mac80211: sanity check for null SSIDStanislaw Gruszka2012-04-101-3/+16
* | mac80211: use IEEE80211_NUM_ACSJohannes Berg2012-04-101-3/+4
* | mac80211: notify driver of rate control updatesJohannes Berg2012-04-101-1/+1
* | mac80211: remove queue stop on rate control updateJohannes Berg2012-04-101-19/+0
* | mac80211: remove channel type argument from rate_updateJohannes Berg2012-04-101-16/+35
* | mac80211: set HT channel before associationJohannes Berg2012-04-101-115/+111
* | mac80211: when receiving DTIM disable power-save mode only if it was enabledRonald Wahl2012-04-091-3/+5
* | wireless: rename ht_info to ht_operationJohannes Berg2012-04-091-24/+25
* | mac80211: flush to get the tx status of nullfunc frame immediatelyRajkumar Manoharan2012-04-091-0/+2
* | mac80211: do not send pspoll when powersave is disabledRajkumar Manoharan2012-04-091-1/+1
|/
* mac80211: make uapsd_* keys per-vifEliad Peller2012-03-151-3/+5
* mac80211: Don't let regulatory make us deafPaul Stewart2012-03-131-16/+16
* mac80211: rename bss_conf timestamp to last_tsfJohannes Berg2012-03-131-1/+1
* mac80211: set basic rates earlierJohannes Berg2012-03-121-48/+49
* mac80211: refactor common auth/assoc setup codeJohannes Berg2012-03-121-62/+59
* mac80211: remove spurious BSSID change flagJohannes Berg2012-03-121-3/+0
* mac80211: simplify wmm check during associationJohannes Berg2012-03-121-5/+5
* mac80211: simplify HT checksJohannes Berg2012-03-121-31/+26
* mac80211: move misplaced commentJohannes Berg2012-03-121-7/+7
* mac80211: set channel back after disassociatingJohannes Berg2012-03-121-7/+6
* mac80211: remove tx_syncJohannes Berg2012-03-121-41/+0
* mac80211: Filter duplicate IE idsPaul Stewart2012-03-071-0/+14
* mac80211: combine QoS with other BSS changesJohannes Berg2012-03-051-4/+8
* mac80211: use compare_ether_addr on MAC addresses instead of memcmpFelix Fietkau2012-03-051-14/+16
* mac80211: make deauth/disassoc sequence more naturalJohannes Berg2012-02-291-37/+47
* mac80211: fix ieee80211_set_disassoc() sending DelBAJohannes Berg2012-02-291-3/+3
* mac80211: dont call cfg80211 from ieee80211_send_deauth_disassocJohannes Berg2012-02-291-33/+38
* cfg80211: remove cookies from callbacksJohannes Berg2012-02-291-14/+14
* mac80211: fix auth/assoc data & timer leakJohannes Berg2012-02-271-0/+13
* mac80211: fix associated vs. idle raceJohannes Berg2012-02-271-1/+15
* mac80211: remove redundant monitor_work enqueueingEliad Peller2012-02-271-1/+0
* mac80211: don't queue monitor work for HW_CONNECTION_MONITOREliad Peller2012-02-271-2/+6
* mac80211: redesign auth/assocJohannes Berg2012-02-061-355/+985
* cfg80211: stop tracking authenticated stateJohannes Berg2012-02-061-15/+8
* mac80211: remove dummy STA supportJohannes Berg2012-02-061-12/+3
* mac80211: move managed mode station state modificationJohannes Berg2012-02-061-14/+14
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-011-11/+27
|\
| * mac80211: fix work removal on deauth requestJohannes Berg2012-01-181-11/+27
* | mac80211: station state transition error handlingJohannes Berg2012-01-301-4/+13
* | mac80211: make CQM RSSI support per virtual interfaceJohannes Berg2012-01-271-2/+2