qcacmn: Use peer to get the cipher to decide MIC length
Driver uses cipher stored in vdev to get the MIC length, which may get updated if multiple peer(TDLS peer in STA case) get connected to the vdev. Thus depending on latest peer cipher type the MIC length will be calculated for all peers. To fix store cipher info in peer and use it to calculate MIC length for the frame. Change-Id: Ice7885af6577d97ffc7631890c478b8a4758fc5b CRs-Fixed: 2429347
Loading
Please register or sign in to comment