summaryrefslogtreecommitdiff
path: root/net/mac80211/mlme.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-06mac80211: redesign auth/assocJohannes Berg1-355/+985
2012-02-06cfg80211: stop tracking authenticated stateJohannes Berg1-15/+8
2012-02-06mac80211: remove dummy STA supportJohannes Berg1-12/+3
2012-02-06mac80211: move managed mode station state modificationJohannes Berg1-14/+14
2012-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-11/+27
2012-01-31mac80211: station state transition error handlingJohannes Berg1-4/+13
2012-01-27mac80211: make CQM RSSI support per virtual interfaceJohannes Berg1-2/+2
2012-01-27mac80211: make beacon filtering per virtual interfaceJohannes Berg1-1/+1
2012-01-24mac80211: Fix the maximum transmit power with power constraintHong Wu1-1/+1
2012-01-18mac80211: fix work removal on deauth requestJohannes Berg1-11/+27
2012-01-04mac80211: use RCU read locks for sta_info_getMohammed Shafi Shajakhan1-0/+2
2011-12-19cfg80211: Return beacon loss count in stationPaul Stewart1-0/+8
2011-12-15mac80211: Fix power save in change interfaceMohammed Shafi Shajakhan1-0/+1
2011-12-15mac80211: remove an unnecessary paraenthesisMohammed Shafi Shajakhan1-1/+1
2011-12-15mac80211: refactor station state transitionsJohannes Berg1-3/+3
2011-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville1-0/+2
2011-11-22mac80211: Support ht-cap over-rides.Ben Greear1-2/+12
2011-11-22mac80211: remove unused ASSOC_AP flagJohannes Berg1-1/+0
2011-11-18mac80211: call ieee80211_recalc_idle() after sending packetsFelix Fietkau1-6/+9
2011-11-10mac80211: handle HT PHY BSS membership selector value correctlyChristian Lamparter1-41/+49
2011-11-09mac80211: fix race between connection monitor & suspendJohannes Berg1-1/+1
2011-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+16
2011-11-07mac80211: use min rate as basic rate for buggy APsEliad Peller1-0/+19
2011-11-02mac80211: disable powersave for broken APsJohannes Berg1-2/+16
2011-11-01net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-11-01net: add moduleparam.h for users of module_param/MODULE_PARM_DESCPaul Gortmaker1-0/+1
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2011-10-03mac80211: Send nullfunc frames at lower rate during connection monitorRajkumar Manoharan1-0/+5
2011-09-30mac80211: optimise station flagsJohannes Berg1-12/+10
2011-09-30nl80211/mac80211: allow adding TDLS peers as stationsArik Nemtsov1-3/+4
2011-09-27mac80211: save tx params per sdataEliad Peller1-2/+2
2011-09-27mac80211: Send the management frame at requested rateRajkumar Manoharan1-1/+1
2011-09-20mac80211: Fix regression on queue stop during 2040 bss changeRajkumar Manoharan1-19/+24
2011-09-14mac80211: Update device channel in case of HW channel switch supportedShahar Levi1-0/+3
2011-09-14mac80211: stop tx before doing hw config and rate updateRajkumar Manoharan1-0/+16
2011-09-13mac80211: Remove unnecessary OOM logging messagesJoe Perches1-12/+5
2011-08-26mac80211: fix race condition between assoc_done and first EAP packetGuy Eilam1-6/+53
2011-08-25PM QoS: Move and rename the implementation filesJean Pihet1-1/+1
2011-07-20mac80211: sync driver before TXJohannes Berg1-3/+21
2011-07-20mac80211: implement scan supported ratesJohannes Berg1-2/+3
2011-07-18mac80211: reconfigure tx on device reconfigurationEliad Peller1-0/+1
2011-07-13mac80211: allow driver to disconnect after resumeJohannes Berg1-6/+26
2011-07-11mac80211: add driver RSSI threshold eventsMeenakshi Venkataraman1-0/+23
2011-07-08mac80211: Restart STA timers only on associated stateRajkumar Manoharan1-0/+3
2011-07-05mac80211: fix smatch complainsChristian Lamparter1-1/+3
2011-06-27mac80211: dynamic PS - don't enter PS when TX frames are pendingArik Nemtsov1-12/+24
2011-06-27mac80211: Drop DS Channel PARAM in directed probePaul Stewart1-2/+3
2011-06-17mac80211: Start monitor work on restartPaul Stewart1-0/+1
2011-06-10mac80211: add ieee80211_get_operstate() functionEliad Peller1-0/+7