Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- patches/collateral-evolutions/network/0001-netdev_ops/mwifiex.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/collateral-evolutions/network/0001-netdev_ops/mwifiex.patch b/patches/collateral-evolutions/network/0001-netdev_ops/mwifiex.patch index 74f2c8e..9780e99 100644 --- a/patches/collateral-evolutions/network/0001-netdev_ops/mwifiex.patch +++ b/patches/collateral-evolutions/network/0001-netdev_ops/mwifiex.patch @@ -6,6 +6,6 @@ { - dev->netdev_ops = &mwifiex_netdev_ops; + netdev_attach_ops(dev, &mwifiex_netdev_ops); + dev->destructor = free_netdev; /* Initialize private structure */ priv->current_key_index = 0; - priv->media_connected = false; -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html