summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-trans-pcie-tx.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-16iwlwifi: add debug in Tx path in AGG flowEmmanuel Grumbach1-0/+1
2011-12-16iwlwifi: tid_data logic move to upper layer - txqidEmmanuel Grumbach1-7/+21
2011-12-16iwlwifi: tid_data logic move to upper layer - tx AGG setupEmmanuel Grumbach1-11/+6
2011-12-16iwlwifi: tid_data logic move to upper layer - tx AGG allocEmmanuel Grumbach1-24/+2
2011-12-16iwlwifi: tid_data logic move to upper layer - tx AGG stopEmmanuel Grumbach1-74/+12
2011-12-16iwlwifi: don't rely on the wr / rd pointers in DELBA flowEmmanuel Grumbach1-11/+10
2011-12-16iwlwifi: don't count the tfds in HW queue any moreEmmanuel Grumbach1-6/+11
2011-11-21iwlwifi: tid_data is taken twice in iwl_trans_pcie_tx_agg_allocEmmanuel Grumbach1-1/+0
2011-11-21iwlwifi: improve the prints in the reclaim pathEmmanuel Grumbach1-3/+0
2011-11-11iwlwifi: add debug information on queue stop / wakeEmmanuel Grumbach1-6/+8
2011-11-11iwlwifi: fix unused label in iwl_send_cmd_syncEmmanuel Grumbach1-1/+1
2011-11-11iwlwifi: check status before send commandWey-Yi Guy1-12/+14
2011-11-11iwlwifi: Suppress noisy syslog messages when RF_KILL switch engagedTodd Previte1-4/+6
2011-10-14iwlagn: remove uneeded include to iwl-dev.hEmmanuel Grumbach1-4/+1
2011-10-14iwlagn: move iwl_enable_rfkill_int and kill iwl-helpers.hEmmanuel Grumbach1-1/+0
2011-10-14iwlagn: more info on warning for shutdown agg queueWey-Yi Guy1-2/+3
2011-10-14iwlagn: do nothing when disable agg in wrong stateWey-Yi Guy1-0/+2
2011-10-14iwlagn: add WARN if tx cmd complete come back lateWey-Yi Guy1-0/+5
2011-10-14iwlagn: add cmd queue pointer info when timeoutWey-Yi Guy1-0/+9
2011-09-21iwlagn: simplify the iwl_device_cmd layoutEmmanuel Grumbach1-4/+8
2011-09-21iwlagn: remove the callback in host commandsEmmanuel Grumbach1-36/+6
2011-09-20Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville1-0/+2
2011-09-19iwlagn: signedness bugWey-Yi Guy1-1/+1
2011-09-19iwlagn: do not use interruptible waitsJohannes Berg1-2/+2
2011-09-19iwlagn: generically provide iwl_trans_send_cmd_pduJohannes Berg1-13/+0
2011-09-19iwlagn: move PCI-E transport filesJohannes Berg1-0/+1165