summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/pcie
AgeCommit message (Expand)AuthorFilesLines
2012-08-21iwlwifi: fix flow handler debug codeJohannes Berg3-16/+18
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-5/+4
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-29/+13
2012-07-12iwlwifi: don't use stack memory for kmem cache nameJohannes Berg1-4/+3
2012-07-09iwlwifi: set correct 32 bit boost register valueWey-Yi Guy1-1/+1
2012-07-03iwlwifi: remove unneeded NULL checkJohannes Berg1-3/+0
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-24/+25
2012-06-29iwlwifi: add trailing newline to some messagesJohannes Berg1-6/+8
2012-06-25iwlwifi: configure the queues from the op_modeEmmanuel Grumbach2-20/+5
2012-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-85/+91
2012-06-18iwlwifi: protect use_ict with irq_lockEmmanuel Grumbach1-16/+14
2012-06-18iwlwifi: don't disable interrupt while starting txEmmanuel Grumbach1-8/+0
2012-06-18iwlwifi: disable BH before the call to iwl_op_mode_nic_errorEmmanuel Grumbach1-0/+2
2012-06-18iwlwifi: print the scratch of all the buffers stuck in a queueEmmanuel Grumbach1-0/+9
2012-06-13iwlwifi: fix 6035 device parametersJohannes Berg1-0/+1
2012-06-13Merge remote-tracking branch 'wireless-next/master' into iwlwifi-nextJohannes Berg2-2/+26
2012-06-13iwlwifi: warn if TFD index and WiFi Seq don't matchEmmanuel Grumbach1-0/+13
2012-06-13iwlwifi: don't modify the timer if we don't TxEmmanuel Grumbach1-1/+2
2012-06-13iwlwifi: print even more info when a queue is stuckEmmanuel Grumbach1-4/+22
2012-06-13iwlwifi: remove lock around txq_enableEmmanuel Grumbach3-26/+5
2012-06-13iwlwifi: don't configure a txq that is being disabledEmmanuel Grumbach2-47/+31
2012-06-13iwlwifi: print more info when a queue is stuckEmmanuel Grumbach1-1/+12
2012-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+27
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville10-0/+6112
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-2/+26
2012-06-06iwlwifi: fix typo 'IWL_WATCHHDOG_DISABLED'Paul Bolle2-2/+2
2012-06-06iwlwifi: refactor EEPROM reading/parsingJohannes Berg4-0/+65
2012-06-06iwlwifi: allocate Tx cmd pool per deviceEmmanuel Grumbach1-0/+19
2012-06-06iwlwifi: s/txq_setup/txq_enableEmmanuel Grumbach3-39/+40
2012-06-06iwlwifi: s/txq_agg_disable/txq_disableEmmanuel Grumbach3-3/+3
2012-06-06iwlwifi: use iwl_trans_set_wr_ptrs to init the queuesEmmanuel Grumbach1-4/+1
2012-06-06iwlwifi: first config the SCD queues, then activate themEmmanuel Grumbach1-18/+18
2012-06-06iwlwifi: SCD_INT_MSK is obsolete - don't update itEmmanuel Grumbach2-7/+0
2012-06-06iwlwifi: move ht40 bitmap into configJohannes Berg4-0/+4
2012-06-06iwlwifi: move DVM code into subdirectoryJohannes Berg4-6/+4
2012-06-06iwlwifi: move PCIe into subdirectoryJohannes Berg10-0/+6035