X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=carlfw%2Finclude%2Fwl.h;h=8499ca2d41682b443b42ff6f502fc41440f69011;hp=5def1cf77eb4c1298010a68668a275630a134cc3;hb=f99b6fd51bf8429eaad357ac9c7149a92f719628;hpb=b82cee7605b72c4cceba1b914527f7caa871f200 diff --git a/carlfw/include/wl.h b/carlfw/include/wl.h index 5def1cf..8499ca2 100644 --- a/carlfw/include/wl.h +++ b/carlfw/include/wl.h @@ -188,8 +188,9 @@ static inline __inline unsigned int ar9170_get_rx_mpdu_len(struct dma_desc *desc break; case AR9170_RX_STATUS_MPDU_SINGLE: + /* MPDU single has both */ mpdu_len -= sizeof(struct ar9170_rx_phystatus); - + /* fall through */ case AR9170_RX_STATUS_MPDU_FIRST: mpdu_len -= sizeof(struct ar9170_rx_head); break;