mbox series

[0/3] Handle DEL/ADD_MAC_ADDR events

Message ID 20230628202033.2320994-1-prestwoj@gmail.com (mailing list archive)
Headers show
Series Handle DEL/ADD_MAC_ADDR events | expand

Message

James Prestwood June 28, 2023, 8:20 p.m. UTC
So this did work all along, I was just looking at it the wrong way.
 - Scan randomization now works with hwsim
 - Radios can be moved to another namespace and still work correctly
   with hwsim

James Prestwood (3):
  hwsim: add ADD/DEL_MAC_ADDR events
  hwsim: move frame processing into a separate function
  hwsim: handle ADD/DEL_MAC_ADDR events

 tools/hwsim.c | 164 ++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 158 insertions(+), 6 deletions(-)

Comments

Denis Kenzior July 6, 2023, 3:04 a.m. UTC | #1
Hi James,

On 6/28/23 15:20, James Prestwood wrote:
> So this did work all along, I was just looking at it the wrong way.
>   - Scan randomization now works with hwsim
>   - Radios can be moved to another namespace and still work correctly
>     with hwsim
> 
> James Prestwood (3):
>    hwsim: add ADD/DEL_MAC_ADDR events
>    hwsim: move frame processing into a separate function
>    hwsim: handle ADD/DEL_MAC_ADDR events
> 
>   tools/hwsim.c | 164 ++++++++++++++++++++++++++++++++++++++++++++++++--
>   1 file changed, 158 insertions(+), 6 deletions(-)
> 

Patch 1 & 2 applied, thanks.

Regards,
-Denis