diff options
author | Stephen Hemminger <sthemmin@microsoft.com> | 2016-08-23 12:17:45 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-08-23 12:05:36 -0700 |
commit | 9477386687354f2aa8f4843170b7093c6dd1eb37 (patch) | |
tree | 3ad2ae78d39d1c5aac488bd3e9fe35378abc6a94 /drivers/net/hyperv/hyperv_net.h | |
parent | 8737caafd16790c654f1fb8564abcf6e1f3ffe19 (diff) | |
download | blackbird-obmc-linux-9477386687354f2aa8f4843170b7093c6dd1eb37.tar.gz blackbird-obmc-linux-9477386687354f2aa8f4843170b7093c6dd1eb37.zip |
hv_netvsc: make RSS hash key static
Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/hyperv/hyperv_net.h')
-rw-r--r-- | drivers/net/hyperv/hyperv_net.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/hyperv/hyperv_net.h b/drivers/net/hyperv/hyperv_net.h index ce45d6835e88..b58e5592a5d5 100644 --- a/drivers/net/hyperv/hyperv_net.h +++ b/drivers/net/hyperv/hyperv_net.h @@ -84,8 +84,6 @@ struct ndis_recv_scale_cap { /* NDIS_RECEIVE_SCALE_CAPABILITIES */ #define NDIS_RSS_HASH_SECRET_KEY_MAX_SIZE_REVISION_2 40 #define ITAB_NUM 128 -#define HASH_KEYLEN NDIS_RSS_HASH_SECRET_KEY_MAX_SIZE_REVISION_2 -extern u8 netvsc_hash_key[]; struct ndis_recv_scale_param { /* NDIS_RECEIVE_SCALE_PARAMETERS */ struct ndis_obj_header hdr; |