odm_RTL8188E.h 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /******************************************************************************
  2. *
  3. * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
  4. *
  5. * This program is free software; you can redistribute it and/or modify it
  6. * under the terms of version 2 of the GNU General Public License as
  7. * published by the Free Software Foundation.
  8. *
  9. * This program is distributed in the hope that it will be useful, but WITHOUT
  10. * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11. * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  12. * more details.
  13. *
  14. * You should have received a copy of the GNU General Public License along with
  15. * this program; if not, write to the Free Software Foundation, Inc.,
  16. * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
  17. *
  18. *
  19. ******************************************************************************/
  20. #ifndef __ODM_RTL8188E_H__
  21. #define __ODM_RTL8188E_H__
  22. #define MAIN_ANT 0
  23. #define AUX_ANT 1
  24. #define MAIN_ANT_CG_TRX 1
  25. #define AUX_ANT_CG_TRX 0
  26. #define MAIN_ANT_CGCS_RX 0
  27. #define AUX_ANT_CGCS_RX 1
  28. void ODM_DIG_LowerBound_88E(struct odm_dm_struct *pDM_Odm);
  29. void rtl88eu_dm_antenna_div_init(struct odm_dm_struct *dm_odm);
  30. void rtl88eu_dm_antenna_diversity(struct odm_dm_struct *dm_odm);
  31. void rtl88eu_dm_set_tx_ant_by_tx_info(struct odm_dm_struct *dm_odm, u8 *desc,
  32. u8 mac_id);
  33. void rtl88eu_dm_update_rx_idle_ant(struct odm_dm_struct *dm_odm, u8 ant);
  34. void rtl88eu_dm_ant_sel_statistics(struct odm_dm_struct *dm_odm, u8 antsel_tr_mux,
  35. u32 mac_id, u8 rx_pwdb_all);
  36. void odm_FastAntTraining(struct odm_dm_struct *pDM_Odm);
  37. void odm_FastAntTrainingCallback(struct odm_dm_struct *pDM_Odm);
  38. void odm_FastAntTrainingWorkItemCallback(struct odm_dm_struct *pDM_Odm);
  39. bool ODM_DynamicPrimaryCCA_DupRTS(struct odm_dm_struct *pDM_Odm);
  40. #endif