aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-11mac80211: avoid NULL ptr deref when finding max_rates in PID and minstrelJohn W. Linville2-2/+2
2009-05-04mac80211: pid, fix memory corruptionJiri Slaby1-34/+39
2009-05-04mac80211: minstrel, fix memory corruptionJiri Slaby1-1/+1
2009-05-04mac80211: correct fragmentation threshold checkJohannes Berg1-1/+1
2009-04-29mac80211: default to automatic power controlJohannes Berg1-0/+1
2009-04-29mac80211: fix modprobe deadlock by not calling wep_init under rtnl_lockAlan Jenkins1-10/+9
2009-04-21mac80211: fix alignment calculation bugJohannes Berg1-1/+1
2009-04-21mac80211: do not print WARN if config interfaceReinette Chatre1-2/+13
2009-04-20mac80211: fix basic rate bitmap calculationJohannes Berg1-1/+1
2009-04-20mac80211: fix beacon loss detection after scanKalle Valo1-1/+9
2009-04-20MAC80211: Remove unused MAC80211_VERBOSE_SPECT_MGMT_DEBUG.Robert P. J. Day1-7/+0
2009-04-17mac80211: validate TIM IE lengthJohannes Berg1-0/+3
2009-04-17mac80211: avoid crashing when no scan sdataJohannes Berg1-1/+2
2009-04-16mac80211: Fragmentation threshold (typo)Gerrit Renker1-1/+1
2009-04-16mac80211: quiet beacon loss messagesMichael Buesch1-6/+14
2009-04-16mac80211: correct wext transmit power handlerJohannes Berg2-9/+34
2009-04-16mac80211: Fix bug in getting rx status for frames pending in reorder bufferVasanthakumar Thiagarajan1-4/+9
2009-03-30trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante1-1/+1
2009-03-27mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifiJohannes Berg7-140/+11
2009-03-27mac80211: fix aggregation to not require queue stopJohannes Berg6-78/+217
2009-03-27mac80211: add skb length sanity checkingJohannes Berg1-1/+6
2009-03-27mac80211: unify and fix TX aggregation startJohannes Berg1-36/+27
2009-03-27mac80211: clean up __ieee80211_tx argsJohannes Berg1-15/+16
2009-03-27mac80211: rework the pending packets codeJohannes Berg4-79/+98
2009-03-27mac80211: fix A-MPDU queue assignmentJohannes Berg1-8/+27
2009-03-27mac80211: rewrite fragmentationJohannes Berg5-224/+173
2009-03-27mac80211: fix RX pathJohannes Berg1-1/+1
2009-03-27mac80211: rate control status only for controlled packetsJohannes Berg2-3/+7
2009-03-27mac80211: add beacon filtering supportKalle Valo3-1/+53
2009-03-27mac80211: disable power save when scanningKalle Valo1-2/+62
2009-03-27mac80211: track beacons separately from the rx path activityKalle Valo3-32/+52
2009-03-27mac80211: decrease execution of the associated timerKalle Valo3-0/+20
2009-03-27mac80211: remove mixed-cell and userspace MLME codeJohannes Berg5-34/+11
2009-03-27nl80211: Check iftype in cfg80211 codeJouni Malinen1-40/+0
2009-03-27nl80211: Check that netif_runnin is true in cfg80211 codeJouni Malinen1-25/+0
2009-03-27nl80211: Remove NL80211_CMD_SET_MGMT_EXTRA_IEJouni Malinen5-166/+7
2009-03-27mac80211: Fix memleak in nl80211 authentication on deinitJouni Malinen1-0/+1
2009-03-27mac80211: resume properly, add suspend/resume testJohannes Berg3-0/+65
2009-03-27nl80211: Add MLME primitives to support external SMEJouni Malinen4-11/+184
2009-03-27nl80211: Event notifications for MLME eventsJouni Malinen1-2/+7
2009-03-27mac80211: Fix reassociation by not clearing previous BSSIDJouni Malinen1-2/+4
2009-03-27mac80211: Fix a typo in assoc vs. reassoc checkJouni Malinen1-1/+1
2009-03-27mac80211: don't drop nullfunc frames during software scanKalle Valo2-1/+26
2009-03-27mac80211: Tear down aggregation sessions for suspend/resumeSujith4-0/+45
2009-03-27mac80211: acquire sta_lock for station suspend/resumeJohannes Berg1-8/+10
2009-03-27mac80211: Populate HT limitation with TKIP/WEP to the handler for SIOCSIWENCODE tooVasanthakumar Thiagarajan1-2/+11
2009-03-27wireless: radiotap updatesJohannes Berg1-3/+4
2009-03-27mac80211: stop queues across suspend/resumeJohannes Berg2-0/+7
2009-03-27mac80211: fix warnings in ieee80211_if_configJohannes Berg1-9/+3
2009-03-27mac80211: start pending scan after probe/auth/assoc timed outHelmut Schaa1-0/+23