Re: [PATCH 0/3] Add mcast event when hwsim radios are created and removed

2014-10-27 Thread Luca Coelho
On Mon, 2014-10-27 at 16:14 -0700, Marcel Holtmann wrote: > Hi Luca, Hi Marcel, > > That's not particularly hard to figure out, for example by looking at > > sysfs. > > > > Is this really so time-constrained/important/... that you can't do that? > > It does not seem v

Re: [PATCH 0/3] Add mcast event when hwsim radios are created and removed

2014-10-27 Thread Ben Greear
On 10/27/2014 04:14 PM, Marcel Holtmann wrote: > Hi Luca, > >> That's not particularly hard to figure out, for example by looking at >> sysfs. >> >> Is this really so time-constrained/important/... that you can't do that? > > It does not seem very practical to dig this info

Re: [PATCH 0/3] Add mcast event when hwsim radios are created and removed

2014-10-27 Thread Marcel Holtmann
Hi Luca, > That's not particularly hard to figure out, for example by looking at > sysfs. > > Is this really so time-constrained/important/... that you can't do that? It does not seem very practical to dig this information from sysfs as the same information can be

Re: [PATCH 0/3] Add mcast event when hwsim radios are created and removed

2014-10-27 Thread Luca Coelho
On Mon, 2014-10-27 at 07:19 -0700, Marcel Holtmann wrote: > Hi Johannes, > > >>> That's not particularly hard to figure out, for example by looking at > >>> sysfs. > >>> > >>> Is this really so time-constrained/important/... that you can't do that? > >> > >> It does not seem very practical to di

Re: [PATCH 0/3] Add mcast event when hwsim radios are created and removed

2014-10-27 Thread Marcel Holtmann
Hi Johannes, >>> That's not particularly hard to figure out, for example by looking at >>> sysfs. >>> >>> Is this really so time-constrained/important/... that you can't do that? >> >> It does not seem very practical to dig this information from sysfs as >> the same information can be easily get

Re: [PATCH 0/3] Add mcast event when hwsim radios are created and removed

2014-10-27 Thread Johannes Berg
On Mon, 2014-10-27 at 13:55 +0200, Jukka Rissanen wrote: > > That's not particularly hard to figure out, for example by looking at > > sysfs. > > > > Is this really so time-constrained/important/... that you can't do that? > > It does not seem very practical to dig this information from sysfs as

Re: [PATCH 0/3] Add mcast event when hwsim radios are created and removed

2014-10-27 Thread Jukka Rissanen
On ma, 2014-10-27 at 12:31 +0100, Johannes Berg wrote: > On Mon, 2014-10-27 at 13:29 +0200, Jukka Rissanen wrote: > > > Yes, but from generic nl80211 event you cannot know if event is from > > hwsim radio or not. With this patch, the listener can know that the > > radio new/del event is specifical

Re: [PATCH 0/3] Add mcast event when hwsim radios are created and removed

2014-10-27 Thread Johannes Berg
On Mon, 2014-10-27 at 13:29 +0200, Jukka Rissanen wrote: > Yes, but from generic nl80211 event you cannot know if event is from > hwsim radio or not. With this patch, the listener can know that the > radio new/del event is specifically related to hwsim radio. That's not particularly hard to figur

Re: [PATCH 0/3] Add mcast event when hwsim radios are created and removed

2014-10-27 Thread Jukka Rissanen
Hi Johannes, On ma, 2014-10-27 at 12:20 +0100, Johannes Berg wrote: > On Mon, 2014-10-27 at 12:44 +0200, Jukka Rissanen wrote: > > Hi, > > > > patch 1 renames HWSIM_CMD_CREATE_RADIO to HWSIM_CMD_NEW_RADIO and > > HWSIM_CMD_DESTROY_RADIO to HWSIM_CMD_DEL_RADIO. They are more > > fitting on how oth

Re: [PATCH 0/3] Add mcast event when hwsim radios are created and removed

2014-10-27 Thread Johannes Berg
On Mon, 2014-10-27 at 12:44 +0200, Jukka Rissanen wrote: > Hi, > > patch 1 renames HWSIM_CMD_CREATE_RADIO to HWSIM_CMD_NEW_RADIO and > HWSIM_CMD_DESTROY_RADIO to HWSIM_CMD_DEL_RADIO. They are more > fitting on how other pieces of the wireless system work. A define > to old name is provided for bac

[PATCH 0/3] Add mcast event when hwsim radios are created and removed

2014-10-27 Thread Jukka Rissanen
Hi, patch 1 renames HWSIM_CMD_CREATE_RADIO to HWSIM_CMD_NEW_RADIO and HWSIM_CMD_DESTROY_RADIO to HWSIM_CMD_DEL_RADIO. They are more fitting on how other pieces of the wireless system work. A define to old name is provided for backward compatibility. Patches 2 and 3 use the newly named enums and p