On Sun, 2012-11-25 at 20:00 +0100, Petr Štetiar wrote: > nl80211: CMD_FRAME freq=2457 wait=0 no_cck=0 no_ack=0 offchanok=0 > nl80211: Frame TX command accepted; cookie 0x81937c00 > Add randomness: count=39 entropy=38 > nl80211: Event message available > --> nl80211: MLME event 60 (NL80211_CMD_REGISTER_FRAME) That command string is wrong. 60 really is NL80211_CMD_FRAME_TX_STATUS. How did you print that string? The other one, 59, is NL80211_CMD_FRAME, not NL80211_CMD_SET_TX_BITRATE_MASK. It seems to me that you've messed up the nl80211.h header in either hostapd or the kernel. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html