aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-22mac80211: calculate maximum sleep intervalJohannes Berg1-4/+16
2009-04-22mac80211: remove IEEE80211_CONF_CHANGE_DYNPS_TIMEOUTJohannes Berg1-2/+1
2009-04-22mac80211: fix variable truncation on 32-bitJohannes Berg1-6/+6
2009-04-22mac80211: fix IBSS code to not sleep while atomicJohannes Berg1-3/+3
2009-04-22mac80211: validate TIM IE length (redux)Johannes Berg3-28/+7
2009-04-22nl80211: Add set/get for frag/rts threshold and retry limitsJouni Malinen7-149/+44
2009-04-22cfg80211: clean up includesJohannes Berg3-3/+1
2009-04-22mac80211: convert to cfg80211 IBSS APIJohannes Berg10-330/+228
2009-04-22cfg80211/mac80211: move wext SIWMLME into cfg80211Johannes Berg3-38/+5
2009-04-22mac80211: set CLEAR_PS for pspolled framesChristian Lamparter1-1/+17
2009-04-22mac80211: Allow scan to be requested in AP modeJouni Malinen1-1/+2
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