summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2009-04-22mac80211: enable PS by defaultJohannes Berg2-0/+24
2009-04-22mac80211: implement beacon filtering in softwareJohannes Berg3-14/+66
2009-04-22mac80211: disable powersave if pm_qos asks for low latencyJohannes Berg5-15/+63
2009-04-22mac80211: improve powersave implementationJohannes Berg5-121/+165
2009-04-22mac80211: add hardware restart functionJohannes Berg4-107/+158
2009-04-22mac80211: re-upload keys only after telling driver about associationJohannes Berg1-5/+5
2009-04-22cfg80211: add cipher capabilitiesJohannes Berg1-0/+14
2009-04-22mac80211: Report rejected association to user space SMEJouni Malinen1-0/+5
2009-04-22mac80211: include HT capabilities in probe requestJohannes Berg2-0/+21
2009-04-22mac80211: pass all probe request IEs to driverJohannes Berg4-49/+112
2009-04-22cfg80211: introduce scan IE limit attributeJohannes Berg2-1/+14
2009-04-22mac80211: move ieee80211_enable_ht function to mlme.cJohannes Berg3-86/+83
2009-04-22nl80211: Add Michael MIC failure eventJouni Malinen4-11/+12
2009-04-22nl80211: Generate deauth/disassoc event for locally generated framesJouni Malinen1-2/+6
2009-04-22mac80211: Don't access managed mode bits in non-managed modeVasanthakumar Thiagarajan1-1/+1
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