For rum(4) and rt2661 part of ral(4):
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Wed, 7 Feb 2007 12:34:26 +0000 (12:34 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Wed, 7 Feb 2007 12:34:26 +0000 (12:34 +0000)
commitd2eb9874270e297fbf618e83fb1c3dc5c5de4e7a
tree17dae4df44c3ee7a3564b47937762e98a4416f32
parent5e8604cef34999d49ed3314020114e5db3d27b17
For rum(4) and rt2661 part of ral(4):
Return -1 in {rum,rt2661}_get_rssi(), if rssi can't be converted to relative
RX signal strength.  Caller of these two functions will detect the conversion
error and use old rssi to feed ieee80211_input(), so when rssi smoothing is
in place, rssi conversion error will have no impacts on average rssi.
sys/dev/netif/ral/rt2661.c
sys/dev/netif/rum/if_rum.c