]> Git Repo - linux.git/commit
mwifiex: Allow mwifiex early access to device structure
authorRajat Jain <[email protected]>
Tue, 15 Nov 2016 13:36:02 +0000 (19:06 +0530)
committerKalle Valo <[email protected]>
Sat, 19 Nov 2016 07:13:11 +0000 (09:13 +0200)
commit2e02b5814217b734fed1054aac4d1e256acbe6a9
tree2ddce83dbf045a292c9d8958aa2bb44c2bee8292
parent6b4480d109b0ae186a2b1e1d8c5e83de51a0497e
mwifiex: Allow mwifiex early access to device structure

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 <[email protected]>
Signed-off-by: Amitkumar Karwar <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
drivers/net/wireless/marvell/mwifiex/main.c
drivers/net/wireless/marvell/mwifiex/main.h
drivers/net/wireless/marvell/mwifiex/pcie.c
drivers/net/wireless/marvell/mwifiex/sdio.c
drivers/net/wireless/marvell/mwifiex/usb.c
This page took 0.060844 seconds and 4 git commands to generate.