|
@@ -202,6 +202,7 @@ int iwl_mvm_sta_send_to_fw(struct iwl_mvm *mvm, struct ieee80211_sta *sta,
|
|
cpu_to_le32(agg_size << STA_FLG_MAX_AGG_SIZE_SHIFT);
|
|
cpu_to_le32(agg_size << STA_FLG_MAX_AGG_SIZE_SHIFT);
|
|
add_sta_cmd.station_flags |=
|
|
add_sta_cmd.station_flags |=
|
|
cpu_to_le32(mpdu_dens << STA_FLG_AGG_MPDU_DENS_SHIFT);
|
|
cpu_to_le32(mpdu_dens << STA_FLG_AGG_MPDU_DENS_SHIFT);
|
|
|
|
+ add_sta_cmd.assoc_id = cpu_to_le16(sta->aid);
|
|
|
|
|
|
if (sta->wme) {
|
|
if (sta->wme) {
|
|
add_sta_cmd.modify_mask |= STA_MODIFY_UAPSD_ACS;
|
|
add_sta_cmd.modify_mask |= STA_MODIFY_UAPSD_ACS;
|