On Thu, Jan 31, 2013 at 05:53:49PM +0100, Johannes Berg wrote: > On Thu, 2013-01-31 at 10:33 -0600, Seth Forshee wrote: > > On Thu, Jan 31, 2013 at 04:20:48PM +0100, Johannes Berg wrote: > > > On Tue, 2013-01-29 at 17:47 -0600, Seth Forshee wrote: > > > > > > > +static inline bool ieee80211_is_ps_disabled(struct ieee80211_conf *conf) > > > > > > > +static inline bool ieee80211_is_ps_enabled(struct ieee80211_conf *conf) > > > > > > Huh, is that worth the confusion? It seems !enabled should be the same > > > as disabled, but it's not quite the same, which might be confusing. > > > > In this patch there's no distinction, but after adding the off-channel > > powersave state there is -- disabled == !enabled && !offchannel. > > I thought it was something like that, yeah. > > > Actually one of the last bugs I fixed before sending these was a place > > where I had used disabled instead of !enabled, and the frames ended up > > with PM set when it shouldn't have been. > > > > I agree though that the distinction is confusing. Maybe some better > > state names are needed. Perhaps awake, offchannel, and doze? > > I think what you really want is to distinguish between "HW can go to > powersave" and "PM bit should be set"? That's pretty much what your > CONF_PS_ENABLED and CONF_PS_OFFCHANNEL means, respectively, but maybe Correct, with the understanding that "HW can go to powersave" also implies "PM bit should be set." Another approach would be to keep the CONF_PS flag the same and add a CONF_PM flag or similar. I didn't go with this approach because CONF_PS && !CONF_PM really doesn't make any sense, which really doesn't help with reducing confusion. The advantage is that it separates setting PM from PS for those driver that don't support PS but need to configure the hardware to set PM for off-channel. > putting it in different terms would make it less confusing? Yes. I think the reason enabled/disabled is confusing because it would usually imply a binary state. Seth -- 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