Re: [PATCH] mac80211_hwsim: correctly register the platform driver

2013-04-24 Thread Johannes Berg
On Wed, 2013-04-24 at 00:40 -0400, Sasha Levin wrote: > Not registering a platform_driver would make us access garbage > when the platform callbacks under driver_register() kicks in. Applied, thanks. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

Re: [PATCH] mac80211_hwsim: correctly register the platform driver

2013-04-24 Thread Martin Pitt
Hello Sasha, Sasha Levin [2013-04-24 0:40 -0400]: > Not registering a platform_driver would make us access garbage > when the platform callbacks under driver_register() kicks in. > > Signed-off-by: Sasha Levin Ah, thanks for catching this! I applied that patch and verified that it still works

Re: [PATCH] mac80211_hwsim: correctly register the platform driver

2013-04-24 Thread Martin Pitt
Hello Sasha, Sasha Levin [2013-04-24 0:40 -0400]: Not registering a platform_driver would make us access garbage when the platform callbacks under driver_register() kicks in. Signed-off-by: Sasha Levin sasha.le...@oracle.com Ah, thanks for catching this! I applied that patch and verified

Re: [PATCH] mac80211_hwsim: correctly register the platform driver

2013-04-24 Thread Johannes Berg
On Wed, 2013-04-24 at 00:40 -0400, Sasha Levin wrote: Not registering a platform_driver would make us access garbage when the platform callbacks under driver_register() kicks in. Applied, thanks. johannes -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of

[PATCH] mac80211_hwsim: correctly register the platform driver

2013-04-23 Thread Sasha Levin
Not registering a platform_driver would make us access garbage when the platform callbacks under driver_register() kicks in. Signed-off-by: Sasha Levin --- drivers/net/wireless/mac80211_hwsim.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git

[PATCH] mac80211_hwsim: correctly register the platform driver

2013-04-23 Thread Sasha Levin
Not registering a platform_driver would make us access garbage when the platform callbacks under driver_register() kicks in. Signed-off-by: Sasha Levin sasha.le...@oracle.com --- drivers/net/wireless/mac80211_hwsim.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff