diff options
author | Joe Perches <joe@perches.com> | 2018-03-21 11:32:52 +0100 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2018-03-29 11:10:26 +0200 |
commit | a72c92629108bb8ad756f31b74791c51e1de2af4 (patch) | |
tree | 4b6838e857bacd9673173f7700389cf3f62a3d0a /drivers/net/wireless/ath/ath.h | |
parent | ath10k: fix vdev stats for 10.4 firmware (diff) | |
download | linux-a72c92629108bb8ad756f31b74791c51e1de2af4.tar.xz linux-a72c92629108bb8ad756f31b74791c51e1de2af4.zip |
ath: Remove unnecessary ath_bcast_mac and use eth_broadcast_addr
Remove the static array and use the generic routine to set the
Ethernet broadcast address.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ath/ath.h')
-rw-r--r-- | drivers/net/wireless/ath/ath.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath.h b/drivers/net/wireless/ath/ath.h index f3f2784f6ebd..7a364eca46d6 100644 --- a/drivers/net/wireless/ath/ath.h +++ b/drivers/net/wireless/ath/ath.h @@ -33,8 +33,6 @@ */ #define ATH_KEYMAX 128 /* max key cache size we handle */ -static const u8 ath_bcast_mac[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; - struct ath_ani { bool caldone; unsigned int longcal_timer; |