From: Eliad Peller Date: Mon, 19 Nov 2012 15:14:05 +0000 (+0200) Subject: wlcore: print role_id on bss_info_changed X-Git-Tag: next-20130218~67^2~111^2~50^2^2~34^2~32 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d3f5a1b59839e3df3e40b9e520d16b8475d27681;p=karo-tx-linux.git 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: Eliad Peller Signed-off-by: Luciano Coelho --- diff --git a/drivers/net/wireless/ti/wlcore/main.c b/drivers/net/wireless/ti/wlcore/main.c index f526ae0b9744..a420ba3d7547 100644 --- a/drivers/net/wireless/ti/wlcore/main.c +++ b/drivers/net/wireless/ti/wlcore/main.c @@ -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); int ret; - wl1271_debug(DEBUG_MAC80211, "mac80211 bss info changed 0x%x", - (int)changed); + wl1271_debug(DEBUG_MAC80211, "mac80211 bss info role %d changed 0x%x", + wlvif->role_id, (int)changed); /* * make sure to cancel pending disconnections if our association