nl80211: Add debug print for channel changes
This commit is contained in:
parent
dcd1eb5be5
commit
44dc872ee5
1 changed files with 3 additions and 0 deletions
|
@ -4123,6 +4123,9 @@ static int wpa_driver_nl80211_set_freq(struct wpa_driver_nl80211_data *drv,
|
||||||
struct nl_msg *msg;
|
struct nl_msg *msg;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
|
wpa_printf(MSG_DEBUG, "nl80211: Set freq %d (ht_enabled=%d "
|
||||||
|
"sec_channel_offset=%d)",
|
||||||
|
freq, ht_enabled, sec_channel_offset);
|
||||||
msg = nlmsg_alloc();
|
msg = nlmsg_alloc();
|
||||||
if (!msg)
|
if (!msg)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
Loading…
Reference in a new issue