提交 95b80b30 编写于 作者: M Malcolm Priestley 提交者: Greg Kroah-Hartman

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: NMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 ad3cafd7
...@@ -1525,7 +1525,8 @@ static void rtllib_associate_complete_wq(void *data) ...@@ -1525,7 +1525,8 @@ static void rtllib_associate_complete_wq(void *data)
associate_complete_wq); associate_complete_wq);
struct rt_pwr_save_ctrl *pPSC = &(ieee->PowerSaveControl); 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) { if (!ieee->is_silent_reset) {
netdev_info(ieee->dev, "normal associate\n"); netdev_info(ieee->dev, "normal associate\n");
notify_wx_assoc_event(ieee); notify_wx_assoc_event(ieee);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册