aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-agn-tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/linville/wireless-2.6John 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