File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1504,7 +1504,7 @@ static u32 cfg80211_calculate_bitrate_he(struct rate_info *rate)
1504
1504
5120 , /* 0.833333... */
1505
1505
};
1506
1506
u32 rates_160M [3 ] = { 960777777 , 907400000 , 816666666 };
1507
- u32 rates_969 [3 ] = { 480388888 , 453700000 , 408333333 };
1507
+ u32 rates_996 [3 ] = { 480388888 , 453700000 , 408333333 };
1508
1508
u32 rates_484 [3 ] = { 229411111 , 216666666 , 195000000 };
1509
1509
u32 rates_242 [3 ] = { 114711111 , 108333333 , 97500000 };
1510
1510
u32 rates_106 [3 ] = { 40000000 , 37777777 , 34000000 };
@@ -1529,7 +1529,7 @@ static u32 cfg80211_calculate_bitrate_he(struct rate_info *rate)
1529
1529
else if (rate -> bw == RATE_INFO_BW_80 ||
1530
1530
(rate -> bw == RATE_INFO_BW_HE_RU &&
1531
1531
rate -> he_ru_alloc == NL80211_RATE_INFO_HE_RU_ALLOC_996 ))
1532
- result = rates_969 [rate -> he_gi ];
1532
+ result = rates_996 [rate -> he_gi ];
1533
1533
else if (rate -> bw == RATE_INFO_BW_40 ||
1534
1534
(rate -> bw == RATE_INFO_BW_HE_RU &&
1535
1535
rate -> he_ru_alloc == NL80211_RATE_INFO_HE_RU_ALLOC_484 ))
You can’t perform that action at this time.
0 commit comments