Changeset 74592b4 in freewrt for target/linux
- Timestamp:
- Jun 19, 2006, 12:56:53 AM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- f2bcc47
- Parents:
- 6dfd6b9
- Location:
- target/linux
- Files:
-
- 2 edited
-
brcm-2.4/patches/001-bcm47xx.patch (modified) (1 diff)
-
package/wlcompat/wlcompat.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
target/linux/brcm-2.4/patches/001-bcm47xx.patch
r6dfd6b9 r74592b4 11724 11724 + } 11725 11725 + 11726 + if ((chip == 0x4 710) && (chiprev == 0))11726 + if ((chip == 0x4310) && (chiprev == 0)) 11727 11727 + pci_disabled = TRUE; 11728 11728 + -
target/linux/package/wlcompat/wlcompat.c
r6dfd6b9 r74592b4 140 140 141 141 range = (struct iw_range *) extra; 142 bzero(extra, sizeof(struct iw_range));142 memset(extra, 0, sizeof(struct iw_range)); 143 143 144 144 range->we_version_compiled = WIRELESS_EXT;
Note:
See TracChangeset
for help on using the changeset viewer.
