Skip to content

Commit

Permalink
Update ioctl_cfg80211.c
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed May 6, 2024
1 parent dfd678f commit dcf8ad9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions os_dep/linux/ioctl_cfg80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -5067,12 +5067,6 @@ static int cfg80211_rtw_set_channel(struct wiphy *wiphy
chan_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE;
break;
}

RTW_INFO(FUNC_ADPT_FMT" ch:%d bw:%d, offset:%d\n"
, FUNC_ADPT_ARG(padapter), chan_target, chan_width, chan_offset);
if(true){
FUNC_ADPT_ARG(padapter), chan_target, chan_width, chan_offset);
}
rtw_set_chbw_cmd(padapter, chan_target, chan_width, chan_offset, RTW_CMDF_WAIT_ACK);

return 0;
Expand Down

0 comments on commit dcf8ad9

Please sign in to comment.