Re: [PATCH] mac80211-hwsim: add frequency attribute to netlink pkts

2014-10-31 Thread Jukka Rissanen
Hi Ben Johannes, while rebasing my hwsim patches on top of Ben's patches, I noticed that the freq attribute is not mentioned in hwsim_genl_policy struct. The same applies also to radio name and vif attributes. Just wondered should they be mentioned in the policy struct like the other attributes?

Re: [PATCH] mac80211-hwsim: add frequency attribute to netlink pkts

2014-10-31 Thread Johannes Berg
On Fri, 2014-10-31 at 10:16 +0200, Jukka Rissanen wrote: Hi Johannes, On pe, 2014-10-31 at 09:04 +0100, Johannes Berg wrote: On Fri, 2014-10-31 at 10:02 +0200, Jukka Rissanen wrote: while rebasing my hwsim patches on top of Ben's patches, I noticed that the freq attribute is not

Re: [PATCH] mac80211-hwsim: add frequency attribute to netlink pkts

2014-10-31 Thread Ben Greear
On 10/31/2014 01:02 AM, Jukka Rissanen wrote: Hi Ben Johannes, while rebasing my hwsim patches on top of Ben's patches, I noticed that the freq attribute is not mentioned in hwsim_genl_policy struct. The same applies also to radio name and vif attributes. Just wondered should they be

Re: [PATCH] mac80211-hwsim: add frequency attribute to netlink pkts

2014-10-29 Thread Johannes Berg
On Wed, 2014-10-29 at 09:02 -0700, Ben Greear wrote: On 10/29/2014 08:55 AM, Johannes Berg wrote: On Mon, 2014-10-27 at 15:04 -0700, gree...@candelatech.com wrote: From: Ben Greear gree...@candelatech.com Add frequency attribute when sending to user-space over netlink socket. The

[PATCH] mac80211-hwsim: add frequency attribute to netlink pkts

2014-10-27 Thread greearb
From: Ben Greear gree...@candelatech.com Add frequency attribute when sending to user-space over netlink socket. The frequency is currently ignored when receiving from user-space. Signed-off-by: Ben Greear gree...@candelatech.com --- drivers/net/wireless/mac80211_hwsim.c | 7 +++