diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-prph.h')
| -rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-prph.h | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-prph.h b/drivers/net/wireless/iwlwifi/iwl-prph.h index ee5afd48d3a..b0ffb8919d3 100644 --- a/drivers/net/wireless/iwlwifi/iwl-prph.h +++ b/drivers/net/wireless/iwlwifi/iwl-prph.h @@ -158,9 +158,9 @@   *   * 4)  Point (via BSM_DRAM_*) to the "runtime" uCode data and instruction   *     images in host DRAM.  The last register loaded must be the instruction - *     bytecount register ("1" in MSbit tells initialization uCode to load + *     byte count register ("1" in MSbit tells initialization uCode to load   *     the runtime uCode): - *     BSM_DRAM_INST_BYTECOUNT_REG = bytecount | BSM_DRAM_INST_LOAD + *     BSM_DRAM_INST_BYTECOUNT_REG = byte count | BSM_DRAM_INST_LOAD   *   * 5)  Wait for "alive" notification, then issue normal runtime commands.   * @@ -244,7 +244,7 @@  /**   * Tx Scheduler   * - * The Tx Scheduler selects the next frame to be transmitted, chosing TFDs + * The Tx Scheduler selects the next frame to be transmitted, choosing TFDs   * (Transmit Frame Descriptors) from up to 16 circular Tx queues resident in   * host DRAM.  It steers each frame's Tx command (which contains the frame   * data) into one of up to 7 prioritized Tx DMA FIFO channels within the  |