aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/pcie
Commit message (Expand)AuthorAgeFilesLines
...
| * iwlwifi: Use standard #defines for PCIe Capability ASPM fieldsBjorn Helgaas2012-12-071-5/+2
| * iwlwifi: collapse wrapper for pcie_capability_read_word()Bjorn Helgaas2012-12-071-10/+3
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2012-12-117-38/+69
|\ \
| * | iwlwifi: don't handle masked interruptEmmanuel Grumbach2012-12-101-2/+10
| * | iwlwifi: reset_ict in stop_hwEmmanuel Grumbach2012-12-061-0/+2
| * | iwlwifi: move prph handling into the transportEmmanuel Grumbach2012-12-061-0/+16
| * | iwlwifi: Change define and struct names in iwl-eeprom-parse.hEytan Lifshitz2012-12-064-32/+32
| * | iwlwifi: return real info in probe failureEmmanuel Grumbach2012-11-291-3/+8
| * | iwlwifi: read the Rx write pointer only onceEmmanuel Grumbach2012-11-281-1/+1
* | | iwlwifi: remove __dev* attributesBill Pemberton2012-12-061-2/+2
* | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2012-11-215-1336/+1290
|\ \ \ | |/ /
| * | iwlwifi: Remove duplicate inclusion of iwl-trans.h in pcie/drv.cSachin Kamat2012-11-191-1/+0
| * | iwlwifi: make iwl_pcie_rxq_inc_wr_ptr staticEmmanuel Grumbach2012-11-192-3/+1
| * | iwlwifi: more cleanup in pcie/rx.cEmmanuel Grumbach2012-11-193-12/+4
| * | iwlwifi: make iwl_queue_used return boolEmmanuel Grumbach2012-11-192-3/+3
| * | iwlwifi: merge 2 functions in reclaim flowEmmanuel Grumbach2012-11-191-33/+20
| * | iwlwifi: continue clean up - pcie/tx.cEmmanuel Grumbach2012-11-193-915/+913
| * | iwlwifi: continue clean up - pcie/trans.cEmmanuel Grumbach2012-11-191-37/+31
| * | iwlwifi: continue clean up - pcie/rx.cEmmanuel Grumbach2012-11-193-212/+216
| * | iwlwifi: init the replenish work in rx_initEmmanuel Grumbach2012-11-191-2/+3
| * | iwlwifi: rename functions in transport layerEmmanuel Grumbach2012-11-194-242/+218
| * | iwlwifi: add comments for the PCIe transport statusesEmmanuel Grumbach2012-11-191-4/+10
| * | iwlwifi: don't enable interrupt as a W/A when MSI is enabledEmmanuel Grumbach2012-11-141-9/+8
| * | iwlwifi: don't warn if transport's allocation failedEmmanuel Grumbach2012-11-141-1/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-211-2/+21
|\ \ \
| * | | iwlwifi: don't WARN when a non empty queue is disabledEmmanuel Grumbach2012-11-181-8/+0
| * | | iwlwifi: handle DMA mapping failuresJohannes Berg2012-11-051-2/+21
| | |/ | |/|
* | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2012-11-164-40/+128
|\ \ \ | | |/ | |/|
| * | iwlwifi: return commands with error on FW errorJohannes Berg2012-11-094-0/+15
| * | iwlwifi: remove useless messagesJohannes Berg2012-11-071-9/+0
| * | iwlwifi: check the SCD conf from ALIVE responseEmmanuel Grumbach2012-11-051-3/+7
| * | iwlwifi: use list_first_entryJohannes Berg2012-11-051-9/+6
| * | iwlwifi: handle RFKILL logic in the transport layerEmmanuel Grumbach2012-10-314-11/+41
| * | iwlwifi: support host command with copied dataJohannes Berg2012-10-294-9/+54
| * | iwlwifi: don't leak Tx skb when a queue is disabledEmmanuel Grumbach2012-10-233-2/+5
* | | wireless: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2012-11-141-18/+10
|/ /
* | iwlwifi: don't WARN when a non empty queue is disabledEmmanuel Grumbach2012-10-161-8/+0
* | iwlwifi: first deactivate a queue, then wipe out its dataEmmanuel Grumbach2012-10-161-1/+2
* | iwlwifi: use the new macro for the SCD Q STTS bitsEmmanuel Grumbach2012-10-161-1/+1
* | iwlwifi: wipe out the status of the SCD when we disable a queueEmmanuel Grumbach2012-10-161-0/+6
* | iwlwifi: remove unused variablesJohannes Berg2012-10-161-2/+1
* | iwlwifi: make data frame tracing optionalJohannes Berg2012-10-162-2/+5
* | iwlwifi: improve oversized command warningJohannes Berg2012-10-161-1/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-025-117/+159
|\
| * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-09-304-74/+100
| |\
| | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2012-09-244-74/+100
| | |\
| | | * iwlwifi: load firmware in chunksJohannes Berg2012-09-101-12/+41
| | | * iwlwifi: don't access the HW when it is not availableEmmanuel Grumbach2012-09-101-0/+11
| | | * iwlwifi: some clean up in transport layerEmmanuel Grumbach2012-09-103-25/+33
| | | * iwlwifi: fix indentation in iwl_load_given_ucodeJohannes Berg2012-09-101-9/+8