Re: [PATCH 3/4] mac80211-hwsim: Pass rate-ctrl flags and tx-power to user-space

2015-04-17 Thread Johannes Berg
On Wed, 2015-04-15 at 09:23 -0700, Ben Greear wrote: > On 04/14/2015 01:15 AM, Johannes Berg wrote: > > On Fri, 2015-04-03 at 14:12 -0700, gree...@candelatech.com wrote: > > > >> +/* Auxilary info to allow user-space to better understand the rate */ > >> +struct hwsim_tx_rate2 { > >> + u16 rc_fla

Re: [PATCH 3/4] mac80211-hwsim: Pass rate-ctrl flags and tx-power to user-space

2015-04-15 Thread Ben Greear
On 04/14/2015 01:15 AM, Johannes Berg wrote: > On Fri, 2015-04-03 at 14:12 -0700, gree...@candelatech.com wrote: > >> +/* Auxilary info to allow user-space to better understand the rate */ >> +struct hwsim_tx_rate2 { >> +u16 rc_flags; /* rate-ctrl flags (see mac80211_rate_control_flags) */ >