Re: [PATCH 2/3] libertas_tf: don't defer firmware loading until start()

2019-02-11 Thread Steve deRosier
On Sun, Feb 10, 2019 at 11:52 AM Lubomir Rintel wrote: > > In order to be able to get a MAC address before we register the device > with ieee80211 we'll need to load the firmware way earlier. > > There seems to be one problem with this: the device seems to start > with radio enabled and starts sen

[PATCH 2/3] libertas_tf: don't defer firmware loading until start()

2019-02-10 Thread Lubomir Rintel
In order to be able to get a MAC address before we register the device with ieee80211 we'll need to load the firmware way earlier. There seems to be one problem with this: the device seems to start with radio enabled and starts sending in frames right after the firmware load finishes. This might b