summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/pcie
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-202-5/+4
|\
| * iwlwifi: don't use stack memory for kmem cache nameJohannes Berg2012-07-121-4/+3
| * iwlwifi: set correct 32 bit boost register valueWey-Yi Guy2012-07-091-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-123-29/+13
|\ \ | |/
| * iwlwifi: remove unneeded NULL checkJohannes Berg2012-07-031-3/+0
| * iwlwifi: add trailing newline to some messagesJohannes Berg2012-06-291-6/+8
| * iwlwifi: configure the queues from the op_modeEmmanuel Grumbach2012-06-252-20/+5
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-292-24/+25
|\ \ | |/
| * iwlwifi: protect use_ict with irq_lockEmmanuel Grumbach2012-06-181-16/+14
| * iwlwifi: don't disable interrupt while starting txEmmanuel Grumbach2012-06-181-8/+0
| * iwlwifi: disable BH before the call to iwl_op_mode_nic_errorEmmanuel Grumbach2012-06-181-0/+2
| * iwlwifi: print the scratch of all the buffers stuck in a queueEmmanuel Grumbach2012-06-181-0/+9
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-194-85/+91
|\ \ | |/
| * iwlwifi: fix 6035 device parametersJohannes Berg2012-06-131-0/+1
| * Merge remote-tracking branch 'wireless-next/master' into iwlwifi-nextJohannes Berg2012-06-132-2/+26
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-122-2/+26
| * | iwlwifi: warn if TFD index and WiFi Seq don't matchEmmanuel Grumbach2012-06-131-0/+13
| * | iwlwifi: don't modify the timer if we don't TxEmmanuel Grumbach2012-06-131-1/+2
| * | iwlwifi: print even more info when a queue is stuckEmmanuel Grumbach2012-06-131-4/+22
| * | iwlwifi: remove lock around txq_enableEmmanuel Grumbach2012-06-133-26/+5
| * | iwlwifi: don't configure a txq that is being disabledEmmanuel Grumbach2012-06-132-47/+31
| * | iwlwifi: print more info when a queue is stuckEmmanuel Grumbach2012-06-131-1/+12
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-122-2/+27
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-121-1/+1
|/
* iwlwifi: fix typo 'IWL_WATCHHDOG_DISABLED'Paul Bolle2012-06-062-2/+2
* iwlwifi: refactor EEPROM reading/parsingJohannes Berg2012-06-064-0/+65
* iwlwifi: allocate Tx cmd pool per deviceEmmanuel Grumbach2012-06-061-0/+19
* iwlwifi: s/txq_setup/txq_enableEmmanuel Grumbach2012-06-063-39/+40
* iwlwifi: s/txq_agg_disable/txq_disableEmmanuel Grumbach2012-06-063-3/+3
* iwlwifi: use iwl_trans_set_wr_ptrs to init the queuesEmmanuel Grumbach2012-06-061-4/+1
* iwlwifi: first config the SCD queues, then activate themEmmanuel Grumbach2012-06-061-18/+18
* iwlwifi: SCD_INT_MSK is obsolete - don't update itEmmanuel Grumbach2012-06-062-7/+0
* iwlwifi: move ht40 bitmap into configJohannes Berg2012-06-064-0/+4
* iwlwifi: move DVM code into subdirectoryJohannes Berg2012-06-064-6/+4
* iwlwifi: move PCIe into subdirectoryJohannes Berg2012-06-0610-0/+6035