/**
- * PHY_QueryBBReg - Read "specific bits" from BB register.
+ * PHY_QueryBBReg_8723B - Read "specific bits" from BB register.
  * @Adapter:
  * @RegAddr:   The target address to be readback
  * @BitMask:   The target bit position in the target address
 
 
 /**
- * PHY_SetBBReg - Write "Specific bits" to BB register (page 8~).
+ * PHY_SetBBReg_8723B - Write "Specific bits" to BB register (page 8~).
  * @Adapter:
  * @RegAddr:   The target address to be modified
  * @BitMask:   The target bit position in the target address
 
 
 /**
- * PHY_QueryRFReg - Query "Specific bits" to RF register (page 8~).
+ * PHY_QueryRFReg_8723B - Query "Specific bits" to RF register (page 8~).
  * @Adapter:
  * @eRFPath:   Radio path of A/B/C/D
- * @RegAdd:    The target address to be read
+ * @RegAddr:   The target address to be read
  * @BitMask:   The target bit position in the target address
  *                             to be read
  *
 }
 
 /**
- * PHY_SetRFReg - Write "Specific bits" to RF register (page 8~).
+ * PHY_SetRFReg_8723B - Write "Specific bits" to RF register (page 8~).
  * @Adapter:
  * @eRFPath:   Radio path of A/B/C/D
  * @RegAddr:   The target address to be modified