diff options
author | Eliad Peller <eliad@wizery.com> | 2012-11-19 10:14:05 -0500 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-11-27 03:49:22 -0500 |
commit | d3f5a1b59839e3df3e40b9e520d16b8475d27681 (patch) | |
tree | 2c7ca7127bd204ce789be8b42a4b8794bd6ee5b8 /drivers | |
parent | dc62a3dbf38a7c3aa5a7ae724b04e0fefc10fea4 (diff) |
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 <eliad@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/ti/wlcore/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, | |||
4084 | bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); | 4084 | bool is_ap = (wlvif->bss_type == BSS_TYPE_AP_BSS); |
4085 | int ret; | 4085 | int ret; |
4086 | 4086 | ||
4087 | wl1271_debug(DEBUG_MAC80211, "mac80211 bss info changed 0x%x", | 4087 | wl1271_debug(DEBUG_MAC80211, "mac80211 bss info role %d changed 0x%x", |
4088 | (int)changed); | 4088 | wlvif->role_id, (int)changed); |
4089 | 4089 | ||
4090 | /* | 4090 | /* |
4091 | * make sure to cancel pending disconnections if our association | 4091 | * make sure to cancel pending disconnections if our association |