iwlwifi: mvm: rs: fix comment indentation
authorLiad Kaufman <liad.kaufman@intel.com>
Sun, 29 Mar 2015 08:39:34 +0000 (11:39 +0300)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Mon, 30 Mar 2015 05:58:10 +0000 (08:58 +0300)
Signed-off-by: Liad Kaufman <liad.kaufman@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/mvm/rs.c

index dd457df9601edc93d47b95cc4ff56800a8338595..0388e04b94248651845487fbd5e83ad2252dc3b9 100644 (file)
@@ -1277,9 +1277,7 @@ void iwl_mvm_rs_tx_status(struct iwl_mvm *mvm, struct ieee80211_sta *sta,
                                        info->status.ampdu_ack_len);
                }
        } else {
-       /*
-        * For legacy, update frame history with for each Tx retry.
-        */
+               /* For legacy, update frame history with for each Tx retry. */
                retries = info->status.rates[0].count - 1;
                /* HW doesn't send more than 15 retries */
                retries = min(retries, 15);
This page took 0.039116 seconds and 5 git commands to generate.