|
@@ -2436,6 +2436,9 @@ static inline void copy_peer_flags_tlv(
|
|
|
if (param->safe_mode_enabled)
|
|
|
cmd->peer_flags &=
|
|
|
~(WMI_PEER_NEED_PTK_4_WAY | WMI_PEER_NEED_GTK_2_WAY);
|
|
|
+ /* inter BSS peer */
|
|
|
+ if (param->inter_bss_peer)
|
|
|
+ cmd->peer_flags |= WMI_PEER_INTER_BSS_PEER;
|
|
|
/* Disable AMSDU for station transmit, if user configures it */
|
|
|
/* Disable AMSDU for AP transmit to 11n Stations, if user configures
|
|
|
* it
|