summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-agn-tx.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-07iwlagn: change Copyright to 2011Wey-Yi Guy1-1/+1
2011-03-25iwlwifi: cleanup and bugfix tx aggregation codeDaniel Halperin1-55/+27
2011-03-25iwlagn: fix aggregation queue scheduler setupJohannes Berg1-16/+31
2011-03-25iwlagn: clean up TX aggregation codeJohannes Berg1-10/+7
2011-02-28iwlwifi: fix dma mappings and skbs leakStanislaw Gruszka1-1/+11
2011-01-22iwlwifi: implement remain-on-channelJohannes Berg1-1/+8
2010-12-14iwlagn: fix debug variable accessJohannes Berg1-3/+6
2010-11-25iwlwifi: use mac80211 AC definesJohannes Berg1-2/+8
2010-11-25iwlagn: fix station powersave accounting for aggregationJohannes Berg1-6/+25
2010-11-25iwlagn: remove powersave warningJohannes Berg1-2/+2
2010-11-22Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville1-27/+50
2010-11-17iwlagn: simplify iwlagn_tx_skbStanislaw Gruszka1-21/+12
2010-11-16iwlwifi: always build swq_id as virtual queue IDJohannes Berg1-1/+1
2010-11-16iwlwifi: pass txq to wake/stop queueJohannes Berg1-2/+2
2010-11-16iwlagn: remove unused variable swq_idJohannes Berg1-2/+1
2010-11-16iwlagn: used frame count info in compressed ba packetWey-Yi Guy1-22/+46
2010-10-25iwlwifi: quiet a noisy printkDon Fry1-1/+2
2010-10-08iwlwifi: move tx fail code to agnJohannes Berg1-0/+40
2010-10-06iwlagn: reduce redundant parameter definitionsWey-Yi Guy1-8/+11
2010-08-27iwlagn: queue frames according to contextJohannes Berg1-23/+19
2010-08-27iwlwifi: move virtual interface pointer into contextJohannes Berg1-7/+10
2010-08-27iwlwifi: add context into tx descriptorJohannes Berg1-0/+1
2010-08-27iwlwifi: contextify broadcast stationJohannes Berg1-3/+6
2010-08-27iwlwifi: prepare for PAN queue/fifo assignmentJohannes Berg1-6/+6
2010-08-25iwlwifi: disable aggregation queue if stopped earlyJohannes Berg1-13/+19
2010-08-25iwlwifi: add bt full concurrency supportWey-Yi Guy1-1/+6
2010-08-25iwlagn: set BT IGNORE for some framesJohannes Berg1-5/+12
2010-08-17mac80211: use cipher suite selectorsJohannes Berg1-8/+8
2010-08-09iwlagn: fix rts cts protectionJohannes Berg1-19/+1
2010-08-06iwlwifi: fix locking assertionsJohannes Berg1-1/+1
2010-08-04iwlwifi: BA scd_flow not match condition detectedWey-Yi Guy1-1/+8
2010-07-09iwlagn: fix the bit mask of a FH register in stop Tx DMA flowEmmanuel Grumbach1-2/+5
2010-06-21iwlagn: use mutex for aggregationJohannes Berg1-1/+4
2010-06-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+7
2010-06-14iwlagn: verify flow id in compressed BA packetShanyu Zhao1-0/+5
2010-06-08iwlwifi: add missing rcu_read_lockJohannes Berg1-0/+2
2010-06-06iwlwifi: parse block ack responses correctlyDaniel Halperin1-5/+8
2010-06-06iwlwifi: generic scan TX antenna forcingJohannes Berg1-1/+2
2010-06-06iwlwifi: reduce memory allocationJohannes Berg1-5/+5
2010-06-05iwlwifi: use the DMA state API instead of the pci equivalentsFUJITA Tomonori1-2/+2
2010-06-03mac80211: remove tx status ampdu_ack_mapJohannes Berg1-1/+0
2010-05-13iwlwifi: fix and add missing sta_lock usageReinette Chatre1-7/+34
2010-05-13iwlwifi: introduce iwl_sta_id_or_broadcastJohannes Berg1-4/+1
2010-05-11iwlagn: use iwl_sta_id() for aggregationJohannes Berg1-13/+8
2010-05-11iwlwifi: use iwl_find_station lessJohannes Berg1-3/+3
2010-05-11iwlagn: use virtual interface in TX aggregation handlingJohannes Berg1-5/+7
2010-05-01iwlwifi: set AMPDU status variables correctlyDaniel Halperin1-2/+3
2010-05-01iwlwifi: set correct AC to swq_id for aggregationShanyu Zhao1-1/+10
2010-04-17iwlwifi: more code clean up for agn devicesWey-Yi Guy1-21/+21
2010-04-09iwlwifi: avoid Tx queue memory allocation in interface downZhu Yi1-10/+29