]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
mwifiex: fix empty TX ring check for PCIe8897 while unloading driver
authorAvinash Patil <patila@marvell.com>
Sat, 16 Feb 2013 05:37:54 +0000 (21:37 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 18 Feb 2013 20:30:39 +0000 (15:30 -0500)
commit3d48203847c096afaddb2ba3c0623cfe49e91fa3
treeab81431f3f06ced7230883604e3608b6938224fb
parenta9908ebf5ceb044eee6d9fda018d33cbf27df719
mwifiex: fix empty TX ring check for PCIe8897 while unloading driver

While unloading driver, we free all pending TX packets by flushing
TX ring. There is unhandled case for PCIE8897 while checking for
ring empty condition.

This patch adds the handling by calling mwifiex_pcie_txbd_empty().

Signed-off-by: Avinash Patil <patila@marvell.com>
Signed-off-by: Yogesh Ashok Powar <yogeshp@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwifiex/pcie.c