Herton Ronaldo Krzesinski wrote: > Realtek 8187B has a receive command queue to feedback beacon interrupt > and transmitted packet status. Use it to feedback mac80211 about status > of transmitted packets. Unfortunately in the course of testing I found > that the sequence number reported by hardware includes entire sequence > control in a 12 bit only field, so a workaround is done to check only > lowest bits. > > Signed-off-by: Herton Ronaldo Krzesinski <herton@xxxxxxxxxxxxxxx> Tested-by: Larry Finger <Larry.Finger@xxxxxxxxxxxx> Quilt shows the following warning: Warning: trailing whitespace in lines 438,468 of drivers/net/wireless/rtl8187_dev.c scripts/checkpatch shows the following: WARNING: line over 80 characters #138: FILE: drivers/net/wireless/rtl8187_dev.c:475: + if ((le16_to_cpu(ieee80211hdr->seq_ctrl) & 0xFFF) == seq_no) total: 0 errors, 1 warnings, 173 lines checked Larry -- 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