Skip to content

Commit

Permalink
staging: brcm80211: removed 'is_amsdu causing toss' log spam
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Roland Vossen authored and Greg Kroah-Hartman committed Apr 5, 2011
1 parent e5b9584 commit d571a56
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions drivers/staging/brcm80211/brcmsmac/wlc_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d571a56

Please sign in to comment.