bna: use netdev_rss_key_fill() helper
authorEric Dumazet <edumazet@google.com>
Sun, 16 Nov 2014 14:23:09 +0000 (06:23 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 16 Nov 2014 20:59:11 +0000 (15:59 -0500)
Use netdev_rss_key_fill() helper, as it provides better support for some
bonding setups.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Rasesh Mody <rasesh.mody@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/brocade/bna/bnad.c

index c3861de9dc811a9a975e08f19e7906fc45139e29..323721838cf93e7d75e498cd98ab2cf1d78a3233 100644 (file)
@@ -2054,7 +2054,7 @@ bnad_init_rx_config(struct bnad *bnad, struct bna_rx_config *rx_config)
                                 BFI_ENET_RSS_IPV4_TCP);
                rx_config->rss_config.hash_mask =
                                bnad->num_rxp_per_rx - 1;
-               get_random_bytes(rx_config->rss_config.toeplitz_hash_key,
+               netdev_rss_key_fill(rx_config->rss_config.toeplitz_hash_key,
                        sizeof(rx_config->rss_config.toeplitz_hash_key));
        } else {
                rx_config->rss_status = BNA_STATUS_T_DISABLED;