Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 744e2f9f authored by CNSS_WLAN Service's avatar CNSS_WLAN Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "wlan: First initialize and then use of pbFrames" into wlan-driver.lnx.1.0

parents 0dcb4681 472e63cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16289,9 +16289,9 @@ void hdd_indicate_mgmt_frame(tSirSmeMgmtFrameInd *frame_ind)
   }
   /* Try to retrieve the adapter from the mac address list*/
     pbFrames = frame_ind->frameBuf;
     type = WLAN_HDD_GET_TYPE_FRM_FC(pbFrames[0]);
     subType = WLAN_HDD_GET_SUBTYPE_FRM_FC(pbFrames[0]);
     pbFrames = frame_ind->frameBuf;
     nFrameLength = frame_ind->frameLen;
    /* Get pAdapter from Destination mac address of the frame */