Merge tag 'staging-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[sfrench/cifs-2.6.git] / drivers / staging / rtl8192e / rtllib_wx.c
index a37250de7ba37cde14cf53a1a27142d96fcbb685..f92ec0faf4d5647ff486f4b82d65d5d7a2f4a779 100644 (file)
@@ -134,7 +134,7 @@ static inline char *rtl819x_translate_scan(struct rtllib_device *ieee,
                                ((ht_cap->ShortGI40Mhz) ? 1 : 0) :
                                ((ht_cap->ShortGI20Mhz) ? 1 : 0);
 
-               max_mcs = HTGetHighestMCSRate(ieee, ht_cap->MCS,
+               max_mcs = ht_get_highest_mcs_rate(ieee, ht_cap->MCS,
                                              MCS_FILTER_ALL);
                rate = MCS_DATA_RATE[is40M][isShortGI][max_mcs & 0x7f];
                if (rate > max_rate)