aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-agn-tx.c
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: fix dma mappings and skbs leakStanislaw Gruszka2011-02-281-1/+11
* iwlwifi: implement remain-on-channelJohannes Berg2011-01-211-1/+8
* iwlagn: fix debug variable accessJohannes Berg2010-12-131-3/+6
* iwlwifi: use mac80211 AC definesJohannes Berg2010-11-241-2/+8
* iwlagn: fix station powersave accounting for aggregationJohannes Berg2010-11-241-6/+25
* iwlagn: remove powersave warningJohannes Berg2010-11-241-2/+2
* Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville2010-11-221-27/+50
|\
| * iwlwifi: always build swq_id as virtual queue IDJohannes Berg2010-11-161-1/+1
| * iwlwifi: pass txq to wake/stop queueJohannes Berg2010-11-161-2/+2
| * iwlagn: remove unused variable swq_idJohannes Berg2010-11-161-2/+1
| * iwlagn: used frame count info in compressed ba packetWey-Yi Guy2010-11-161-22/+46
* | iwlagn: simplify iwlagn_tx_skbStanislaw Gruszka2010-11-161-21/+12
|/
* iwlwifi: quiet a noisy printkDon Fry2010-10-251-1/+2
* iwlwifi: move tx fail code to agnJohannes Berg2010-10-071-0/+40
* iwlagn: reduce redundant parameter definitionsWey-Yi Guy2010-10-061-8/+11
* iwlagn: queue frames according to contextJohannes Berg2010-08-271-23/+19
* iwlwifi: move virtual interface pointer into contextJohannes Berg2010-08-271-7/+10
* iwlwifi: add context into tx descriptorJohannes Berg2010-08-271-0/+1
* iwlwifi: contextify broadcast stationJohannes Berg2010-08-271-3/+6
* iwlwifi: prepare for PAN queue/fifo assignmentJohannes Berg2010-08-271-6/+6
* iwlwifi: disable aggregation queue if stopped earlyJohannes Berg2010-08-251-13/+19
* iwlwifi: add bt full concurrency supportWey-Yi Guy2010-08-251-1/+6
* iwlagn: set BT IGNORE for some framesJohannes Berg2010-08-251-5/+12
* mac80211: use cipher suite selectorsJohannes Berg2010-08-161-8/+8
* iwlagn: fix rts cts protectionJohannes Berg2010-08-091-19/+1
* iwlwifi: fix locking assertionsJohannes Berg2010-08-061-1/+1
* iwlwifi: BA scd_flow not match condition detectedWey-Yi Guy2010-08-041-1/+8
* iwlagn: fix the bit mask of a FH register in stop Tx DMA flowEmmanuel Grumbach2010-07-091-2/+5
* iwlagn: use mutex for aggregationJohannes Berg2010-06-211-1/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-06-171-0/+7
|\
| * iwlagn: verify flow id in compressed BA packetShanyu Zhao2010-06-141-0/+5
| * iwlwifi: add missing rcu_read_lockJohannes Berg2010-06-081-0/+2
* | iwlwifi: parse block ack responses correctlyDaniel Halperin2010-06-051-5/+8
* | iwlwifi: generic scan TX antenna forcingJohannes Berg2010-06-051-1/+2
* | iwlwifi: reduce memory allocationJohannes Berg2010-06-051-5/+5
* | iwlwifi: use the DMA state API instead of the pci equivalentsFUJITA Tomonori2010-06-041-2/+2
* | mac80211: remove tx status ampdu_ack_mapJohannes Berg2010-06-031-1/+0
* | iwlwifi: fix and add missing sta_lock usageReinette Chatre2010-05-131-7/+34
* | iwlwifi: introduce iwl_sta_id_or_broadcastJohannes Berg2010-05-131-4/+1
|/
* iwlagn: use iwl_sta_id() for aggregationJohannes Berg2010-05-101-13/+8
* iwlwifi: use iwl_find_station lessJohannes Berg2010-05-101-3/+3
* iwlagn: use virtual interface in TX aggregation handlingJohannes Berg2010-05-101-5/+7
* iwlwifi: set AMPDU status variables correctlyDaniel Halperin2010-04-301-2/+3
* iwlwifi: set correct AC to swq_id for aggregationShanyu Zhao2010-04-301-1/+10
* iwlwifi: more code clean up for agn devicesWey-Yi Guy2010-04-161-21/+21
* iwlwifi: avoid Tx queue memory allocation in interface downZhu Yi2010-04-091-10/+29
* iwlwifi: remove trailing space in messagesFrans Pop2010-04-021-3/+3
* iwlwifi: code cleanup for generic definesWey-Yi Guy2010-04-021-1/+1
* iwlwifi: more clean up to move agn only rx functions from iwlcore to iwlagnWey-Yi Guy2010-03-251-1/+25
* iwlwifi: move agn only tx functions from iwlcore to iwlagnWey-Yi Guy2010-03-251-0/+1022