ath9k: use split rx buffers to get rid of order-1 skb allocations
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / net / wireless / ath / ath9k / ath9k.h
index dd9a7d740c98a82a1f3ad759c37a7ed129c198c4..73db9576af57aca26df92bbcd2a2e63f0e840b7c 100644 (file)
@@ -310,6 +310,8 @@ struct ath_rx {
        struct ath_descdma rxdma;
        struct ath_buf *rx_bufptr;
        struct ath_rx_edma rx_edma[ATH9K_RX_QUEUE_MAX];
+
+       struct sk_buff *frag;
 };
 
 int ath_startrecv(struct ath_softc *sc);