CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2013/02/04 16:13:41
Modified files: sys/dev/usb : if_rsu.c Log message: The firmware isn't always happy with the length of the "join BSS" command that we send. It seems to want some extra padding, but it isn't entirely clear how much. So pass the size of the entire buffer that we allocate for this command instead, which seems to always work. ok stsp@