Changeset 177
- Timestamp:
- Sep 3, 2010, 3:22:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
freebsd-mos-driver/if_mos.c
r176 r177 172 172 int mos_reg_write_2(struct mos_softc *, int, int); 173 173 int mos_readmac(struct mos_softc *, uint8_t *); 174 int mos_writemac(struct mos_softc *, u _char*);174 int mos_writemac(struct mos_softc *, uint8_t *); 175 175 int mos_write_mcast(struct mos_softc *, u_char *); 176 176 … … 375 375 376 376 int 377 mos_writemac(struct mos_softc *sc, u _char*mac)377 mos_writemac(struct mos_softc *sc, uint8_t *mac) 378 378 { 379 379 struct usb_device_request req; … … 989 989 * Write MAC address 990 990 */ 991 //mos_writemac(sc, sc->arpcom.ac_enaddr);991 mos_writemac(sc, IF_LLADDR(ifp)); 992 992 993 993
Note:
See TracChangeset
for help on using the changeset viewer.