summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/pcie/tx.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-26iwlwifi: pcie: stop sending commands to dead firmwareAlexander Bondar1-3/+3
2013-11-06Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville1-5/+4
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-5/+28
2013-10-29iwlwifi: pcie: move warning message into warningJohannes Berg1-5/+4
2013-10-11iwlwifi: pcie: poke device when commands don't complete quicklyJohannes Berg1-5/+26
2013-10-11iwlwifi: pcie: restart the driver when a command times outEmmanuel Grumbach1-1/+3
2013-10-02iwlwifi: pcie: dump_stack upon timeout of SYNC cmdEmmanuel Grumbach1-0/+1
2013-10-02iwlwifi: pcie: don't reset the TX queue counterEmmanuel Grumbach1-0/+2
2013-08-12iwlwifi: pcie: returning positive instead of negativeDan Carpenter1-1/+1
2013-08-09iwlwifi: pcie: Refactor iwl_queue_spaceIdo Yariv1-12/+24
2013-08-06iwlwifi: pcie: some little cleanupsEliad Peller1-7/+4
2013-08-06iwlwifi: fix some documentation typosEliad Peller1-3/+3
2013-07-16iwlwifi: pcie: make unused queue warning more readableJohannes Berg1-3/+2
2013-06-18Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville1-0/+13
2013-06-13iwlwifi: pcie: wake the queue if stopped when being unmappedEmmanuel Grumbach1-0/+3
2013-06-13iwlwifi: pcie: fix race in queue unmappingEmmanuel Grumbach1-0/+10
2013-06-13iwlwifi: make TX seqno validation more efficientJohannes Berg1-5/+5
2013-06-04iwlwifi: don't return -ERFKILL if SEND_IF_RFKILL is setEran Harary1-1/+2
2013-05-29Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-3/+3
2013-05-17iwlwifi: fix initialisation while RF-kill is assertedEran Harary1-1/+2
2013-05-17wireless: move crypto constants to ieee80211.hJohannes Berg1-3/+3
2013-05-13iwlwifi: pcie: dump stack on NIC error in sync commandsJohannes Berg1-0/+1
2013-05-13iwlwifi: move BUILD_RAxTID to transportEmmanuel Grumbach1-0/+4
2013-04-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville1-1/+1
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+4
2013-04-04iwlwifi: mvm: clean up invalid station handlingEmmanuel Grumbach1-1/+1
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-03-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2013-03-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2013-03-20Merge remote-tracking branch 'wireless-next/master' into iwlwifi-nextJohannes Berg1-1/+1
2013-03-20iwlwifi: add debug message when a CMD is dropped in RFKILLEmmanuel Grumbach1-1/+4
2013-03-20iwlwifi: fix length check in multi-TB HCMDEmmanuel Grumbach1-1/+1
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches1-3/+1
2013-03-09Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville1-138/+161
2013-03-06wireless: move sequence number arithmetic to ieee80211.hJohannes Berg1-1/+1
2013-02-28iwlwifi: use coherent DMA memory for command headerJohannes Berg1-114/+107
2013-02-28iwlwifi: rename IWL_MAX_CMD_TFDS to IWL_MAX_CMD_TBS_PER_TFDJohannes Berg1-6/+6
2013-02-28iwlwifi: don't map complete commands bidirectionallyJohannes Berg1-22/+11
2013-02-27iwlwifi: always copy first 16 bytes of commandsJohannes Berg1-17/+58
2013-02-05iwlwifi: use threaded interrupt handlerJohannes Berg1-4/+4
2013-01-24iwlwifi: update copyrightJohannes Berg1-1/+1
2013-01-16iwlwifi: improve the reports in TX pathEmmanuel Grumbach1-4/+3
2013-01-16iwlwifi: enable communication with WoWLAN firmwareJohannes Berg1-0/+23
2013-01-16iwlwifi: simplify scheduler memory clearingJohannes Berg1-15/+7
2013-01-16iwlwifi: don't memset scalar valuesJohannes Berg1-1/+1
2013-01-03iwlwifi: virtualize SRAM accessEmmanuel Grumbach1-13/+13
2013-01-03iwlwifi: make the BC table layout configurableEmmanuel Grumbach1-1/+4
2012-11-19iwlwifi: more cleanup in pcie/rx.cEmmanuel Grumbach1-2/+0
2012-11-19iwlwifi: make iwl_queue_used return boolEmmanuel Grumbach1-2/+2