aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/recv.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/recv.c')
-rw-r--r--drivers/net/wireless/ath/ath9k/recv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/recv.c b/drivers/net/wireless/ath/ath9k/recv.c
index 6caef1b5dfe2..3a2204d84702 100644
--- a/drivers/net/wireless/ath/ath9k/recv.c
+++ b/drivers/net/wireless/ath/ath9k/recv.c
@@ -59,7 +59,7 @@ static void ath_rx_buf_link(struct ath_softc *sc, struct ath_buf *bf)
59 59
60 /* virtual addr of the beginning of the buffer. */ 60 /* virtual addr of the beginning of the buffer. */
61 skb = bf->bf_mpdu; 61 skb = bf->bf_mpdu;
62 ASSERT(skb != NULL); 62 BUG_ON(skb == NULL);
63 ds->ds_vdata = skb->data; 63 ds->ds_vdata = skb->data;
64 64
65 /* setup rx descriptors. The rx.bufsize here tells the harware 65 /* setup rx descriptors. The rx.bufsize here tells the harware