diff options
| -rw-r--r-- | CORE/HDD/src/wlan_hdd_tx_rx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CORE/HDD/src/wlan_hdd_tx_rx.c b/CORE/HDD/src/wlan_hdd_tx_rx.c index 999c9d311834..9b6ecfbff666 100644 --- a/CORE/HDD/src/wlan_hdd_tx_rx.c +++ b/CORE/HDD/src/wlan_hdd_tx_rx.c @@ -427,6 +427,8 @@ static void hdd_get_transmit_sta_id(hdd_adapter_t *adapter, */ if (mcbc_addr) *station_id = IBSS_BROADCAST_STAID; + } else if (adapter->device_mode == WLAN_HDD_OCB) { + *station_id = sta_ctx->conn_info.staId[0]; } else if (adapter->device_mode == WLAN_HDD_NDI) { /* * This check is necessary to make sure station id is not |
