aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-27mac80211: remove ieee80211_num_regular_queuesJohannes Berg2-5/+4
2009-03-27mac80211: ieee80211_ibss_commit() cleanupAlina Friedrichsen1-1/+2
2009-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller5-23/+53
2009-03-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2009-03-16mac80211: deauth before flushing STA informationHerton Ronaldo Krzesinski1-4/+12
2009-03-16mac80211: handle failed scan requests in STA modeHelmut Schaa3-2/+25
2009-03-16mac80211: Fix WMM ACM parsing and AC downgrade operationJouni Malinen2-17/+16
2009-03-16mac80211: Fix panic on fragmentation with power savingJouni Malinen1-0/+2
2009-03-05mac80211: Update IBSS beacon timestamp properlySujith1-3/+5
2009-03-05mac80211: Always send a null data frame if TIM bit is set.Vivek Natarajan1-2/+1
2009-03-05mac80211: Fix TKIP/WEP HT capability handlingSujith1-1/+2
2009-03-05mac80211: Fix quality reporting for wireless statsJohannes Berg1-19/+39
2009-03-05mac80211: Notify the driver only when the beacon interval changesSujith1-1/+2
2009-02-27mac80211: Give it some time to do the TSF syncAlina Friedrichsen1-0/+5
2009-02-27mac80211: Don't merge with the same BSSIDAlina Friedrichsen1-0/+4
2009-02-27mac80211: Introduce a generic commit() to apply changesAlina Friedrichsen3-20/+37
2009-02-27mac80211: Add software scan notifiersMichael Buesch1-0/+5
2009-02-27mac80211/cfg80211: move iwrange handler to cfg80211Johannes Berg1-119/+16