diff --git a/docs/atheros_ar7010.png b/docs/atheros_ar7010.png deleted file mode 100755 index d6615c7..0000000 Binary files a/docs/atheros_ar7010.png and /dev/null differ diff --git a/docs/atheros_ar9271.png b/docs/atheros_ar9271.png deleted file mode 100755 index 94006c4..0000000 Binary files a/docs/atheros_ar9271.png and /dev/null differ diff --git a/target_firmware/wlan/ratectrl_11n_ln.c b/target_firmware/wlan/ratectrl_11n_ln.c index 9358823..bf4b945 100755 --- a/target_firmware/wlan/ratectrl_11n_ln.c +++ b/target_firmware/wlan/ratectrl_11n_ln.c @@ -423,7 +423,6 @@ static A_UINT8 rcRateFind_ht(struct ath_softc_tgt *sc, struct atheros_node *pSib, const RATE_TABLE_11N *pRateTable, A_BOOL probeAllowed, A_BOOL *isProbing) { - A_UINT32 dt; A_UINT32 bestThruput, thisThruput; A_UINT32 nowMsec; A_UINT8 rate, nextRate, bestRate; @@ -445,7 +444,6 @@ rcRateFind_ht(struct ath_softc_tgt *sc, struct atheros_node *pSib, */ nowMsec = A_MS_TICKGET(); - dt = nowMsec - pRc->rssiTime; /* * Now look up the rate in the rssi table and return it.