Search Linux Wireless

Re: [RFC] ath9k: raise aggregation limit to 64k for HT IBSS

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

 



On Friday 22 June 2012 16:22:16 Rajkumar Manoharan wrote:
> > +	/* update ampdu factor/density, they may have changed. This may happen
> > +	 * in HT IBSS when a beacon with HT-info is received after the station
> > +	 * has already been added.
> > +	 */
> > +	if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_HT) {
> > +		an->maxampdu = 1 << (IEEE80211_HT_MAX_AMPDU_FACTOR +
> > +				     sta->ht_cap.ampdu_factor);
> > +		density = ath9k_parse_mpdudensity(sta->ht_cap.ampdu_density);
> > +		an->mpdudensity = density;
> > +	}
> > +
> 
> No need to declare local variable. ins't it?

You want more than 80 chars per line or ugly/complex code...?

Kind regards,
	Sven

Attachment: signature.asc
Description: This is a digitally signed message part.


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux