summaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: clear timer bits when disconnectingJohannes Berg2012-08-011-0/+2
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-07-171-6/+11
|\
| * mac80211: go out of PS before sending disassocEliad Peller2012-07-171-6/+11
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-07-121-22/+23
|\|
| * mac80211: add time synchronisation with BSS for assocJohannes Berg2012-07-121-7/+8
| * mac80211: remove unused assignmentJohannes Berg2012-07-091-1/+1
| * mac80211: update BSS info on AC parameters changeJohannes Berg2012-07-091-14/+14
* | Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville2012-07-091-6/+22
|\|
| * mac80211: add TX prepare APIJohannes Berg2012-07-031-0/+8
| * mac80211: allow calling ieee80211_ap_probereq_get() during auth/assocEliad Peller2012-07-021-3/+10
| * Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2012-06-281-3/+3
| |\
| * | mac80211: don't require associated->beacon_ies for psEliad Peller2012-06-281-3/+0Star
| * | mac80211: flush queues before deauth/disassocEliad Peller2012-06-281-0/+4
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-091-11/+8Star
|\ \ \ | |_|/ |/| |
| * | mac80211: destroy assoc_data correctly if assoc failsEliad Peller2012-07-091-4/+2Star
| * | mac80211: clear ifmgd->bssid only after building DELBAEliad Peller2012-06-211-7/+6Star
* | | Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville2012-06-261-110/+93Star
|\ \ \ | | |/ | |/|
| * | mac80211: clean up debuggingJohannes Berg2012-06-241-110/+93Star
* | | Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville2012-06-221-8/+8
|\| |
| * | mac80211: save wmm_acm per sdataYoni Divinsky2012-06-201-5/+5
| * | mac80211: use the correct capability info in ieee80211_set_associated()Luciano Coelho2012-06-201-1/+1
| * | mac80211: initialize sta pointer to avoid false-positive warningLuciano Coelho2012-06-201-2/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-131-2/+2
|\ \ \ | | |/ | |/|
| * | mac80211: stop polling in disassociationDavid Spinadel2012-06-131-2/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-121-1/+1
|\| | | |/ |/|
| * mac80211: add back channel change flagStanislaw Gruszka2012-06-081-1/+1
* | mac80211: do remain-on-channel while idleJohannes Berg2012-06-061-6/+0Star
* | mac80211: print info when disabling HTJohannes Berg2012-06-061-3/+10
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-061-9/+27
|\|
| * mac80211: run scan after finish connection monitoringStanislaw Gruszka2012-06-041-9/+27
* | mac80211: simplify association HT parametersJohannes Berg2012-06-051-15/+11Star
* | mac80211: remove ieee80211_get_operstate()Eliad Peller2012-06-051-7/+0Star
* | net: mac80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-06-051-73/+58Star
* | mac80211: send beacon loss events to userspaceHolger Schurig2012-06-051-0/+2
* | mac80211: fail authentication when AP denied authenticationEliad Peller2012-06-051-2/+2
|/
* 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/+5Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2012-05-151-1/+1
|\
| * mac80211: fix rate control update on 2040 bss changeRajkumar Manoharan2012-05-091-1/+1
* | mac80211: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-101-16/+13Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-081-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/+1Star
|\|
| * mac80211: fix association beacon wait timeoutJohannes Berg2012-04-091-2/+1Star
* | 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/+0Star
* | mac80211: remove channel type argument from rate_updateJohannes Berg2012-04-101-16/+35