summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-trans-pcie-tx.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-06iwlwifi: move PCIe into subdirectoryJohannes Berg1-984/+0
2012-06-05iwlwifi: clean up coding style in PCIe transportJohannes Berg1-36/+32
2012-06-05iwlwifi: s/iwlagn_unmap_tfd/iwl_unmap_tfdEmmanuel Grumbach1-9/+8
2012-06-05iwlwifi: s/iwlagn_txq_free_tfd/iwl_txq_free_tfdEmmanuel Grumbach1-4/+4
2012-05-25iwlwifi: fix the Transmit Frame Descriptor ringsEmmanuel Grumbach1-8/+14
2012-04-24iwlwifi: clean up iwl-shared.h includesJohannes Berg1-0/+2
2012-04-18iwlwifi: improve TX cache footprintJohannes Berg1-15/+16
2012-04-18iwlwifi: transport holds its pointer to the configEmmanuel Grumbach1-1/+1
2012-04-17iwlwifi: remove get_cmd_stringJohannes Berg1-17/+21
2012-04-17iwlwifi: move status definitions from iwl-sharedDon Fry1-1/+1
2012-04-17iwlwifi: move HCMD_ACTIVE to transDon Fry1-7/+7
2012-04-12iwlwifi: move queue watchdog into transportJohannes Berg1-2/+25
2012-04-12iwlwifi: move rx_page_order into transportJohannes Berg1-1/+1
2012-04-10iwlwifi: split POWER_PMI status bitDon Fry1-1/+3
2012-04-10iwlwifi: move FW_ERROR to privDon Fry1-11/+0
2012-04-10iwlwifi: move queue mapping out of transportJohannes Berg1-173/+28
2012-04-10iwlwifi: add trailing newline to various messagesJohannes Berg1-1/+1
2012-03-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+2
2012-03-12iwlwifi: move wait_command_queue from shared to transMeenakshi Venkataraman1-2/+2
2012-03-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-67/+97
2012-03-09iwlwifi: fix the delta for remove max_txq_num patchWey-Yi Guy1-1/+2
2012-03-09iwlwifi: move command queue number out of the iwl_shared structMeenakshi Venkataraman1-12/+12
2012-03-07iwlwifi: move ucode_owner to privJohannes Berg1-6/+0
2012-03-07iwlwifi: virtualize command queue full behaviourJohannes Berg1-6/+1
2012-03-07iwlwifi: make tracing use device as identifierJohannes Berg1-1/+1
2012-03-07iwlwifi: remove shadow_reg_enable from hw_paramsJohannes Berg1-1/+1
2012-03-07iwlwifi: move lockdep assertion into DVMJohannes Berg1-3/+8
2012-03-07iwlwifi: move RF/CT kill check to command wrapperJohannes Berg1-15/+4
2012-03-07iwlwifi: move tid_to_ac to PCI-EJohannes Berg1-0/+46
2012-03-07iwlwifi: don't pass iwl_rx_mem_buffer to upper layersJohannes Berg1-3/+2
2012-03-07iwlwifi: pass response packet directlyJohannes Berg1-6/+10
2012-03-07iwlwifi: make EXIT_PENDING depend on mac80211Johannes Berg1-7/+0
2012-03-07iwlwifi: introduce per-queue locksJohannes Berg1-8/+12
2012-03-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-5/+6
2012-02-28iwlwifi: virtualize op_mode's fw_errorEmmanuel Grumbach1-2/+2
2012-02-28iwlwifi: virtualize op_mode's free skbEmmanuel Grumbach1-1/+2
2012-02-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-26/+29
2012-02-17iwlwifi: give PCIe its own lockJohannes Berg1-2/+2
2012-02-13drivers/net: Remove boolean comparisons to true/falseJoe Perches1-2/+2
2012-02-03iwlwifi: debug print in tx_queue_set_status is more clearEmmanuel Grumbach1-3/+6
2012-02-03iwlwifi: give trans to all the read / write functionsEmmanuel Grumbach1-23/+23
2012-01-24iwlwifi: update CopyrightWey-Yi Guy1-1/+1
2012-01-07iwlwifi: update CopyrightWey-Yi Guy1-1/+1
2011-12-16iwlwifi: add debug in Tx path in AGG flowEmmanuel Grumbach1-0/+1
2011-12-16iwlwifi: tid_data logic move to upper layer - txqidEmmanuel Grumbach1-7/+21
2011-12-16iwlwifi: tid_data logic move to upper layer - tx AGG setupEmmanuel Grumbach1-11/+6
2011-12-16iwlwifi: tid_data logic move to upper layer - tx AGG allocEmmanuel Grumbach1-24/+2
2011-12-16iwlwifi: tid_data logic move to upper layer - tx AGG stopEmmanuel Grumbach1-74/+12
2011-12-16iwlwifi: don't rely on the wr / rd pointers in DELBA flowEmmanuel Grumbach1-11/+10
2011-12-16iwlwifi: don't count the tfds in HW queue any moreEmmanuel Grumbach1-6/+11