Searched refs:MRVDRV_MAX_REGION_CODE (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Ddefs.h173 #define MRVDRV_MAX_REGION_CODE 6 macro
305 extern u16 lbs_region_code_to_index[MRVDRV_MAX_REGION_CODE];
H A Dcmd.c133 for (i = 0; i < MRVDRV_MAX_REGION_CODE; i++) {
140 if (i >= MRVDRV_MAX_REGION_CODE) {
H A Dmain.c46 u16 lbs_region_code_to_index[MRVDRV_MAX_REGION_CODE] =
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas_tf/
H A Dcmd.c25 static u16 lbtf_region_code_to_index[MRVDRV_MAX_REGION_CODE] =
120 for (i = 0; i < MRVDRV_MAX_REGION_CODE; i++) {
127 if (i >= MRVDRV_MAX_REGION_CODE) {
H A Dlibertas_tf.h113 #define MRVDRV_MAX_REGION_CODE 6 macro

Completed in 55 milliseconds