]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: rtl8192e: Let user know mac address associated with.
authorMalcolm Priestley <tvboxspy@gmail.com>
Sat, 13 May 2017 16:41:20 +0000 (17:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 May 2017 11:29:02 +0000 (13:29 +0200)
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>
drivers/staging/rtl8192e/rtllib_softmac.c

index eeda17d6409b1c6901df93c49cddc0c7e9ba5651..776e9974143159562fd2970c1c7dfbff9b3d9a64 100644 (file)
@@ -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);