OSDN Git Service

wlcore/wl12xx: move identify firmware function to a lower driver op
authorLuciano Coelho <coelho@ti.com>
Tue, 6 Dec 2011 20:24:57 +0000 (22:24 +0200)
committerLuciano Coelho <coelho@ti.com>
Thu, 12 Apr 2012 05:44:02 +0000 (08:44 +0300)
commit80cd661097f3cb1dcfe45cac983c55d03cdcf64d
tree1eadde17530e852e61ca9f127c5ebcfedc805951
parentba421f8f9266a5dda86fb8ce7b814336ae1edadc
wlcore/wl12xx: move identify firmware function to a lower driver op

Different chip families have different firmware versions, so we need
to identify the firmware to enable quirks, reject the used version
etc. in the lower drivers.  This commit turns the fw_ver_quirks
function into an identify_fw operation.

Signed-off-by: Luciano Coelho <coelho@ti.com>
drivers/net/wireless/ti/wl12xx/main.c
drivers/net/wireless/ti/wlcore/boot.c
drivers/net/wireless/ti/wlcore/hw_ops.h
drivers/net/wireless/ti/wlcore/wlcore.h