From: Oleksij Rempel Date: Thu, 13 Oct 2016 08:12:51 +0000 (+0200) Subject: docs: remove *png files X-Git-Url: https://jxself.org/git/?p=open-ath9k-htc-firmware.git;a=commitdiff_plain;h=refs%2Fpull%2F106%2Fhead docs: remove *png files debian asks to remove pngs and generate it from svg on make, if needed. For now, just remove it. Signed-off-by: Oleksij Rempel --- 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.