Skip to content

Commit

Permalink
docs: remove *png files
Browse files Browse the repository at this point in the history
debian asks to remove pngs and generate it from svg on make, if needed.
For now, just remove it.

Signed-off-by: Oleksij Rempel <[email protected]>
  • Loading branch information
olerem committed Oct 15, 2016
1 parent c6ce9d3 commit 9df0754
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
Binary file removed docs/atheros_ar7010.png
Binary file not shown.
Binary file removed docs/atheros_ar9271.png
Binary file not shown.
2 changes: 0 additions & 2 deletions target_firmware/wlan/ratectrl_11n_ln.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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.
Expand Down

0 comments on commit 9df0754

Please sign in to comment.