2021-08-07 22:14 GMT, kemal : > for some reason, any command on rxoff7000 fails with > BAD_COMMAND. i didn't see anything wrong with command > data, and 7260 supports these, so i am kind of puzzled why it > happens. will look into it tommorow. i looked more into this. 3 things: 1. *only* settimeevent fails. the other errors are produced because driver does not reset the card after the error. 2. settimeevent does not have anything wrong in it's command data. so it's probably not caused by that. 3. apparently, time event command had an older api. it was removed from openbsd cuz apparently all supported fw versions support it, but i have a suspicion. what if *-17 actually requires the old api? in addition that change was added as a patch, perhaps it was not tested well. a diff is attached that now checks if card actually supports api v2, and if not send the command in the v1 format.