Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172189
b: refs/heads/master
c: 04658fb
h: refs/heads/master
i:
  172187: 9b31887
v: v3
  • Loading branch information
John W. Linville committed Nov 25, 2009
1 parent 81738a5 commit 47a019f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 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: efe117ab8114f47f317b4803e5bc0104420bcba2
refs/heads/master: 04658fba2314d6d70d5fa05c0b5995e6428aacc3
2 changes: 0 additions & 2 deletions trunk/drivers/net/wireless/ath/ath9k/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,6 @@ static void ath9k_process_rssi(struct ath_common *common,
ATH_RSSI_EP_MULTIPLIER);
if (rx_stats->rs_rssi < 0)
rx_stats->rs_rssi = 0;
else if (rx_stats->rs_rssi > 127)
rx_stats->rs_rssi = 127;

/* Update Beacon RSSI, this is used by ANI. */
if (ieee80211_is_beacon(fc))
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/hw.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

#define ATH_DEFAULT_NOISE_FLOOR -95

#define ATH9K_RSSI_BAD 0x80
#define ATH9K_RSSI_BAD -128

/* Register read/write primitives */
#define REG_WRITE(_ah, _reg, _val) \
Expand Down

0 comments on commit 47a019f

Please sign in to comment.