r8190_rtl8256.h 721 B

1234567891011121314151617181920212223
  1. /*
  2. This is part of the rtl8180-sa2400 driver
  3. released under the GPL (See file COPYING for details).
  4. Copyright (c) 2005 Andrea Merello <andrea.merello@gmail.com>
  5. This files contains programming code for the rtl8256
  6. radio frontend.
  7. *Many* thanks to Realtek Corp. for their great support!
  8. */
  9. #ifndef RTL8225H
  10. #define RTL8225H
  11. #define RTL819X_TOTAL_RF_PATH 2 /* for 8192U */
  12. void PHY_SetRF8256Bandwidth(struct net_device *dev, HT_CHANNEL_WIDTH Bandwidth);
  13. void PHY_RF8256_Config(struct net_device *dev);
  14. void phy_RF8256_Config_ParaFile(struct net_device *dev);
  15. void PHY_SetRF8256CCKTxPower(struct net_device *dev, u8 powerlevel);
  16. void PHY_SetRF8256OFDMTxPower(struct net_device *dev, u8 powerlevel);
  17. #endif