r8169: spinlock redux.
authorFrancois Romieu <romieu@fr.zoreil.com>
Tue, 31 Jan 2012 10:20:34 +0000 (11:20 +0100)
committerFrancois Romieu <romieu@fr.zoreil.com>
Tue, 31 Jan 2012 13:32:45 +0000 (14:32 +0100)
commit6c05d25267ebb371c4311de6904f740342e82f7c
tree5bda6183c1b7dcbe28f67aec3c54112c4f02e976
parent934714d088f35b81edafdce89397969baf77fb8a
r8169: spinlock redux.

rtl8169_get_regs operates under RTNL and rtl task mutex whereas
rtl_set_rx_mode is either called under RTNL or rtl task mutex protection.

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Cc: Hayes Wang <hayeswang@realtek.com>
drivers/net/ethernet/realtek/r8169.c