aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31net: 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/rafael/linux-pmLinus 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-19mac80211: 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-19mac80211: 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
2011-06-07Revert "mac80211: stop queues before rate control updation"John W. Linville1-6/+0
2011-05-27mac80211: clear local->ps_data on disassocEliad Peller1-0/+1
2011-05-26mac80211: stop queues before rate control updationRajkumar Manoharan1-0/+6
2011-05-05mac80211: Postpond ps timer if tx is stopped by othersRajkumar Manoharan1-0/+20
2011-05-05mac80211: use wake_queue to restart trasmitRajkumar Manoharan1-1/+1
2011-04-12mac80211: Check for queued frames before entering power save.Vivek Natarajan1-8/+9
2011-04-07mac80211: remove few obsolete flagsMohammed Shafi Shajakhan1-9/+0
2011-03-11mac80211: do not enable ps if 802.1x controlled port is unblockedJason Young1-5/+32
2011-02-25mac80211: better fix for conn_mon_timer running after disassociateStanislaw Gruszka1-6/+3
2011-02-23mac80211: Fix a race on enabling power save.Vivek Natarajan1-1/+13
2011-02-18Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+6
2011-02-18mac80211: fix conn_mon_timer running after disassociateStanislaw Gruszka1-0/+6
2011-02-09mac80211: Properly set work-item channel-type.Ben Greear1-0/+2
2011-02-07mac80211: Make some mlme timers module paramaters.Ben Greear1-11/+23
2011-02-03mac80211: Warn users if HT fails because of freq mismatch.Ben Greear1-4/+22
2011-01-31mac80211: disable power save if an infra AP vif existsRajkumar Manoharan1-0/+8
2011-01-21cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf1-3/+5
2011-01-19mac80211: Show max retry-counts in kernel messages.Ben Greear1-4/+4
2010-12-07mac80211: fix a compiler warningFelix Fietkau1-2/+1
2010-12-07mac80211: fix dynamic-ps/pm_qos magic numbersEliad Peller1-4/+5
2010-12-06mac80211: speed up AP probing using nullfunc framesFelix Fietkau1-25/+68
2010-12-06mac80211: remove a redundant checkFelix Fietkau1-2/+1
2010-11-24mac80211: reduce the number of retries for nullfunc probingFelix Fietkau1-1/+8
2010-11-24mac80211: use nullfunc instead of probe request for connection monitoringFelix Fietkau1-26/+66
2010-11-24mac80211: probe the AP when resumingFelix Fietkau1-0/+1
2010-11-24mac80211: calculate beacon loss time accuratelyFelix Fietkau1-4/+12