This commit is contained in:
Larry Finger 2017-01-20 20:08:35 -06:00
commit cc3c76275b

View file

@ -1004,6 +1004,9 @@ s32 rtw_xmitframe_coalesce(struct adapter *padapter, struct sk_buff *pkt, struct
s32 bmcst = IS_MCAST(pattrib->ra);
s32 res = _SUCCESS;
if (!pkt)
return _FAIL;
psta = rtw_get_stainfo(&padapter->stapriv, pattrib->ra);
if (psta == NULL)