summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/b43/phy_common.h
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2014-05-18 01:24:54 +0400
committerJohn W. Linville <linville@tuxdriver.com>2014-05-20 00:42:14 +0400
commitb60c3c2fdf524e9fb3cbe6b12c2c4c6d8f4febf4 (patch)
tree3b7150651149a33035e9fd67df574f016c044d44 /drivers/net/wireless/b43/phy_common.h
parent0f68423f63446e7db46487e99c2c2e2382485218 (diff)
downloadlinux-b60c3c2fdf524e9fb3cbe6b12c2c4c6d8f4febf4.tar.xz
b43: move PHY reset code into PHY specific file
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43/phy_common.h')
-rw-r--r--drivers/net/wireless/b43/phy_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/phy_common.h b/drivers/net/wireless/b43/phy_common.h
index f1b999349876..4f0fcec5b033 100644
--- a/drivers/net/wireless/b43/phy_common.h
+++ b/drivers/net/wireless/b43/phy_common.h
@@ -390,6 +390,8 @@ void b43_phy_lock(struct b43_wldev *dev);
*/
void b43_phy_unlock(struct b43_wldev *dev);
+void b43_phy_put_into_reset(struct b43_wldev *dev);
+
/**
* b43_switch_channel - Switch to another channel
*/