docs: remove *png files 106/head
authorOleksij Rempel <linux@rempel-privat.de>
Thu, 13 Oct 2016 08:12:51 +0000 (10:12 +0200)
committerOleksij Rempel <linux@rempel-privat.de>
Sat, 15 Oct 2016 15:16:27 +0000 (17:16 +0200)
debian asks to remove pngs and generate it from svg on make, if needed.
For now, just remove it.

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
docs/atheros_ar7010.png [deleted file]
docs/atheros_ar9271.png [deleted file]
target_firmware/wlan/ratectrl_11n_ln.c

diff --git a/docs/atheros_ar7010.png b/docs/atheros_ar7010.png
deleted file mode 100755 (executable)
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 (executable)
index 94006c4..0000000
Binary files a/docs/atheros_ar9271.png and /dev/null differ
index 93588237206469ad76ac733f1992b6fa77940fea..bf4b9453efffe7d4713b37cd797a8db4f8e90cf4 100755 (executable)
@@ -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.