]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4a1d695e579720f3bed59b53683d5df1800205f0
tree1eadde17530e852e61ca9f127c5ebcfedc805951
parent7d1a9bb38e658a882c4b2dfc80658a1e969388ce
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