Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 23ed011e authored by Alwin Beukers's avatar Alwin Beukers Committed by Greg Kroah-Hartman
Browse files

staging: brcm80211: made NULL ethernet address const

parent d64bc7c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2646,7 +2646,7 @@ static void brcms_b_tx_fifo_resume(struct brcms_hardware *wlc_hw,


static void brcms_b_mute(struct brcms_hardware *wlc_hw, bool on, u32 flags)
static void brcms_b_mute(struct brcms_hardware *wlc_hw, bool on, u32 flags)
{
{
	u8 null_ether_addr[ETH_ALEN] = {0, 0, 0, 0, 0, 0};
	const u8 null_ether_addr[ETH_ALEN] = {0, 0, 0, 0, 0, 0};


	if (on) {
	if (on) {
		/* suspend tx fifos */
		/* suspend tx fifos */