Changeset 1659
- Timestamp:
- 06/28/06 09:28:22 (3 years ago)
- Files:
-
- trunk/ath/if_ath.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ath/if_ath.c
r1639 r1659 249 249 */ 250 250 static int ath_countrycode = CTRY_DEFAULT; /* country code */ 251 static int ath_regdomain = 0; /* regulatory domain */252 251 static int ath_outdoor = AH_FALSE; /* enable outdoor use */ 253 252 static int ath_xchanmode = AH_TRUE; /* enable extended channels */ … … 9518 9517 }, 9519 9518 { .ctl_name = CTL_AUTO, 9520 .procname = "regdomain",9521 .mode = 0444,9522 .data = &ath_regdomain,9523 .maxlen = sizeof(ath_regdomain),9524 .proc_handler = proc_dointvec9525 },9526 { .ctl_name = CTL_AUTO,9527 9519 .procname = "outdoor", 9528 9520 .mode = 0444,
