Re: [PATCH 1/2] net: qca_spi: Don't clear IFF_BROADCAST

2016-02-25 Thread David Miller
From: Stefan Wahren Date: Tue, 23 Feb 2016 19:23:23 + > Currently qcaspi_netdev_setup accidentally clears IFF_BROADCAST. > So fix this by keeping the flags from ether_setup. > > Reported-by: Michael Heimpold > Signed-off-by: Stefan Wahren > Fixes: 291ab06ecf67 (net: qualcomm: new Ethernet

[PATCH 1/2] net: qca_spi: Don't clear IFF_BROADCAST

2016-02-23 Thread Stefan Wahren
Currently qcaspi_netdev_setup accidentally clears IFF_BROADCAST. So fix this by keeping the flags from ether_setup. Reported-by: Michael Heimpold Signed-off-by: Stefan Wahren Fixes: 291ab06ecf67 (net: qualcomm: new Ethernet over SPI driver for QCA7000) --- drivers/net/ethernet/qualcomm/qca_spi.