aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/htc.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/htc.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/htc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/htc.h b/drivers/net/wireless/ath/ath9k/htc.h
index fc4c466e756..356f49c180b 100644
--- a/drivers/net/wireless/ath/ath9k/htc.h
+++ b/drivers/net/wireless/ath/ath9k/htc.h
@@ -276,6 +276,7 @@ struct ath9k_htc_tx {
276 276
277struct ath9k_htc_tx_ctl { 277struct ath9k_htc_tx_ctl {
278 u8 type; /* ATH9K_HTC_* */ 278 u8 type; /* ATH9K_HTC_* */
279 u8 epid;
279}; 280};
280 281
281static inline struct ath9k_htc_tx_ctl *HTC_SKB_CB(struct sk_buff *skb) 282static inline struct ath9k_htc_tx_ctl *HTC_SKB_CB(struct sk_buff *skb)