Hi, I'm still working on an extension of the carl9170 firmware to enable TX service time measurements. This implies the addition of a u32 field to carl9170_tx_superdesc to record the TSF value at the time the frame is received by the firmware. The problem with WoWLAN, more specifically with changes introduced by af915846d44d23adc02c7ded807282d607b46faa, is that adding that field makes carl9170_sram_reserved::cmd larger than CARL9170_MAX_CMD_LEN. I still don't see an easy way out other than disabling WoWLAN altogether. If anyone has any suggestion, I'd be happy to read it. BTW, I noticed something that may be a bug in wlan.c, in wlan_wol_connection_monitor(void)'s definition: memset(nullf, 0, sizeof(nullf)); Shouldn't that be memset(nullf, 0, sizeof *nullf); instead? Cheers, Ignacy -- To err is human, to moo bovine. -- 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