aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-06mac80211: avoid "Wireless Event too big" message for assoc responseJohn W. Linville1-3/+5
2008-10-06wireless: restore revert lost to merge damageLinus Torvalds1-8/+39
2008-09-24mac80211: fix led behavior in IBSSEmmanuel Grumbach1-0/+2
2008-09-24mac80211: probe with correct SSIDJohannes Berg1-2/+2
2008-09-24mac80211: clean up rate control APIJohannes Berg1-2/+2
2008-09-15mac80211: share sta_info->ht_infoJohannes Berg1-2/+2
2008-09-15mac80211: share sta->supp_ratesJohannes Berg1-6/+6
2008-09-15mac80211: share STA information with driverJohannes Berg1-2/+3
2008-09-15mac80211: use nl80211 interface typesJohannes Berg1-20/+20
2008-09-15mac80211: inform driver of basic ratesetJohannes Berg1-31/+9
2008-09-15mac80211: clean up scan namespaceJohannes Berg1-25/+26
2008-09-15mac80211: reorder MLME code moreJohannes Berg1-299/+325
2008-09-15mac80211: fix scan vs. interface removal raceJohannes Berg1-1/+1
2008-09-15mac80211: split off mesh handling entirelyJohannes Berg1-80/+3
2008-09-15mac80211: dont set REQ_RUN when scan finishesJohannes Berg1-1/+2
2008-09-15mac80211: move STA timer restartJohannes Berg1-0/+13
2008-09-15mac80211: move ieee80211_sta_expireJohannes Berg1-26/+0
2008-09-11mac80211: move frame TX functionJohannes Berg1-19/+5
2008-09-11mac80211: move spectrum management code outJohannes Berg1-85/+4
2008-09-11mac80211: make BA session handling independent of STA modeJohannes Berg1-340/+0
2008-09-11mac80211: initialise queue QoS parameters at hw startJohannes Berg1-26/+0
2008-09-11mac80211: split ieee80211_sta_def_wmm_paramsJohannes Berg1-21/+27
2008-09-11mac80211: consolidate deauth/disassocJohannes Berg1-36/+11
2008-09-11mac80211: reorder frame code in mlmeJohannes Berg1-389/+387
2008-09-11mac80211: remove useless 'ibss' parameterJohannes Berg1-4/+3
2008-09-11mac80211: simplify scan startJohannes Berg1-4/+1
2008-09-11mac80211: move some HT code out of mlme.cJohannes Berg1-321/+0
2008-09-11mac80211: move BSS handling to scan codeJohannes Berg1-307/+3
2008-09-11mac80211: refactor and move scan RX codeJohannes Berg1-136/+117
2008-09-11mac80211: start moving scan code from mlmeJohannes Berg1-543/+16
2008-09-11mac80211: remove useless non-NULL tests from scan results codeJohannes Berg1-22/+18
2008-09-11mac80211: use sdata pointer for scan interfaceJohannes Berg1-13/+11
2008-09-11mac80211: reorder mlme codeJohannes Berg1-530/+500
2008-09-11mac80211: stop queues before carrier offTomas Winkler1-9/+17
2008-09-11mac80211: remove disassociation code from ieee80211_set_associatedTomas Winkler1-46/+56
2008-09-11mac80211: disassociate when moving to new BSSTomas Winkler1-2/+7
2008-09-11mac80211: restructure disassoc/deauth flowsTomas Winkler1-31/+54
2008-09-11mac80211: move IE parsing to util fileJohannes Berg1-145/+0
2008-09-11mac80211: fix typo in action frame handlingJohannes Berg1-1/+1
2008-09-11mac80211: fix action frame length checksJohannes Berg1-2/+3
2008-09-11mac80211: BSS info: check channel firstJohannes Berg1-11/+11
2008-09-11mac80211: make conf_tx non-atomicJohannes Berg1-5/+8
2008-09-11mac80211: move some RCU locking into an if branchJohannes Berg1-5/+4
2008-09-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-1/+0
2008-09-08mac80211: Fix rate scale initialization in IBSSEmmanuel Grumbach1-26/+64
2008-09-08mac80211: Fix low bit rate in IBSSTomas Winkler1-1/+1
2008-09-05Revert "mac80211: Use IWEVASSOCREQIE instead of IWEVCUSTOM"Linus Torvalds1-9/+39
2008-08-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-41/+11
2008-08-29mac80211: Handle scan result IEs in one blockJouni Malinen1-149/+81
2008-08-26mac80211: quiet chatty IBSS merge messageJohn W. Linville1-1/+1