Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework DXE mask #91

Open
KrasnikovEugene opened this issue Jul 22, 2013 · 0 comments
Open

Rework DXE mask #91

KrasnikovEugene opened this issue Jul 22, 2013 · 0 comments

Comments

@KrasnikovEugene
Copy link
Owner

Duplicated enum

/* Interrupt control channel mask */

define WCN36XX_INT_MASK_CHAN_TX_L 0x00000001

define WCN36XX_INT_MASK_CHAN_RX_L 0x00000002

define WCN36XX_INT_MASK_CHAN_RX_H 0x00000008

define WCN36XX_INT_MASK_CHAN_TX_H 0x00000010

is the same as

define WCN36XX_DXE_INT_CH4_MASK 0x00000010

define WCN36XX_DXE_INT_CH3_MASK 0x00000008

/* #define WCN36XX_DXE_INT_CH2_MASK 0x00000004 */

define WCN36XX_DXE_INT_CH1_MASK 0x00000002

define WCN36XX_DXE_INT_CH0_MASK 0x00000001

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant