Searched refs:REG_RULE (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
D | regd.c | 50 REG_RULE(2412-10, 2462+10, 40, 0, 20, 0) 57 REG_RULE(2467-10, 2472+10, 40, 0, 20,\ 61 REG_RULE(2484-10, 2484+10, 40, 0, 20, \ 68 REG_RULE(5150-10, 5350+10, 80, 0, 30, 0) 71 REG_RULE(5470-10, 5850+10, 80, 0, 30, 0) 74 REG_RULE(5725-10, 5850+10, 80, 0, 30, 0)
|
/linux-4.1.27/drivers/net/wireless/ath/ |
D | regd.c | 36 #define ATH9K_2GHZ_CH01_11 REG_RULE(2412-10, 2462+10, 40, 0, 20, 0) 39 #define ATH9K_2GHZ_CH12_13 REG_RULE(2467-10, 2472+10, 40, 0, 20,\ 41 #define ATH9K_2GHZ_CH14 REG_RULE(2484-10, 2484+10, 40, 0, 20,\ 46 #define ATH9K_5GHZ_5150_5350 REG_RULE(5150-10, 5350+10, 80, 0, 30,\ 48 #define ATH9K_5GHZ_5470_5850 REG_RULE(5470-10, 5850+10, 80, 0, 30,\ 50 #define ATH9K_5GHZ_5725_5850 REG_RULE(5725-10, 5850+10, 80, 0, 30,\
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
D | channel.c | 60 #define BRCM_2GHZ_2412_2462 REG_RULE(2412-10, 2462+10, 40, 0, 19, 0) 61 #define BRCM_2GHZ_2467_2472 REG_RULE(2467-10, 2472+10, 20, 0, 19, \ 64 #define BRCM_5GHZ_5180_5240 REG_RULE(5180-10, 5240+10, 40, 0, 21, \ 66 #define BRCM_5GHZ_5260_5320 REG_RULE(5260-10, 5320+10, 40, 0, 21, \ 69 #define BRCM_5GHZ_5500_5700 REG_RULE(5500-10, 5700+10, 40, 0, 21, \ 72 #define BRCM_5GHZ_5745_5825 REG_RULE(5745-10, 5825+10, 40, 0, 21, \
|
/linux-4.1.27/include/net/ |
D | regulatory.h | 224 #define REG_RULE(start, end, bw, gain, eirp, reg_flags) \ macro
|
/linux-4.1.27/Documentation/networking/ |
D | regulatory.txt | 159 REG_RULE(2412-20, 2484+20, 40, 6, 20, 0), 161 REG_RULE(5170-20, 5240+20, 40, 6, 20, 164 REG_RULE(5260-20, 5320+20, 40, 6, 20,
|
/linux-4.1.27/net/wireless/ |
D | reg.c | 238 REG_RULE(2412-10, 2462+10, 40, 6, 20, 0), 240 REG_RULE(2467-10, 2472+10, 40, 6, 20, 244 REG_RULE(2484-10, 2484+10, 20, 6, 20, 248 REG_RULE(5180-10, 5240+10, 160, 6, 20, 252 REG_RULE(5260-10, 5320+10, 160, 6, 20, 257 REG_RULE(5500-10, 5720+10, 160, 6, 20, 262 REG_RULE(5745-10, 5825+10, 80, 6, 20, 266 REG_RULE(56160+2160*1-1080, 56160+2160*3+1080, 2160, 0, 0, 0),
|
/linux-4.1.27/drivers/net/wireless/ |
D | mac80211_hwsim.c | 153 REG_RULE(2412-10, 2462+10, 40, 0, 20, 0), 154 REG_RULE(2484-10, 2484+10, 40, 0, 20, 0), 155 REG_RULE(5150-10, 5240+10, 40, 0, 30, 0), 156 REG_RULE(5745-10, 5825+10, 40, 0, 30, 0), 164 REG_RULE(2412-10, 2462+10, 40, 0, 20, 0), 165 REG_RULE(5725-10, 5850+10, 40, 0, 30,
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.c | 164 REG_RULE(2412-10, 2472+10, 40, 6, 20, 0), 169 REG_RULE(2484-10, 2484+10, 20, 6, 20, 0), 171 REG_RULE(5150-10, 5350+10, 80, 6, 20, 0), 173 REG_RULE(5470-10, 5850+10, 80, 6, 20, 0), }
|