diff options
author | 2011-05-11 19:47:11 -0700 | |
---|---|---|
committer | 2011-05-12 14:10:50 -0400 | |
commit | 406a39ec00992090cda034625e176504eb7a71f9 (patch) | |
tree | 18fe8059db8e714e1ec9bb8308177b4af1d8c634 /net/wireless/scan.c | |
parent | bcma: pci: trivial: correct amount of maximum retries (diff) | |
download | wireguard-linux-406a39ec00992090cda034625e176504eb7a71f9.tar.xz wireguard-linux-406a39ec00992090cda034625e176504eb7a71f9.zip |
mwifiex: remove mwifiex_recv_complete function
The function
- increments dropped rx_packet count if status code
passed to it is "-1".
- frees SKB buffer.
But currently the function is being called with "0" status code.
This patch replaces above function by dev_kfree_skb_any() call.
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/wireless/scan.c')
0 files changed, 0 insertions, 0 deletions