aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-21mac80211: remove unnecessary include.Rami Rosen1-1/+0
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-22/+0
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+3
2008-11-18mac80211: remove ieee80211_notify_macJohannes Berg1-22/+0
2008-11-12mac80211: fix notify_mac functionJohannes Berg1-3/+3
2008-11-10mac80211: fix basic rates setting from association responseTomas Winkler1-6/+12
2008-11-10mac80211: remove SSID driver codeJohannes Berg1-14/+0
2008-11-10mac80211: print reason code for deauth/dissoc framesZhu Yi1-2/+4
2008-10-31mac80211: check return value of dev_alloc_skb() in ieee80211_sta_join_ibss().Rami Rosen1-49/+55
2008-10-31mac80211: insert AP sta entry after filling itJohannes Berg1-13/+18
2008-10-31mac80211: inform userspace of probe/auth/assoc timeoutJohannes Berg1-0/+3
2008-10-31mac80211: rewrite HT handlingJohannes Berg1-38/+50
2008-10-31mac80211: move bss_conf into vifJohannes Berg1-15/+15
2008-10-31802.11: clean up/fix HT supportJohannes Berg1-22/+23
2008-10-31mac80211: fix short slot handlingJohannes Berg1-34/+40
2008-10-27mac80211: convert to %pM away from print_macJohannes Berg1-74/+47
2008-10-14mac80211: fix HT information element parsingJohannes Berg1-3/+0
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