b43: implement baseband init for LP-PHY <= rev1
[pandora-kernel.git] / drivers / net / wireless / b43 / phy_common.h
index 44cc918..9f9f23c 100644 (file)
@@ -290,6 +290,11 @@ u16 b43_phy_read(struct b43_wldev *dev, u16 reg);
  */
 void b43_phy_write(struct b43_wldev *dev, u16 reg, u16 value);
 
+/**
+ * b43_phy_copy - copy contents of 16bit PHY register to another
+ */
+void b43_phy_copy(struct b43_wldev *dev, u16 destreg, u16 srcreg);
+
 /**
  * b43_phy_mask - Mask a PHY register with a mask
  */