aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-06mac80211: clean up beacon interval settingsJohannes Berg1-1/+1
2009-05-04mac80211: correct fragmentation threshold checkJohannes Berg1-1/+1
2009-04-24wireless: remove some (bogus?) 'may be used uninitialized' warningsJohn W. Linville1-1/+1
2009-04-22nl80211: Add set/get for frag/rts threshold and retry limitsJouni Malinen1-5/+4
2009-04-22mac80211: convert to cfg80211 IBSS APIJohannes Berg1-3/+3
2009-04-22mac80211: set CLEAR_PS for pspolled framesChristian Lamparter1-1/+17
2009-03-27mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifiJohannes Berg1-19/+0
2009-03-27mac80211: fix aggregation to not require queue stopJohannes Berg1-26/+116
2009-03-27mac80211: add skb length sanity checkingJohannes Berg1-1/+6
2009-03-27mac80211: clean up __ieee80211_tx argsJohannes Berg1-15/+16
2009-03-27mac80211: rework the pending packets codeJohannes Berg1-64/+80
2009-03-27mac80211: fix A-MPDU queue assignmentJohannes Berg1-8/+27
2009-03-27mac80211: rewrite fragmentationJohannes Berg1-171/+151
2009-03-27mac80211: don't drop nullfunc frames during software scanKalle Valo1-1/+13
2009-03-27mac80211: remove ieee80211_num_regular_queuesJohannes Berg1-4/+3
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: Fix panic on fragmentation with power savingJouni Malinen1-0/+2
2009-02-27mac80211: split IBSS/managed codeJohannes Berg1-6/+5
2009-02-27mac80211: fix aggregation for hardware with ampdu queuesJohannes Berg1-5/+13
2009-02-14Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-0/+2
2009-02-13mac80211: Fix the wrong WARN_ON message appearing on enabling power save.Vivek Natarajan1-3/+5
2009-02-11mac80211: restrict to AP in outgoing interface heuristicJohannes Berg1-0/+2
2009-02-09mac80211: do not TX injected frames when not allowedLuis R. Rodriguez1-0/+21
2009-01-29mac80211: Fix drop-unencrypted for management framesJouni Malinen1-1/+4
2009-01-29mac80211: 802.11w - Use BIP (AES-128-CMAC)Jouni Malinen1-0/+9
2009-01-29mac80211: 802.11w - CCMP for management framesJouni Malinen1-1/+22
2009-01-29mac80211: extend/document powersave APIJohannes Berg1-1/+1
2009-01-29mac80211: move dynamic PS timeout to hardware configJohannes Berg1-2/+2
2009-01-29mac80211: remove an unnecessary assignment to info in __ieee80211_tx().Rami Rosen1-1/+0
2009-01-29mac80211: Reset the power save timer from master_start_xmit.Vivek Natarajan1-13/+13
2009-01-22mac80211: decrement ref count to netdev after launching mesh discoveryBrian Cavagnolo1-2/+4
2008-12-19mac80211: implement dynamic power saveKalle Valo1-0/+13
2008-12-12mac80211: remove fragmentation offload functionalityJohannes Berg1-1/+0
2008-12-05mac80211: tx module cleanup.Rami Rosen1-8/+3
2008-11-10wireless: fix a few sparse warningsJohannes Berg1-1/+0
2008-10-31mac80211: Re-enable aggregationSujith1-5/+14
2008-10-31mac80211: Change WARN_ON to WARN_ON_ONCESujith1-2/+2
2008-10-31mac80211/drivers: rewrite the rate control APIJohannes Berg1-199/+179
2008-10-31mac80211: move bss_conf into vifJohannes Berg1-8/+8
2008-10-31mac80211: make retry limits part of hw configJohannes Berg1-2/+2
2008-10-31mac80211: provide sequence numbersJohannes Berg1-0/+10
2008-10-31mac80211: kill hw.conf.antenna_sel_{rx,tx}Johannes Berg1-1/+0
2008-10-27mac80211: convert to %pM away from print_macJohannes Berg1-14/+10
2008-10-06mac80211: add multi-rate retry supportFelix Fietkau1-6/+7
2008-10-06mac80211: remove redundant check in ieee80211_master_start_xmit (net/mac80211/tx.c)Rami Rosen1-10/+8
2008-10-06mac80211: remove shadowed variables in ieee80211_master_start_xmitTomas Winkler1-4/+1
2008-09-24mac80211: clean up rate control APIJohannes Berg1-2/+3
2008-09-24mac80211: mesh portal functionality supportYanBo1-6/+38
2008-09-24mac80211: make master iface not wirelessJohannes Berg1-13/+13
2008-09-15mac80211: remove debug frame dumpingJohannes Berg1-42/+0