[PATCH v2] mac80211: add vht cap decode to debugfs.

2016-05-13 Thread greearb
From: Ben Greear This makes it a lot easier to understand the capabilities used by the station: VHT supported cap: 0x300819b2 MAX-MPDU-11454 80Mhz RXLDPC SHORT-GI-80 TXSTBC RXSTBC_1 SU

[PATCH v2] mac80211: add vht cap decode to debugfs.

2016-05-02 Thread greearb
From: Ben Greear This makes it a lot easier to understand the capabilities used by the station: VHT supported cap: 0x300819b2 MAX-MPDU-11454 RXLDPC SHORT-GI-80 TXSTBC RXSTBC_1 RXSTBC_3

Re: [PATCH v2] mac80211: add vht cap decode to debugfs.

2016-05-12 Thread Johannes Berg
On Mon, 2016-05-02 at 14:23 -0700, gree...@candelatech.com wrote: >  > + PFLAG(MAX_MPDU_LENGTH_3895, "MAX-MPDU-3895"); > + PFLAG(MAX_MPDU_LENGTH_7991, "MAX-MPDU-7991"); > + PFLAG(MAX_MPDU_LENGTH_11454, "MAX-MPDU-11454"); This doesn't work as intended, please tre

Re: [PATCH v2] mac80211: add vht cap decode to debugfs.

2016-05-31 Thread Johannes Berg
On Fri, 2016-05-13 at 11:29 -0700, gree...@candelatech.com wrote: > From: Ben Greear > > This makes it a lot easier to understand the capabilities used > by the station: > Applied. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to

Re: [PATCH v2] mac80211: add vht cap decode to debugfs.

2016-05-02 Thread Johannes Berg
On Mon, 2016-05-02 at 14:23 -0700, gree...@candelatech.com wrote: > From: Ben Greear > > This makes it a lot easier to understand the capabilities used > by the station: > > VHT supported > cap: 0x300819b2 > MAX-MPDU-11454 > RXLDPC > SHORT-GI-80 >