mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
staging: brcm80211: removed 'is_amsdu causing toss' log spam
Issue reported by Larry Finger. Log message was removed. Signed-off-by: Roland Vossen <rvossen@broadcom.com> Acked-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
e5b9584518
commit
d571a56620
1 changed files with 1 additions and 3 deletions
|
@ -7078,10 +7078,8 @@ void BCMFASTPATH wlc_recv(struct wlc_info *wlc, struct sk_buff *p)
|
|||
if (ieee80211_is_probe_req(h->frame_control))
|
||||
goto toss;
|
||||
|
||||
if (is_amsdu) {
|
||||
WL_ERROR("%s: is_amsdu causing toss\n", __func__);
|
||||
if (is_amsdu)
|
||||
goto toss;
|
||||
}
|
||||
|
||||
wlc_recvctl(wlc, rxh, p);
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue