ath9k: downgrade ASSERT() in ath_clone_txbuf()
authorVasanthakumar Thiagarajan <vasanth@atheros.com>
Wed, 10 Jun 2009 12:20:09 +0000 (17:50 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 10 Jul 2009 18:57:39 +0000 (14:57 -0400)
commit8a46097a6c60dc9d2f09bf01734f3308142614b3
tree74d660b3059a2285a7334d36b75329c552f80f34
parentc3d8f02ed9699252d69a9a14276980d9df7c5fe1
ath9k: downgrade ASSERT() in ath_clone_txbuf()

We can easily run out of tx buf if there is any stuck in
transmission, so downgrade it to WARN_ON().

Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/xmit.c