commit | 6ccea75e701d5d452b674dd5550c0caceccb5d56 | [log] [tgz] |
---|---|---|
author | Avinash Patil <patila@marvell.com> | Tue Jan 22 16:29:03 2013 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Jan 30 15:06:39 2013 -0500 |
tree | a9a773c45f5cf92e1615dd70be5d9e7d21f04613 | |
parent | def64521572d8330bfa6d855e278507100fdf180 [diff] |
mwifiex: fix invalid access of PCIe RxBD ring buffer descriptor This patch fixes invalid access of RxBD ring buffer descriptor's length and flag inside PCIe send_data_complete() routine. We are supposed to modify TxBD buffer descriptor's length and flag here. Signed-off-by: Avinash Patil <patila@marvell.com> Signed-off-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>