Changeset 3726
- Timestamp:
- 06/16/08 10:50:30 (4 days ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
-
madwifi/trunk/ath_hal/ah_os.c
r3710 r3726 449 449 if (strncmp(static_label, "ATH5K_", 6) == 0) 450 450 static_label += 6; 451 snprintf(buf, buflen, static_label);451 snprintf(buf, buflen, static_label); 452 452 return AH_TRUE; 453 453 } -
madwifi/trunk/net80211/ieee80211_linux.c
r3710 r3726 381 381 #ifdef CONFIG_KMOD 382 382 int rv; 383 rv = request_module( modname);383 rv = request_module( modname); 384 384 if (rv < 0) 385 385 printk(KERN_ERR "failed to automatically load module: %s; " \