summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-agn-tx.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-25iwlwifi: quiet a noisy printkDon Fry1-1/+2
2010-10-07iwlwifi: 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-16mac80211: 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-17Merge 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-05iwlwifi: parse block ack responses correctlyDaniel Halperin1-5/+8
2010-06-05iwlwifi: generic scan TX antenna forcingJohannes Berg1-1/+2
2010-06-05iwlwifi: reduce memory allocationJohannes Berg1-5/+5
2010-06-04iwlwifi: 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-10iwlagn: use iwl_sta_id() for aggregationJohannes Berg1-13/+8
2010-05-10iwlwifi: use iwl_find_station lessJohannes Berg1-3/+3
2010-05-10iwlagn: use virtual interface in TX aggregation handlingJohannes Berg1-5/+7
2010-04-30iwlwifi: set AMPDU status variables correctlyDaniel Halperin1-2/+3
2010-04-30iwlwifi: set correct AC to swq_id for aggregationShanyu Zhao1-1/+10
2010-04-16iwlwifi: 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
2010-04-02iwlwifi: remove trailing space in messagesFrans Pop1-3/+3
2010-04-02iwlwifi: code cleanup for generic definesWey-Yi Guy1-1/+1
2010-03-25iwlwifi: more clean up to move agn only rx functions from iwlcore to iwlagnWey-Yi Guy1-1/+25
2010-03-25iwlwifi: move agn only tx functions from iwlcore to iwlagnWey-Yi Guy1-0/+1022
2010-03-25iwlwifi: move hw related defines to separate fileWey-Yi Guy1-11/+11
2010-03-25iwlwifi: move tx queue related code to separate fileWey-Yi Guy1-0/+268