diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-05-17 17:24:54 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-05-19 16:42:14 -0400 |
commit | b60c3c2fdf524e9fb3cbe6b12c2c4c6d8f4febf4 (patch) | |
tree | 3b7150651149a33035e9fd67df574f016c044d44 /drivers/net/wireless/b43/phy_common.h | |
parent | 0f68423f63446e7db46487e99c2c2e2382485218 (diff) |
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.h | 2 |
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); | |||
390 | */ | 390 | */ |
391 | void b43_phy_unlock(struct b43_wldev *dev); | 391 | void b43_phy_unlock(struct b43_wldev *dev); |
392 | 392 | ||
393 | void b43_phy_put_into_reset(struct b43_wldev *dev); | ||
394 | |||
393 | /** | 395 | /** |
394 | * b43_switch_channel - Switch to another channel | 396 | * b43_switch_channel - Switch to another channel |
395 | */ | 397 | */ |