diff options
-rw-r--r-- | drivers/net/wireless/ath/ath5k/eeprom.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/drivers/net/wireless/ath/ath5k/eeprom.h b/drivers/net/wireless/ath/ath5k/eeprom.h index d46f1056f447..6511c27d938e 100644 --- a/drivers/net/wireless/ath/ath5k/eeprom.h +++ b/drivers/net/wireless/ath/ath5k/eeprom.h | |||
@@ -268,29 +268,6 @@ enum ath5k_ctl_mode { | |||
268 | AR5K_CTL_MODE_M = 15, | 268 | AR5K_CTL_MODE_M = 15, |
269 | }; | 269 | }; |
270 | 270 | ||
271 | /* Default CTL ids for the 3 main reg domains. | ||
272 | * Atheros only uses these by default but vendors | ||
273 | * can have up to 32 different CTLs for different | ||
274 | * scenarios. Note that theese values are ORed with | ||
275 | * the mode id (above) so we can have up to 24 CTL | ||
276 | * datasets out of these 3 main regdomains. That leaves | ||
277 | * 8 ids that can be used by vendors and since 0x20 is | ||
278 | * missing from HAL sources i guess this is the set of | ||
279 | * custom CTLs vendors can use. */ | ||
280 | #define AR5K_CTL_FCC 0x10 | ||
281 | #define AR5K_CTL_CUSTOM 0x20 | ||
282 | #define AR5K_CTL_ETSI 0x30 | ||
283 | #define AR5K_CTL_MKK 0x40 | ||
284 | |||
285 | /* Indicates a CTL with only mode set and | ||
286 | * no reg domain mapping, such CTLs are used | ||
287 | * for world roaming domains or simply when | ||
288 | * a reg domain is not set */ | ||
289 | #define AR5K_CTL_NO_REGDOMAIN 0xf0 | ||
290 | |||
291 | /* Indicates an empty (invalid) CTL */ | ||
292 | #define AR5K_CTL_NO_CTL 0xff | ||
293 | |||
294 | /* Per channel calibration data, used for power table setup */ | 271 | /* Per channel calibration data, used for power table setup */ |
295 | struct ath5k_chan_pcal_info_rf5111 { | 272 | struct ath5k_chan_pcal_info_rf5111 { |
296 | /* Power levels in half dbm units | 273 | /* Power levels in half dbm units |