|
@@ -2630,8 +2630,8 @@ void wlan_hdd_cfg80211_acs_ch_select_evt(struct hdd_adapter *adapter)
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
- hdd_debug("ACS result for wlan%d: PRI_CH: %d SEC_CH: %d VHT_SEG0: %d VHT_SEG1: %d ACS_BW: %d",
|
|
|
- adapter->dev->ifindex, sap_cfg->acs_cfg.pri_ch,
|
|
|
+ hdd_debug("ACS result for %s: PRI_CH: %d SEC_CH: %d VHT_SEG0: %d VHT_SEG1: %d ACS_BW: %d",
|
|
|
+ adapter->dev->name, sap_cfg->acs_cfg.pri_ch,
|
|
|
sap_cfg->acs_cfg.ht_sec_ch, sap_cfg->acs_cfg.vht_seg0_center_ch,
|
|
|
sap_cfg->acs_cfg.vht_seg1_center_ch, ch_width);
|
|
|
|