mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 18:13:26 -04:00
staging: rtl8192e: Let user know mac address associated with.
User cannot tell which mac address(BSIDD) associated with so add this to info message. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
ad3cafd7b4
commit
95b80b30e1
@@ -1525,7 +1525,8 @@ static void rtllib_associate_complete_wq(void *data)
|
||||
associate_complete_wq);
|
||||
struct rt_pwr_save_ctrl *pPSC = &(ieee->PowerSaveControl);
|
||||
|
||||
netdev_info(ieee->dev, "Associated successfully\n");
|
||||
netdev_info(ieee->dev, "Associated successfully with %pM\n",
|
||||
ieee->current_network.bssid);
|
||||
if (!ieee->is_silent_reset) {
|
||||
netdev_info(ieee->dev, "normal associate\n");
|
||||
notify_wx_assoc_event(ieee);
|
||||
|
||||
Reference in New Issue
Block a user