#316: [1399] seems to break hostapd
------------------------------+---------------------------------------------
Reporter: dimitris | Owner:
Type: defect | Status: new
Priority: major | Milestone:
Component: madwifi: driver | Version: trunk
Resolution: | Keywords:
------------------------------+---------------------------------------------
Comment (by anonymous):
For readability, the difference seems to be that with [1399]:
{{{
ioctl(3, SIOCGIWRANGE, 0xbf8ea880) = 0
socket(PF_NETLINK, SOCK_RAW, 0) = 5
bind(5, {sa_family=AF_NETLINK, pid=0, groups=00000001}, 12) = 0
write(1, "Flushing old station entries\n", 29Flushing old station entries
) = 29
write(1, "madwifi_sta_deauth: addr=ff:ff:f"..., 57madwifi_sta_deauth:
addr=ff:ff:ff:ff:ff:ff reason_code=3
) = 57
ioctl(3, 0x8bf0, 0xbf8ea80c) = -1 EINVAL (Invalid argument)
}}}
whereas, with [1390]:
{{{
ioctl(3, SIOCGIWRANGE, 0xbf963410) = 0
socket(PF_NETLINK, SOCK_RAW, 0) = 5
bind(5, {sa_family=AF_NETLINK, pid=0, groups=00000001}, 12) = 0
write(1, "Flushing old station entries\n", 29Flushing old station entries
) = 29
write(1, "madwifi_sta_deauth: addr=ff:ff:f"..., 57madwifi_sta_deauth:
addr=ff:ff:ff:ff:ff:ff reason_code=3
) = 57
ioctl(3, 0x8bf0, 0xbf96339c) = 0
}}}
--
Ticket URL: <http://madwifi.org/ticket/316>
MadWifi <http://madwifi.org/>
Multiband Atheros Driver for Wireless Fidelity