commit | 7fe3b3abb5da3a105d87640db693c41259138294 | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Fri Sep 26 16:40:22 2014 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Sep 30 13:17:14 2014 -0400 |
tree | 74f78aaa94eaab6dad0278bfee9a88950523674b | |
parent | a0196d111707d8b79196a40295f3935c5fa339eb [diff] |
rtlwifi: rtl8188ee: rtl8821ae: Fix a queue locking problem The code fails to lock the skb queue, which leads to a number of problems. This patch also fixes a Sparse warning about using a memset of 1 byte. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Cc: troy_tan@realsil.com.cn Signed-off-by: John W. Linville <linville@tuxdriver.com>