staging: brcm80211: bugfix for crash on heavy transmit traffic
authorRoland Vossen <rvossen@broadcom.com>
Mon, 21 Feb 2011 08:07:12 +0000 (09:07 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 23 Feb 2011 22:05:42 +0000 (14:05 -0800)
commit1005f085743362129396d5c5e68d7c385392dafb
tree4928e830657891dac950541e9da87a2edd60d4da
parent3c8bb7aab9ad84bce7d81878fda64d631089a88d
staging: brcm80211: bugfix for crash on heavy transmit traffic

With heavy transmit traffic, once in a while (range 15mins-1hr)
a tx packet was added to a full transmit queue. Under certain
conditions an other packet in the queue gets bumped to make room
for the new packet. This is not considered an error condition, but
normal operation. Despite that, there was an ASSERT(0) that caused
the driver to oops. The ASSERT(0) has been removed. Driver was tested
afterwards.

Signed-off-by: Roland Vossen <rvossen@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/brcmsmac/wlc_mac80211.c