From: Avinash Patil Date: Wed, 3 Jun 2015 11:29:44 +0000 (+0530) Subject: mwifiex: advertise PS ON by default support to cfg80211 X-Git-Tag: v4.2-rc1~130^2~34^2~44 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c2b6680f63ff472921e58edd84338aa8e911561f;p=platform%2Fkernel%2Flinux-exynos.git mwifiex: advertise PS ON by default support to cfg80211 This would enable driver to enter powersave as soon as connected. Signed-off-by: Avinash Patil Signed-off-by: Cathy Luo Signed-off-by: Kalle Valo --- diff --git a/drivers/net/wireless/mwifiex/cfg80211.c b/drivers/net/wireless/mwifiex/cfg80211.c index f14cad7..b15e4c7 100644 --- a/drivers/net/wireless/mwifiex/cfg80211.c +++ b/drivers/net/wireless/mwifiex/cfg80211.c @@ -3685,7 +3685,8 @@ int mwifiex_register_cfg80211(struct mwifiex_adapter *adapter) WIPHY_FLAG_AP_PROBE_RESP_OFFLOAD | WIPHY_FLAG_AP_UAPSD | WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL | - WIPHY_FLAG_HAS_CHANNEL_SWITCH; + WIPHY_FLAG_HAS_CHANNEL_SWITCH | + WIPHY_FLAG_PS_ON_BY_DEFAULT; if (ISSUPP_TDLS_ENABLED(adapter->fw_cap_info)) wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS |