staging: hv: Fix GARP not sent after Quick Migration
authorHaiyang Zhang <haiyangz@microsoft.com>
Wed, 6 Apr 2011 22:18:00 +0000 (15:18 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 6 Apr 2011 22:44:05 +0000 (15:44 -0700)
commitc996edcf1c451b81740abbcca5257ed7e353fcc6
treecb01c7e8c50eb3b8c380ff890c024c4f2a56f102
parent6a6ec6233403ecdad0c042276e4479ca23716b1c
staging: hv: Fix GARP not sent after Quick Migration

After Quick Migration, the network is not immediately operational in the
current context when receiving RNDIS_STATUS_MEDIA_CONNECT event. So, I added
another netif_notify_peers() into a scheduled work, otherwise GARP packet will
not be sent after quick migration, and cause network disconnection.

Thanks to Mike Surcouf <mike@surcouf.co.uk> for reporting the bug and
testing the patch.

Reported-by: Mike Surcouf <mike@surcouf.co.uk>
Tested-by: Mike Surcouf <mike@surcouf.co.uk>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/netvsc_drv.c