Changeset 2459

Show
Ignore:
Timestamp:
06/15/07 06:53:44 (2 years ago)
Author:
mtaylor
Message:

Make rfkill default to 0, just in case it is enabled by the HAL by default.

Some people have had reported problems with this being a common solution. Just in case, it
should be disabled unless someone asks for it since it can cause the drivers to fail
mysteriously.

Files:

Legend:

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

    r2456 r2459  
    270270static char *autocreate = NULL; 
    271271static char *ratectl = DEF_RATE_CTL; 
    272 static int rfkill = -1
     272static int rfkill = 0
    273273#ifdef ATH_CAP_TPC 
    274274static int tpc = 0;