Re: [PATCH 2/2] net: qca_spi: clear IFF_TX_SKB_SHARING

2016-02-25 Thread David Miller
From: Stefan Wahren Date: Tue, 23 Feb 2016 19:23:24 + > ether_setup sets IFF_TX_SKB_SHARING but this is not supported by > qca_spi as it modifies the skb on xmit. > > Signed-off-by: Stefan Wahren > Fixes: 291ab06ecf67 (net: qualcomm: new Ethernet over SPI driver for QCA7000) Applied and qu

[PATCH 2/2] net: qca_spi: clear IFF_TX_SKB_SHARING

2016-02-23 Thread Stefan Wahren
ether_setup sets IFF_TX_SKB_SHARING but this is not supported by qca_spi as it modifies the skb on xmit. Signed-off-by: Stefan Wahren Fixes: 291ab06ecf67 (net: qualcomm: new Ethernet over SPI driver for QCA7000) --- drivers/net/ethernet/qualcomm/qca_spi.c |1 + 1 file changed, 1 insertion(+)