commit | 90852f7aed0f90d443efd7e0f9b82d8ac8186848 | [log] [tgz] |
---|---|---|
author | Lennert Buytenhek <buytenh@wantstofly.org> | Sat Jan 02 10:31:42 2010 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Jan 04 16:09:48 2010 -0500 |
tree | 07c7daa265dd6c2cfed47dceb912f8c6aae50c0b | |
parent | 13bda1225072f26603d3aeefc1f14c18b2ab29cd [diff] |
mwl8k: fix configure_filter() memory leak on error If there was an error acquiring the firmware lock in mwl8k_configure_filter(), we would end up leaking the multicast command packet prepared by mwl8k_prepare_multicast(). Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>