tech-net archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
iwm
I have got this far:
iwm0 at pci0 dev 20 function 3: Intel Dual Band Wireless AC 9560 (rev. 0x30)
but
# ifconfig iwm0
iwm0: flags=0x8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
address: 02:00:00:00:00:00
led me (probably inaccurately) to
if_iwm.c:
#if 0
ieee80211_ifattach(ic);
#else
/*
* XXX
* To avoid setting ifp->if_hwdl in if_set_sadl(), we fake
* ic->ic_myaddr as local address.
*/
ic->ic_myaddr[0] = 0x02;
ether_ifattach(ifp, ic->ic_myaddr); /* XXX */
#endif
Anyone know the story of the XXXs ?
Cheers,
Patrick
Home |
Main Index |
Thread Index |
Old Index