Home
last modified time | relevance | path

Searched refs:chflags (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmdresp.c1050 u8 chflags, prev_chflags = 0, valid_rules = 0; in mwifiex_create_custom_regdomain() local
1068 chflags = *buf++; in mwifiex_create_custom_regdomain()
1073 if (chflags & MWIFIEX_CHANNEL_DISABLED) in mwifiex_create_custom_regdomain()
1077 if (!(chflags & MWIFIEX_CHANNEL_NOHT80)) in mwifiex_create_custom_regdomain()
1079 else if (!(chflags & MWIFIEX_CHANNEL_NOHT40)) in mwifiex_create_custom_regdomain()
1084 if (!(chflags & MWIFIEX_CHANNEL_NOHT40)) in mwifiex_create_custom_regdomain()
1090 if (idx == 0 || prev_chflags != chflags || prev_bw != bw || in mwifiex_create_custom_regdomain()
1100 prev_chflags = chflags; in mwifiex_create_custom_regdomain()
1110 if (chflags & MWIFIEX_CHANNEL_PASSIVE) in mwifiex_create_custom_regdomain()
1113 if (chflags & MWIFIEX_CHANNEL_DFS) in mwifiex_create_custom_regdomain()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.c51 #define CHAN2GHZ(channel, freqency, chflags) { \ argument
55 .flags = chflags, \
60 #define CHAN5GHZ(channel, chflags) { \ argument
64 .flags = chflags, \