]> git.baikalelectronics.ru Git - kernel.git/commit
rtl8180: introduce functions for setting ANAPARAM 2 and 3 params
authorAndrea Merello <andrea.merello@gmail.com>
Wed, 26 Mar 2014 20:02:05 +0000 (21:02 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 27 Mar 2014 18:20:08 +0000 (14:20 -0400)
commitc17629a01a9da84af2d5bc0a19f1a9f9d226afb9
treed3596097c4113e4c4b7ff0dacd69c78aafda0bdc
parentd6976a9fa31a7a743de4f448b6bede386862c671
rtl8180: introduce functions for setting ANAPARAM 2 and 3 params

rtl8180 has one register for analog converters setting ,rtl8185 has
two and rtl8187se has three.
Setting those registers require more than a simple write, and for
one of them a function is already provided.
This patch introduces functions for the other two.
rtl8187se will use them. rtl8185 doesen't yet, but should

Signed-off-by: Andrea Merello <andrea.merello@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rtl818x/rtl8180/dev.c
drivers/net/wireless/rtl818x/rtl8180/rtl8180.h
drivers/net/wireless/rtl818x/rtl8180/rtl8225.c