Commit d3f5a1b5 authored by Eliad Peller's avatar Eliad Peller Committed by Luciano Coelho

wlcore: print role_id on bss_info_changed

In multi-vif setup it's useful to know the role_id
being configured.
Signed-off-by: default avatarEliad Peller <eliad@wizery.com>
Signed-off-by: default avatarLuciano Coelho <coelho@ti.com>
parent dc62a3db
...@@ -4084,8 +4084,8 @@ static void wl1271_op_bss_info_changed(struct ieee80211_hw *hw, ...@@ -4084,8 +4084,8 @@ static void wl1271_op_bss_info_changed(struct ieee80211_hw *hw,
bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS);
int ret; int ret;
wl1271_debug(DEBUG_MAC80211, "mac80211 bss info changed 0x%x", wl1271_debug(DEBUG_MAC80211, "mac80211 bss info role %d changed 0x%x",
(int)changed); wlvif->role_id, (int)changed);
/* /*
* make sure to cancel pending disconnections if our association * make sure to cancel pending disconnections if our association
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment