MIPS: APRP: Add RTLX API support for CMP platforms.
This patch adds RTLX API support for platforms having a CMP. Signed-off-by: Deng-Cheng Zhu <dengcheng.zhu@imgtec.com> Signed-off-by: Steven J. Hill <Steven.Hill@imgtec.com> Reviewed-by: Qais Yousef <Qais.Yousef@imgtec.com> Patchwork: http://patchwork.linux-mips.org/patch/6095/ Reviewed-by: John Crispin <blogic@openwrt.org>
This commit is contained in:

committed by
Ralf Baechle

parent
2c973ef0cc
commit
da615cf603
@@ -78,6 +78,7 @@ struct rtlx_channel {
|
||||
extern struct rtlx_info {
|
||||
unsigned long id;
|
||||
enum rtlx_state state;
|
||||
int ap_int_pending; /* Status of 0 or 1 for CONFIG_MIPS_CMP only */
|
||||
|
||||
struct rtlx_channel channel[RTLX_CHANNELS];
|
||||
} *rtlx;
|
||||
|
Reference in New Issue
Block a user