mac80211: remove accidentally duplicated line in minstrel_ht patch
authorFelix Fietkau <nbd@nbd.name>
Mon, 25 Jan 2021 17:22:30 +0000 (18:22 +0100)
committerFelix Fietkau <nbd@nbd.name>
Tue, 26 Jan 2021 15:46:45 +0000 (16:46 +0100)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/kernel/mac80211/patches/subsys/350-mac80211-minstrel_ht-show-sampling-rates-in-debugfs.patch

index 41910e0d18fda4c57a3aa42a3faa3a86259fdc03..041ba31a37886da2ffa66b63c7e9f17af19a3684 100644 (file)
@@ -48,11 +48,10 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
  
        p = minstrel_ht_stats_dump(mi, MINSTREL_CCK_GROUP, p);
        for (i = 0; i < MINSTREL_CCK_GROUP; i++)
-@@ -228,6 +241,8 @@ minstrel_ht_stats_csv_dump(struct minstr
+@@ -228,6 +241,7 @@ minstrel_ht_stats_csv_dump(struct minstr
                p += sprintf(p, "%s" ,((idx == mi->max_tp_rate[2]) ? "C" : ""));
                p += sprintf(p, "%s" ,((idx == mi->max_tp_rate[3]) ? "D" : ""));
                p += sprintf(p, "%s" ,((idx == mi->max_prob_rate) ? "P" : ""));
-+              p += sprintf(p, "%s" ,((idx == mi->max_prob_rate) ? "P" : ""));
 +              p += sprintf(p, "%s", (minstrel_ht_is_sample_rate(mi, idx) ? "S" : ""));
  
                if (gflags & IEEE80211_TX_RC_MCS) {