Changeset 1754
- Timestamp:
- 10/17/06 19:02:28 (2 years ago)
- Files:
-
- trunk/ath/if_ath.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ath/if_ath.c
r1752 r1754 290 290 #else 291 291 #include <linux/moduleparam.h> 292 module_param(countrycode, int, 0 );293 module_param(outdoor, int, 0 );294 module_param(xchanmode, int, 0 );295 module_param(rfkill, int, 0 );296 module_param(autocreate, charp, 0 );292 module_param(countrycode, int, 0600); 293 module_param(outdoor, int, 0600); 294 module_param(xchanmode, int, 0600); 295 module_param(rfkill, int, 0600); 296 module_param(autocreate, charp, 0600); 297 297 #endif 298 298 MODULE_PARM_DESC(countrycode, "Override default country code"); … … 307 307 MODULE_PARM(ath_debug, "i"); 308 308 #else 309 module_param(ath_debug, int, 0 );309 module_param(ath_debug, int, 0600); 310 310 #endif 311 311 MODULE_PARM_DESC(ath_debug, "Load-time debug output enable");
