Changeset 74592b4 in freewrt for target/linux


Ignore:
Timestamp:
Jun 19, 2006, 12:56:53 AM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
f2bcc47
Parents:
6dfd6b9
Message:

fix bug in new system code, thx nbd providing a fix for it, use memset instead of bzero in wlcompat.c

git-svn-id: svn://www.freewrt.org/trunk/freewrt@134 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
target/linux
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • target/linux/brcm-2.4/patches/001-bcm47xx.patch

    r6dfd6b9 r74592b4  
    1172411724+       }
    1172511725+
    11726 +       if ((chip == 0x4710) && (chiprev == 0))
     11726+       if ((chip == 0x4310) && (chiprev == 0))
    1172711727+               pci_disabled = TRUE;
    1172811728+       
  • target/linux/package/wlcompat/wlcompat.c

    r6dfd6b9 r74592b4  
    140140
    141141        range = (struct iw_range *) extra;
    142         bzero(extra, sizeof(struct iw_range));
     142        memset(extra, 0, sizeof(struct iw_range));
    143143
    144144        range->we_version_compiled = WIRELESS_EXT;
Note: See TracChangeset for help on using the changeset viewer.