diff options
| author | Eliad Peller <eliad@wizery.com> | 2012-11-19 19:14:05 +0400 |
|---|---|---|
| committer | Luciano Coelho <coelho@ti.com> | 2012-11-27 12:49:22 +0400 |
| commit | d3f5a1b59839e3df3e40b9e520d16b8475d27681 (patch) | |
| tree | 2c7ca7127bd204ce789be8b42a4b8794bd6ee5b8 | |
| parent | dc62a3dbf38a7c3aa5a7ae724b04e0fefc10fea4 (diff) | |
| download | linux-d3f5a1b59839e3df3e40b9e520d16b8475d27681.tar.xz | |
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>
| -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, 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 |
