Search Linux Wireless

Re: [PATCH] wifi-debugfs: Fix AMSDU rate printout.

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

 



On Thu, 2011-11-17 at 13:48 -0800, greearb@xxxxxxxxxxxxxxx wrote:
> From: Ben Greear <greearb@xxxxxxxxxxxxxxx>
> 
> It was flipped.  See section 7.3.2.56 of the 802.11n
> spec for details.

Acked-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx>

but the subject should be "mac80211: fix AMSDU rate output in debugfs"
or so, maybe John can fix it up.

> Signed-off-by: Ben Greear <greearb@xxxxxxxxxxxxxxx>
> ---
> :100644 100644 c5f3417... 3110cbd... M	net/mac80211/debugfs_sta.c
>  net/mac80211/debugfs_sta.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/net/mac80211/debugfs_sta.c b/net/mac80211/debugfs_sta.c
> index c5f3417..3110cbd 100644
> --- a/net/mac80211/debugfs_sta.c
> +++ b/net/mac80211/debugfs_sta.c
> @@ -274,9 +274,9 @@ static ssize_t sta_ht_capa_read(struct file *file, char __user *userbuf,
>  
>  		PRINT_HT_CAP((htc->cap & BIT(10)), "HT Delayed Block Ack");
>  
> -		PRINT_HT_CAP((htc->cap & BIT(11)), "Max AMSDU length: "
> -			     "3839 bytes");
>  		PRINT_HT_CAP(!(htc->cap & BIT(11)), "Max AMSDU length: "
> +			     "3839 bytes");
> +		PRINT_HT_CAP((htc->cap & BIT(11)), "Max AMSDU length: "
>  			     "7935 bytes");
>  
>  		/*


--
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