Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103304
b: refs/heads/master
c: 18d7260
h: refs/heads/master
v: v3
  • Loading branch information
Larry.Finger@lwfinger.net authored and John W. Linville committed Jul 2, 2008
1 parent 97bb424 commit 9ee64cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f4ea83dd743d3e1bec8fdf954ac911c6b12ae87a
refs/heads/master: 18d7260527ce7c0d0a177afdf92d8f868f50b067
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/p54/p54common.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ static void p54_rx_data(struct ieee80211_hw *dev, struct sk_buff *skb)

rx_status.signal = hdr->rssi;
/* XX correct? */
rx_status.qual = (100 * hdr->rssi) / 127;
rx_status.rate_idx = hdr->rate & 0xf;
rx_status.freq = freq;
rx_status.band = IEEE80211_BAND_2GHZ;
Expand Down

0 comments on commit 9ee64cb

Please sign in to comment.