Merge "qca-wifi: set frame control for BRP frame"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
82edce8b0c
@@ -2370,7 +2370,6 @@ void dp_update_frame_ctrl_from_frame_type(void *desc)
|
||||
IEEE80211_FC0_TYPE_CTL);
|
||||
break;
|
||||
case HTT_STATS_FTYPE_SGEN_BRP:
|
||||
case HTT_STATS_FTYPE_SGEN_MU_BRP:
|
||||
ppdu_desc->frame_ctrl = (IEEE80211_FC0_SUBTYPE_BRPOLL |
|
||||
IEEE80211_FC0_TYPE_CTL);
|
||||
break;
|
||||
@@ -2389,6 +2388,7 @@ void dp_update_frame_ctrl_from_frame_type(void *desc)
|
||||
break;
|
||||
case HTT_STATS_FTYPE_SGEN_MU_TRIG:
|
||||
case HTT_STATS_FTYPE_SGEN_MU_BAR:
|
||||
case HTT_STATS_FTYPE_SGEN_MU_BRP:
|
||||
ppdu_desc->frame_ctrl = (IEEE80211_FC0_SUBTYPE_TRIGGER |
|
||||
IEEE80211_FC0_TYPE_CTL);
|
||||
break;
|
||||
@@ -3535,7 +3535,8 @@ dp_check_mgmt_ctrl_ppdu(struct dp_pdev *pdev,
|
||||
user = &ppdu_desc->user[0];
|
||||
|
||||
ppdu_desc_frame_ctrl = ppdu_desc->frame_ctrl;
|
||||
if (ppdu_desc->htt_frame_type == HTT_STATS_FTYPE_SGEN_MU_BAR)
|
||||
if ((ppdu_desc->htt_frame_type == HTT_STATS_FTYPE_SGEN_MU_BAR) ||
|
||||
(ppdu_desc->htt_frame_type == HTT_STATS_FTYPE_SGEN_MU_BRP))
|
||||
ppdu_desc_frame_ctrl = (IEEE80211_FC0_SUBTYPE_TRIGGER |
|
||||
IEEE80211_FC0_TYPE_CTL);
|
||||
|
||||
|
Reference in New Issue
Block a user