On Mon, 2012-11-26 at 14:59 +0200, Eliad Peller wrote: > On Mon, Nov 26, 2012 at 1:44 PM, Johannes Berg > <johannes@xxxxxxxxxxxxxxxx> wrote: > > From: Johannes Berg <johannes.berg@xxxxxxxxx> > > > > If the low-level driver wants to support P2P GO > > powersave configuration, it must set the cfg80211 > > flags and mac80211 will pass the parameters to it. > > > > Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> > > --- > > net/mac80211/cfg.c | 16 +++++++++++++++- > > 1 file changed, 15 insertions(+), 1 deletion(-) > > > > diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c > > index 5d30e5f..97cf615 100644 > > --- a/net/mac80211/cfg.c > > +++ b/net/mac80211/cfg.c > > @@ -893,7 +893,8 @@ static int ieee80211_start_ap(struct wiphy *wiphy, struct net_device *dev, > > u32 changed = BSS_CHANGED_BEACON_INT | > > BSS_CHANGED_BEACON_ENABLED | > > BSS_CHANGED_BEACON | > > - BSS_CHANGED_SSID; > > + BSS_CHANGED_SSID | > > + BSS_CHANGED_P2P_PS; > > int err; > > > you'd probably want to add it to ieee80211_reconfig as well. Good point. I also have some changes in the nl80211 for verification, let me repost. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html