aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath9k/main.c')
-rw-r--r--drivers/net/wireless/ath9k/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath9k/main.c b/drivers/net/wireless/ath9k/main.c
index 839db2312ca5..0a0eb7ce0f5f 100644
--- a/drivers/net/wireless/ath9k/main.c
+++ b/drivers/net/wireless/ath9k/main.c
@@ -489,8 +489,7 @@ int _ath_rx_indicate(struct ath_softc *sc,
489 return 0; 489 return 0;
490} 490}
491 491
492int ath_rx_subframe(struct ath_node *an, 492int ath_rx_subframe(struct ath_node *an, struct sk_buff *skb,
493 struct sk_buff *skb,
494 struct ath_recv_status *status) 493 struct ath_recv_status *status)
495{ 494{
496 struct ath_softc *sc = an->an_sc; 495 struct ath_softc *sc = an->an_sc;