Amitkumar Karwar <akarwar@xxxxxxxxxxx> wrote: > From: Rajat Jain <rajatja@xxxxxxxxxx> > > Today all the interface drivers (usb/pcie/sdio) assign the > adapter->dev in the register_dev() callback, although they > have this piece of info well before hand. > > This patch makes the device structure available for mwifiex > right at the beginning, so that it can be used for early > initialization if needed. > > This is needed for subsequent patches in this patchset that > intend to unify and consolidate some of the code that would > otherwise have to be duplicated among the interface drivers > (sdio, pcie, usb). > > Signed-off-by: Rajat Jain <rajatja@xxxxxxxxxx> > Signed-off-by: Amitkumar Karwar <akarwar@xxxxxxxxxxx> 3 patches applied to wireless-drivers-next.git, thanks. 2e02b5814217 mwifiex: Allow mwifiex early access to device structure 5e28e5fbdcf0 mwifiex: Introduce mwifiex_probe_of() to parse common properties 853402a00823 mwifiex: Enable WoWLAN for both sdio and pcie -- https://patchwork.kernel.org/patch/9429835/ Documentation about submitting wireless patches and checking status from patchwork: https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches