qcacmn: Modify IEEE80211_FC0_SUBTYPE_QOS to QDF_IEEE80211_FC0_SUBTYPE_QOS
Modify IEEE80211_FC0_SUBTYPE_QOS to QDF_IEEE80211_FC0_SUBTYPE_QOS. Change-Id: I93eb546c04798e82c7be4660d1fe127ce13dc754 CRs-Fixed: 2408226
This commit is contained in:

committed by
nshrivas

vanhempi
330e6c306d
commit
9cf1aa027b
@@ -591,11 +591,11 @@ static void dp_rx_defrag_michdr(const struct ieee80211_frame *wh0,
|
||||
}
|
||||
|
||||
/*
|
||||
* Bit 7 is IEEE80211_FC0_SUBTYPE_QOS for data frame, but
|
||||
* Bit 7 is QDF_IEEE80211_FC0_SUBTYPE_QOS for data frame, but
|
||||
* it could also be set for deauth, disassoc, action, etc. for
|
||||
* a mgt type frame. It comes into picture for MFP.
|
||||
*/
|
||||
if (wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_QOS) {
|
||||
if (wh->i_fc[0] & QDF_IEEE80211_FC0_SUBTYPE_QOS) {
|
||||
if ((wh->i_fc[1] & IEEE80211_FC1_DIR_MASK) ==
|
||||
IEEE80211_FC1_DIR_DSTODS) {
|
||||
const struct ieee80211_qosframe_addr4 *qwh =
|
||||
|
Viittaa uudesa ongelmassa
Block a user