[WLAN_HT_CAP_SM_PS_DISABLED] = WMI_PEER_SMPS_PS_NONE,
 };
 
-static int ath11k_start_vdev_delay(struct ieee80211_hw *hw,
-                                  struct ieee80211_vif *vif);
+static int ath11k_mac_start_vdev_delay(struct ieee80211_hw *hw,
+                                      struct ieee80211_vif *vif);
 
 enum nl80211_he_ru_alloc ath11k_mac_phy_he_ru_to_nl80211_he_ru_alloc(u16 ru_phy)
 {
        if (ab->hw_params.vdev_start_delay &&
            !arvif->is_started &&
            arvif->vdev_type != WMI_VDEV_TYPE_AP) {
-               ret = ath11k_start_vdev_delay(ar->hw, vif);
+               ret = ath11k_mac_start_vdev_delay(ar->hw, vif);
                if (ret) {
                        ath11k_warn(ab, "failed to delay vdev start: %d\n", ret);
                        goto free_tx_stats;
        mutex_unlock(&ar->conf_mutex);
 }
 
-static int ath11k_start_vdev_delay(struct ieee80211_hw *hw,
-                                  struct ieee80211_vif *vif)
+static int ath11k_mac_start_vdev_delay(struct ieee80211_hw *hw,
+                                      struct ieee80211_vif *vif)
 {
        struct ath11k *ar = hw->priv;
        struct ath11k_base *ab = ar->ab;