rtlwifi: Fix typo in variable name
offchan_deley should be offchan_delay Signed-off-by: Mike McCormack <mikem@ring3k.org> Acked-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
440ca98fe8
commit
9c05044037
@@ -581,7 +581,7 @@ static void _rtl_pci_tx_isr(struct ieee80211_hw *hw, int prio)
|
||||
fc = rtl_get_fc(skb);
|
||||
if (ieee80211_is_nullfunc(fc)) {
|
||||
if (ieee80211_has_pm(fc)) {
|
||||
rtlpriv->mac80211.offchan_deley = true;
|
||||
rtlpriv->mac80211.offchan_delay = true;
|
||||
rtlpriv->psc.state_inap = 1;
|
||||
} else {
|
||||
rtlpriv->psc.state_inap = 0;
|
||||
|
Reference in New Issue
Block a user