spin_unlock_bh(&dev->sta_poll_lock);
 
                /* use MT_TX_FREE_RATE to report Tx rate for further devices */
-               mt7915_mcu_get_rate_info(dev, RATE_CTRL_RU_INFO, msta->wcid.idx);
+               mt7915_mcu_get_tx_rate(dev, RATE_CTRL_RU_INFO, msta->wcid.idx);
 
                spin_lock_bh(&dev->sta_poll_lock);
        }
 
 }
 
 static void
-mt7915_mcu_tx_rate_cal(struct mt76_phy *mphy, struct mt7915_mcu_ra_info *ra,
-                      struct rate_info *rate, u16 r)
+mt7915_mcu_tx_rate_parse(struct mt76_phy *mphy, struct mt7915_mcu_ra_info *ra,
+                        struct rate_info *rate, u16 r)
 {
        struct ieee80211_supported_band *sband;
        u16 ru_idx = le16_to_cpu(ra->ru_idx);
                mphy = dev->mt76.phy2;
 
        /* current rate */
-       mt7915_mcu_tx_rate_cal(mphy, ra, &rate, curr);
+       mt7915_mcu_tx_rate_parse(mphy, ra, &rate, curr);
        stats->tx_rate = rate;
 
        /* probing rate */
-       mt7915_mcu_tx_rate_cal(mphy, ra, &prob_rate, probe);
+       mt7915_mcu_tx_rate_parse(mphy, ra, &prob_rate, probe);
        stats->prob_rate = prob_rate;
 
        if (attempts) {
                                 sizeof(req), true);
 }
 
-int mt7915_mcu_get_rate_info(struct mt7915_dev *dev, u32 cmd, u16 wlan_idx)
+int mt7915_mcu_get_tx_rate(struct mt7915_dev *dev, u32 cmd, u16 wlan_idx)
 {
        struct {
                __le32 cmd;
 
                            const struct mt7915_dfs_pulse *pulse);
 int mt7915_mcu_set_radar_th(struct mt7915_dev *dev, int index,
                            const struct mt7915_dfs_pattern *pattern);
-int mt7915_mcu_get_rate_info(struct mt7915_dev *dev, u32 cmd, u16 wlan_idx);
 int mt7915_mcu_get_temperature(struct mt7915_dev *dev, int index);
+int mt7915_mcu_get_tx_rate(struct mt7915_dev *dev, u32 cmd, u16 wlan_idx);
 int mt7915_mcu_get_rx_rate(struct mt7915_phy *phy, struct ieee80211_vif *vif,
                           struct ieee80211_sta *sta, struct rate_info *rate);
 int mt7915_mcu_rdd_cmd(struct mt7915_dev *dev, enum mt7915_rdd_cmd cmd,