On Sun, 2007-07-15 at 17:09 -0700, Michael Wu wrote: > > - priv->hwaddr = conf->mac_addr; > + priv->hwaddr = conf->mac_addr ? conf->mac_addr : dev->wiphy->perm_addr; Do you allow monitor mode? If so, this isn't correct unless the hardware is explicitly told to not do anything (most hw doesn't and we use a zero mac addr for that). conf->mac_addr is NULL in monitor mode for a reason: we don't want to have any mac address so we don't ACK packets. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part