Search Linux Wireless

Re: [RFC] mac80211: disable ps if an AP type vif is present

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 2011-01-31 at 17:23 +0530, Rajkumar Manoharan wrote:

> > >  	list_for_each_entry(sdata, &local->interfaces, list) {
> > >  		if (!ieee80211_sdata_running(sdata))
> > >  			continue;
> > > +		if (((sdata->vif.type == NL80211_IFTYPE_AP) ||
> > > +		     (sdata->vif.type == NL80211_IFTYPE_AP_VLAN)) &&
> > > +		    !sdata->vif.p2p) {
> > > +			count = 0;
> > > +			break;
> > 
> > I'd leave out the P2P check for now -- as soon as you have more than one
> > interface we don't go to PS,
> Not exactly. we are counting only station type, though we have multi vifs.

Right -- that was confusing.

> >and we don't have NoA things etc. yet.
> the p2p check means that infra AP only.

Yeah but do we have any drivers that handle PS in P2P mode? I guess
iwlwifi might if you have the right firmware, but ath9k surely won't?
I'd rather not have to worry about it right now.

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


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux