X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=carlfw%2Finclude%2Fwl.h;h=8499ca2d41682b443b42ff6f502fc41440f69011;hb=6598140e430d622be926aed43ec19fec8326cd11;hp=50fee61221ea579d2f3778b399b17e79a7be6792;hpb=33a5b694bb3a09b4b0c4ed57c18926f831bf2c42;p=carl9170fw.git diff --git a/carlfw/include/wl.h b/carlfw/include/wl.h index 50fee61..8499ca2 100644 --- a/carlfw/include/wl.h +++ b/carlfw/include/wl.h @@ -19,8 +19,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #ifndef __CARL9170FW_WLAN_H @@ -189,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;