Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorK. Y. Srinivasan <kys@microsoft.com>2012-12-01 18:46:56 +0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-17 23:41:49 +0400
commit2a5c43a821b3b26e6af1cdb987b4daeba6f13a6f (patch)
tree52b171885b466407aebb5cc4ad8030915fa011d4 /drivers
parent5ab05951c586a2ed9e19a3ed8c437346bfabbfb7 (diff)
Drivers: hv: Enable protocol negotiation with win8 hosts
Now that we have implemented all of the Win8 (WS2012) functionality, negotiate Win8 protocol with the host. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Reviewed-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/hv/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hv/connection.c b/drivers/hv/connection.c
index ac71653abb77..3965537a659d 100644
--- a/drivers/hv/connection.c
+++ b/drivers/hv/connection.c
@@ -194,7 +194,7 @@ int vmbus_connect(void)
* version.
*/
- version = VERSION_WS2008;
+ version = VERSION_CURRENT;
do {
ret = vmbus_negotiate_version(msginfo, version);