|
@@ -3937,6 +3937,8 @@ struct hdd_adapter *hdd_open_adapter(struct hdd_context *hdd_ctx, uint8_t sessio
|
|
|
case QDF_STA_MODE:
|
|
|
/* Reset locally administered bit if the device mode is STA */
|
|
|
WLAN_HDD_RESET_LOCALLY_ADMINISTERED_BIT(macAddr);
|
|
|
+ hdd_info("locally administered bit reset in sta mode: "
|
|
|
+ MAC_ADDRESS_STR, MAC_ADDR_ARRAY(macAddr));
|
|
|
/* fall through */
|
|
|
case QDF_P2P_CLIENT_MODE:
|
|
|
case QDF_P2P_DEVICE_MODE:
|