Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183270
b: refs/heads/master
c: 4a40ccf
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and John W. Linville committed Dec 21, 2009
1 parent 9b3a617 commit 6c797a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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: 6e850af58f93be8f1b4b79eb9c79d06788f38e78
refs/heads/master: 4a40ccf8140d6b973d8b02dd5467b1fd876c0654
1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/rtl818x/rtl8180_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ static void rtl8180_handle_rx(struct ieee80211_hw *dev)

rx_status.antenna = (flags2 >> 15) & 1;
/* TODO: improve signal/rssi reporting */
rx_status.qual = flags2 & 0xFF;
rx_status.signal = (flags2 >> 8) & 0x7F;
/* XXX: is this correct? */
rx_status.rate_idx = (flags >> 20) & 0xF;
Expand Down

0 comments on commit 6c797a2

Please sign in to comment.