Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3b93c87 authored by Christian Lamparter's avatar Christian Lamparter Committed by John W. Linville
Browse files

p54: deactivate broken powersave function



This patch deactivates powersave in station mode.

It does not work correctly yet, so the code does more harm than good.

Reported-by: default avatarJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: default avatarChristian Lamparter <chunkeey@web.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 12514396
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2543,8 +2543,6 @@ struct ieee80211_hw *p54_init_common(size_t priv_data_len)
	priv->basic_rate_mask = 0x15f;
	skb_queue_head_init(&priv->tx_queue);
	dev->flags = IEEE80211_HW_RX_INCLUDES_FCS |
		     IEEE80211_HW_SUPPORTS_PS |
		     IEEE80211_HW_PS_NULLFUNC_STACK |
		     IEEE80211_HW_SIGNAL_DBM |
		     IEEE80211_HW_NOISE_DBM;