Changeset 1659

Show
Ignore:
Timestamp:
06/28/06 09:28:22 (3 years ago)
Author:
proski
Message:

Remove bogus dev.ath.regdomain setting

There is no such thing as module-global regdomain. Regulatory domain is
hardcoded in every card and cannot be overridden by any global settings.
The implementation of dev.ath.regdomain was missing anyway - it would
always be 0, even if dev.wifi0.regdomain is not.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ath/if_ath.c

    r1639 r1659  
    249249                                                                 */ 
    250250static int ath_countrycode = CTRY_DEFAULT;      /* country code */ 
    251 static int ath_regdomain = 0;                   /* regulatory domain */ 
    252251static int ath_outdoor = AH_FALSE;              /* enable outdoor use */ 
    253252static int ath_xchanmode = AH_TRUE;             /* enable extended channels */ 
     
    95189517        }, 
    95199518        { .ctl_name     = CTL_AUTO, 
    9520           .procname     = "regdomain", 
    9521           .mode         = 0444, 
    9522           .data         = &ath_regdomain, 
    9523           .maxlen       = sizeof(ath_regdomain), 
    9524           .proc_handler = proc_dointvec 
    9525         }, 
    9526         { .ctl_name     = CTL_AUTO, 
    95279519          .procname     = "outdoor", 
    95289520          .mode         = 0444,