mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-22 04:23:39 +00:00
Merge branch 'master' of http://github.com/lwfinger/rtl8188eu
This commit is contained in:
commit
cc3c76275b
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue