RBUF_SIZE
if (w_length > RBUF_SIZE) {
*temp = cpu_to_le16(RBUF_SIZE);
w_length = RBUF_SIZE;
u8 rbuf[RBUF_SIZE];