提交 aabd3ad4 编写于 作者: J Jahnavi Meher 提交者: John W. Linville

rsi: Using band from rsi_common to fill in ieee80211_rx_status

Filling in band from common->band.
Signed-off-by: NJahnavi Meher <jahnavi.meher@gmail.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 19d2e619
......@@ -770,10 +770,7 @@ static void rsi_fill_rx_status(struct ieee80211_hw *hw,
rxs->signal = -(rssi);
if (channel <= 14)
rxs->band = IEEE80211_BAND_2GHZ;
else
rxs->band = IEEE80211_BAND_5GHZ;
rxs->band = common->band;
freq = ieee80211_channel_to_frequency(channel, rxs->band);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册