staging: brcm80211: removed 'is_amsdu causing toss' log spam
authorRoland Vossen <[email protected]>
Wed, 30 Mar 2011 08:16:29 +0000 (10:16 +0200)
committerGreg Kroah-Hartman <[email protected]>
Tue, 5 Apr 2011 05:43:17 +0000 (22:43 -0700)
Issue reported by Larry Finger. Log message was removed.

Signed-off-by: Roland Vossen <[email protected]>
Acked-by: Larry Finger <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/staging/brcm80211/brcmsmac/wlc_main.c

index fe4dcce1c6fa87117f58711f4d91aba3e6bda12b..bcccad2de3545c9987e26775d3fed4f3e6ddd8ee 100644 (file)
@@ -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;