Re: [PATCH v2 1/3] libertas_tf: move hardware callbacks to a separate structure

2019-02-20 Thread Kalle Valo
Lubomir Rintel wrote: > We'll need to talk to the firmware to get a hardware address before > device is registered with ieee80211 subsystem at the end of > lbtf_add_card(). Hooking the callbacks after that is too late. > > Signed-off-by: Lubomir Rintel 3 patches applied to

[PATCH v2 1/3] libertas_tf: move hardware callbacks to a separate structure

2019-02-20 Thread Lubomir Rintel
We'll need to talk to the firmware to get a hardware address before device is registered with ieee80211 subsystem at the end of lbtf_add_card(). Hooking the callbacks after that is too late. Signed-off-by: Lubomir Rintel --- drivers/net/wireless/marvell/libertas_tf/cmd.c | 2 +-