Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159124
b: refs/heads/master
c: c413046
h: refs/heads/master
v: v3
  • Loading branch information
Vasanthakumar Thiagarajan authored and John W. Linville committed Jul 24, 2009
1 parent 769af23 commit 105a874
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ddf4a2db72c1073b31d0ad28911d137b1745cfca
refs/heads/master: c41304653e120749dae8b04332b92ffb5f4dbbfd
6 changes: 1 addition & 5 deletions trunk/drivers/net/wireless/ath/ath9k/rc.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ static const struct ath_rate_table ar5416_11na_ratetable = {
4, 23, 40, 41, 41, 148400 },
},
50, /* probe interval */
50, /* rssi reduce interval */
WLAN_RC_HT_FLAG, /* Phy rates allowed initially */
};

Expand Down Expand Up @@ -298,7 +297,6 @@ static const struct ath_rate_table ar5416_11ng_ratetable = {
8, 27, 44, 45, 45, 148400 },
},
50, /* probe interval */
50, /* rssi reduce interval */
WLAN_RC_HT_FLAG, /* Phy rates allowed initially */
};

Expand Down Expand Up @@ -331,7 +329,6 @@ static const struct ath_rate_table ar5416_11a_ratetable = {
4, 7, 0 },
},
50, /* probe interval */
50, /* rssi reduce interval */
0, /* Phy rates allowed initially */
};

Expand Down Expand Up @@ -376,7 +373,6 @@ static const struct ath_rate_table ar5416_11g_ratetable = {
8, 11, 0 },
},
50, /* probe interval */
50, /* rssi reduce interval */
0, /* Phy rates allowed initially */
};

Expand Down Expand Up @@ -1070,7 +1066,7 @@ static void ath_rc_update_ht(struct ath_softc *sc,
/* Every so often, we reduce the thresholds
* and PER (different for CCK and OFDM). */
if (now_msec - ath_rc_priv->per_down_time >=
rate_table->rssi_reduce_interval) {
rate_table->probe_interval) {
for (rate = 0; rate < size; rate++) {
ath_rc_priv->state[rate].per =
7 * ath_rc_priv->state[rate].per / 8;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/ath/ath9k/rc.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ struct ath_rate_table {
u32 max_4ms_framelen;
} info[RATE_TABLE_SIZE];
u32 probe_interval;
u32 rssi_reduce_interval;
u8 initial_ratemax;
};

Expand Down

0 comments on commit 105a874

Please sign in to comment.