Re: [PATCH] mac80211: disable power save if an infra AP vif exists
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2011-01-31 18:53:52
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2011-01-31 18:53:52
On Tue, 2011-02-01 at 00:15 +0530, Rajkumar Manoharan wrote:
+ if ((sdata->vif.type == NL80211_IFTYPE_AP) ||
+ (sdata->vif.type == NL80211_IFTYPE_AP_VLAN)) {I still think you should drop the VLAN check? johannes