The drivers for RTL8723AE and RTL8723BE have some code in common. This commit copies the common power management routines into the shared code.
Signed-off-by: Larry Finger Signed-off-by: John W. Linville
rtl8723-common-objs := \ main.o \ dm_common.o \ fw_common.o \ phy_common.o obj-$(CONFIG_RTL8723_COMMON) += rtl8723-common.o ccflags-y += -D__CHECK_ENDIAN__