OSDN Git Service

rt2x00: rt2800lib: introduce local EEPROM access functions
authorGabor Juhos <juhosg@openwrt.org>
Mon, 8 Jul 2013 09:25:53 +0000 (11:25 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 22 Jul 2013 20:54:27 +0000 (16:54 -0400)
commit3e38d3daf881a78ac13e93504a8ac5777040797e
tree1e9126309f3138bcbb5cf5065efb0469e502df76
parent8951b79a4e6d8228babf56ae79a345e4abc5ac82
rt2x00: rt2800lib: introduce local EEPROM access functions

The patch adds rt2800 specific functions for
EEPROM data access and changes the code to use
these instead of the generic rt2x00_eeprom_*
variants.

To avoid functional changes, the new functions
are wrappers around the corresponding generic
rt2x00_eeprom_* routines for now. Functional
changes will be implemented in additional patches.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Acked-by: Stanislaw Gruszka <stf_xl@wp.pl>
Acked-by: Gertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2800lib.c