Remove an unused variable.

This commit is contained in:
adrian 2011-10-02 14:10:25 +00:00
parent e0b19442ed
commit 8c4de897b3

View File

@ -107,7 +107,6 @@ ar5416SetupRxDesc(struct ath_hal *ah, struct ath_desc *ds,
uint32_t size, u_int flags)
{
struct ar5416_desc *ads = AR5416DESC(ds);
HAL_CAPABILITIES *pCap = &AH_PRIVATE(ah)->ah_caps;
HALASSERT((size &~ AR_BufLen) == 0);