vxlan: fix incorrect type
authorJiri Benc <jbenc@redhat.com>
Mon, 11 Apr 2016 15:06:08 +0000 (17:06 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 11 Apr 2016 19:01:56 +0000 (15:01 -0400)
commit61618eeac3e6165684895481c4f58ea879c3d616
treeff2e8e2703844316221641dc7c45b4c2c0536138
parente0897ae3ec720b1653d4ff9aaf48b532c276ab63
vxlan: fix incorrect type

The protocol is 16bit, not 32bit.

Fixes: e1e5314de08ba ("vxlan: implement GPE")
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Jiri Benc <jbenc@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c