summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/pcie
AgeCommit message (Expand)AuthorFilesLines
2012-11-14iwlwifi: don't enable interrupt as a W/A when MSI is enabledEmmanuel Grumbach1-9/+8
2012-11-14iwlwifi: don't warn if transport's allocation failedEmmanuel Grumbach1-1/+1
2012-11-09iwlwifi: return commands with error on FW errorJohannes Berg4-0/+15
2012-11-07iwlwifi: remove useless messagesJohannes Berg1-9/+0
2012-11-05iwlwifi: check the SCD conf from ALIVE responseEmmanuel Grumbach1-3/+7
2012-11-05iwlwifi: use list_first_entryJohannes Berg1-9/+6
2012-11-05iwlwifi: handle DMA mapping failuresJohannes Berg1-2/+21
2012-10-31iwlwifi: handle RFKILL logic in the transport layerEmmanuel Grumbach4-11/+41
2012-10-29iwlwifi: support host command with copied dataJohannes Berg4-9/+54
2012-10-23iwlwifi: don't leak Tx skb when a queue is disabledEmmanuel Grumbach3-2/+5
2012-10-16iwlwifi: don't WARN when a non empty queue is disabledEmmanuel Grumbach1-8/+0
2012-10-16iwlwifi: first deactivate a queue, then wipe out its dataEmmanuel Grumbach1-1/+2
2012-10-16iwlwifi: use the new macro for the SCD Q STTS bitsEmmanuel Grumbach1-1/+1
2012-10-16iwlwifi: wipe out the status of the SCD when we disable a queueEmmanuel Grumbach1-0/+6
2012-10-16iwlwifi: remove unused variablesJohannes Berg1-2/+1
2012-10-16iwlwifi: make data frame tracing optionalJohannes Berg2-2/+5
2012-10-16iwlwifi: improve oversized command warningJohannes Berg1-1/+4
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-117/+159
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-5/+2
2012-09-30Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller4-74/+100
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2012-09-24Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville4-74/+100
2012-09-18iwlwifi: don't double free the interrupt in failure pathEmmanuel Grumbach1-0/+1
2012-09-13Merge commit 'v3.6-rc5' into nextBjorn Helgaas3-16/+18
2012-09-10iwlwifi: load firmware in chunksJohannes Berg1-12/+41
2012-09-10iwlwifi: don't access the HW when it is not availableEmmanuel Grumbach1-0/+11
2012-09-10iwlwifi: some clean up in transport layerEmmanuel Grumbach3-25/+33
2012-09-10iwlwifi: fix indentation in iwl_load_given_ucodeJohannes Berg1-9/+8
2012-09-10iwlwifi: stop interrupts before stopping deviceDavid Spinadel1-0/+4
2012-09-10iwlwifi: don't reset interupts after disablingDavid Spinadel1-2/+0
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-16/+18
2012-09-06iwlwifi: remove unused IDI code stubsJohannes Berg3-27/+4
2012-09-05iwlwifi: reduce overhead if tracing disabledJohannes Berg1-23/+2
2012-08-23iwlwifi: Use PCI Express Capability accessorsJiang Liu1-5/+2
2012-08-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville5-20/+57
2012-08-21iwlwifi: fix flow handler debug codeJohannes Berg3-16/+18
2012-08-21iwlwifi: fix the preparation of the cardEmmanuel Grumbach1-9/+8
2012-07-26iwlwifi: get the correct HCMD in the response handlerEmmanuel Grumbach4-10/+38
2012-07-26iwlwifi: rework the iwlwifi debugfs structureMeenakshi Venkataraman2-1/+11
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