OSDN Git Service

Add rtl8821ce driver version 5.5.2 android-x86-8.1-r4 android-x86-9.0-r1 android-x86-9.0-r2
authorChih-Wei Huang <cwhuang@openthos.org>
Wed, 26 Feb 2020 09:06:46 +0000 (17:06 +0800)
committerChih-Wei Huang <cwhuang@openthos.org>
Wed, 26 Feb 2020 09:06:46 +0000 (17:06 +0800)
commit5dfc3c1fcc5931540271b05ad3fbe1b8ea9e941f
treed36250d5187b4f71a853d075f553b8a6b4ee13ea
parent2fa6455211d41eb586da726ff16885de9fa86539
Add rtl8821ce driver version 5.5.2

Copy from https://github.com/tomaspinho/rtl8821ce master branch
commit df0c98c.
583 files changed:
rtl8821ce/Android.mk [new file with mode: 0644]
rtl8821ce/Makefile [new file with mode: 0644]
rtl8821ce/core/efuse/rtw_efuse.c [new file with mode: 0644]
rtl8821ce/core/mesh/rtw_mesh.c [new file with mode: 0644]
rtl8821ce/core/mesh/rtw_mesh.h [new file with mode: 0644]
rtl8821ce/core/mesh/rtw_mesh_hwmp.c [new file with mode: 0644]
rtl8821ce/core/mesh/rtw_mesh_hwmp.h [new file with mode: 0644]
rtl8821ce/core/mesh/rtw_mesh_pathtbl.c [new file with mode: 0644]
rtl8821ce/core/mesh/rtw_mesh_pathtbl.h [new file with mode: 0644]
rtl8821ce/core/rtw_ap.c [new file with mode: 0644]
rtl8821ce/core/rtw_beamforming.c [new file with mode: 0644]
rtl8821ce/core/rtw_br_ext.c [new file with mode: 0644]
rtl8821ce/core/rtw_bt_mp.c [new file with mode: 0644]
rtl8821ce/core/rtw_btcoex.c [new file with mode: 0644]
rtl8821ce/core/rtw_btcoex_wifionly.c [new file with mode: 0644]
rtl8821ce/core/rtw_chplan.c [new file with mode: 0644]
rtl8821ce/core/rtw_chplan.h [new file with mode: 0644]
rtl8821ce/core/rtw_cmd.c [new file with mode: 0644]
rtl8821ce/core/rtw_debug.c [new file with mode: 0644]
rtl8821ce/core/rtw_eeprom.c [new file with mode: 0644]
rtl8821ce/core/rtw_ieee80211.c [new file with mode: 0644]
rtl8821ce/core/rtw_io.c [new file with mode: 0644]
rtl8821ce/core/rtw_ioctl_query.c [new file with mode: 0644]
rtl8821ce/core/rtw_ioctl_rtl.c [new file with mode: 0644]
rtl8821ce/core/rtw_ioctl_set.c [new file with mode: 0644]
rtl8821ce/core/rtw_iol.c [new file with mode: 0644]
rtl8821ce/core/rtw_mem.c [new file with mode: 0644]
rtl8821ce/core/rtw_mi.c [new file with mode: 0644]
rtl8821ce/core/rtw_mlme.c [new file with mode: 0644]
rtl8821ce/core/rtw_mlme_ext.c [new file with mode: 0755]
rtl8821ce/core/rtw_mp.c [new file with mode: 0644]
rtl8821ce/core/rtw_mp_ioctl.c [new file with mode: 0644]
rtl8821ce/core/rtw_odm.c [new file with mode: 0644]
rtl8821ce/core/rtw_p2p.c [new file with mode: 0644]
rtl8821ce/core/rtw_pwrctrl.c [new file with mode: 0644]
rtl8821ce/core/rtw_recv.c [new file with mode: 0755]
rtl8821ce/core/rtw_rf.c [new file with mode: 0644]
rtl8821ce/core/rtw_rm.c [new file with mode: 0644]
rtl8821ce/core/rtw_rm_fsm.c [new file with mode: 0644]
rtl8821ce/core/rtw_rson.c [new file with mode: 0644]
rtl8821ce/core/rtw_sdio.c [new file with mode: 0644]
rtl8821ce/core/rtw_security.c [new file with mode: 0644]
rtl8821ce/core/rtw_sreset.c [new file with mode: 0644]
rtl8821ce/core/rtw_sta_mgt.c [new file with mode: 0644]
rtl8821ce/core/rtw_tdls.c [new file with mode: 0644]
rtl8821ce/core/rtw_vht.c [new file with mode: 0644]
rtl8821ce/core/rtw_wapi.c [new file with mode: 0644]
rtl8821ce/core/rtw_wapi_sms4.c [new file with mode: 0644]
rtl8821ce/core/rtw_wlan_util.c [new file with mode: 0644]
rtl8821ce/core/rtw_xmit.c [new file with mode: 0644]
rtl8821ce/hal/HalPwrSeqCmd.c [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8192e1ant.c [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8192e1ant.h [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8192e2ant.c [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8192e2ant.h [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8703b1ant.c [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8703b1ant.h [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8723b1ant.c [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8723b1ant.h [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8723b2ant.c [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8723b2ant.h [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8723bwifionly.c [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8723bwifionly.h [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8723d1ant.c [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8723d1ant.h [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8723d2ant.c [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8723d2ant.h [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8812a1ant.c [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8812a1ant.h [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8812a2ant.c [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8812a2ant.h [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8821a1ant.c [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8821a1ant.h [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8821a2ant.c [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8821a2ant.h [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8821c1ant.c [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8821c1ant.h [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8821c2ant.c [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8821c2ant.h [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8821cwifionly.c [new file with mode: 0755]
rtl8821ce/hal/btc/halbtc8821cwifionly.h [new file with mode: 0755]
rtl8821ce/hal/btc/halbtc8822b1ant.c [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8822b1ant.h [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8822b2ant.c [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8822b2ant.h [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8822bwifionly.c [new file with mode: 0644]
rtl8821ce/hal/btc/halbtc8822bwifionly.h [new file with mode: 0644]
rtl8821ce/hal/btc/halbtcoutsrc.h [new file with mode: 0644]
rtl8821ce/hal/btc/mp_precomp.h [new file with mode: 0644]
rtl8821ce/hal/efuse/efuse_mask.h [new file with mode: 0644]
rtl8821ce/hal/efuse/rtl8821c/HalEfuseMask8821C_PCIE.c [new file with mode: 0644]
rtl8821ce/hal/efuse/rtl8821c/HalEfuseMask8821C_PCIE.h [new file with mode: 0644]
rtl8821ce/hal/efuse/rtl8821c/HalEfuseMask8821C_SDIO.c [new file with mode: 0644]
rtl8821ce/hal/efuse/rtl8821c/HalEfuseMask8821C_SDIO.h [new file with mode: 0644]
rtl8821ce/hal/efuse/rtl8821c/HalEfuseMask8821C_USB.c [new file with mode: 0644]
rtl8821ce/hal/efuse/rtl8821c/HalEfuseMask8821C_USB.h [new file with mode: 0644]
rtl8821ce/hal/hal_btcoex.c [new file with mode: 0644]
rtl8821ce/hal/hal_btcoex_wifionly.c [new file with mode: 0644]
rtl8821ce/hal/hal_com.c [new file with mode: 0644]
rtl8821ce/hal/hal_com_c2h.h [new file with mode: 0644]
rtl8821ce/hal/hal_com_phycfg.c [new file with mode: 0644]
rtl8821ce/hal/hal_dm.c [new file with mode: 0644]
rtl8821ce/hal/hal_dm.h [new file with mode: 0644]
rtl8821ce/hal/hal_dm_acs.c [new file with mode: 0644]
rtl8821ce/hal/hal_dm_acs.h [new file with mode: 0644]
rtl8821ce/hal/hal_halmac.c [new file with mode: 0644]
rtl8821ce/hal/hal_halmac.h [new file with mode: 0644]
rtl8821ce/hal/hal_hci/hal_pci.c [new file with mode: 0644]
rtl8821ce/hal/hal_intf.c [new file with mode: 0644]
rtl8821ce/hal/hal_mcc.c [new file with mode: 0644]
rtl8821ce/hal/hal_mp.c [new file with mode: 0644]
rtl8821ce/hal/hal_phy.c [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_2_platform.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_8821c/halmac_8821c_cfg.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_8821c/halmac_8821c_phy.c [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_8821c/halmac_8821c_pwr_seq.c [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_8821c/halmac_8821c_pwr_seq.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_8821c/halmac_api_8821c.c [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_8821c/halmac_api_8821c.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_8821c/halmac_api_8821c_pcie.c [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_8821c/halmac_api_8821c_pcie.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_8821c/halmac_api_8821c_sdio.c [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_8821c/halmac_api_8821c_sdio.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_8821c/halmac_api_8821c_usb.c [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_8821c/halmac_api_8821c_usb.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_8821c/halmac_cfg_wmac_8821c.c [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_8821c/halmac_cfg_wmac_8821c.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_8821c/halmac_common_8821c.c [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_8821c/halmac_common_8821c.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_8821c/halmac_func_8821c.c [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_8821c/halmac_func_8821c.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_8821c/halmac_gpio_8821c.c [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_8821c/halmac_gpio_8821c.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_8821c/halmac_init_8821c.c [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_8821c/halmac_init_8821c.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_8821c/halmac_pcie_8821c.c [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_8821c/halmac_pcie_8821c.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_8821c/halmac_phy_8821c.c [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_8821c/halmac_pwr_seq_8821c.c [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_8821c/halmac_pwr_seq_8821c.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_88xx_cfg.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_api_88xx.c [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_api_88xx.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_api_88xx_pcie.c [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_api_88xx_pcie.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_api_88xx_sdio.c [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_api_88xx_sdio.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_api_88xx_usb.c [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_api_88xx_usb.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_bb_rf_88xx.c [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_bb_rf_88xx.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_cfg_wmac_88xx.c [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_cfg_wmac_88xx.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_common_88xx.c [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_common_88xx.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_efuse_88xx.c [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_efuse_88xx.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_flash_88xx.c [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_flash_88xx.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_func_88xx.c [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_func_88xx.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_fw_88xx.c [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_fw_88xx.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_gpio_88xx.c [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_gpio_88xx.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_init_88xx.c [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_init_88xx.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_mimo_88xx.c [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_mimo_88xx.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_pcie_88xx.c [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_88xx/halmac_pcie_88xx.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_api.c [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_api.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_bit2.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_bit_8197f.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_bit_8814b.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_bit_8821c.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_bit_8822b.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_bit_8822c.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_fw_info.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_fw_offload_c2h_ap.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_fw_offload_c2h_nic.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_fw_offload_h2c_ap.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_fw_offload_h2c_nic.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_gpio_cmd.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_h2c_extra_info_ap.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_h2c_extra_info_nic.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_hw_cfg.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_intf_phy_cmd.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_module.c [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_module.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_original_c2h_ap.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_original_c2h_nic.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_original_h2c_ap.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_original_h2c_nic.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_pcie_reg.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_pwr_seq_cmd.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_reg2.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_reg_8197f.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_reg_8814b.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_reg_8821c.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_reg_8822b.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_reg_8822c.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_rx_bd_ap.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_rx_bd_chip.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_rx_bd_nic.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_rx_desc_ap.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_rx_desc_chip.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_rx_desc_nic.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_sdio_reg.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_state_machine.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_tx_bd_ap.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_tx_bd_chip.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_tx_bd_nic.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_tx_desc_ap.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_tx_desc_buffer_ap.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_tx_desc_buffer_chip.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_tx_desc_buffer_nic.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_tx_desc_chip.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_tx_desc_ie_ap.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_tx_desc_ie_chip.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_tx_desc_ie_nic.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_tx_desc_nic.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_type.h [new file with mode: 0644]
rtl8821ce/hal/halmac/halmac_usb_reg.h [new file with mode: 0644]
rtl8821ce/hal/led/hal_led.c [new file with mode: 0644]
rtl8821ce/hal/led/hal_pci_led.c [new file with mode: 0644]
rtl8821ce/hal/phydm/ap_makefile.mk [new file with mode: 0644]
rtl8821ce/hal/phydm/halhwimg.h [new file with mode: 0644]
rtl8821ce/hal/phydm/halphyrf_ap.c [new file with mode: 0644]
rtl8821ce/hal/phydm/halphyrf_ap.h [new file with mode: 0644]
rtl8821ce/hal/phydm/halphyrf_ce.c [new file with mode: 0644]
rtl8821ce/hal/phydm/halphyrf_ce.h [new file with mode: 0644]
rtl8821ce/hal/phydm/halphyrf_win.c [new file with mode: 0644]
rtl8821ce/hal/phydm/halphyrf_win.h [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/halphyrf_ap.c [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/halphyrf_ap.h [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/halphyrf_ce.c [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/halphyrf_ce.h [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/halphyrf_iot.c [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/halphyrf_iot.h [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/halphyrf_win.c [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/halphyrf_win.h [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/halrf.c [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/halrf.h [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/halrf_debug.c [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/halrf_debug.h [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/halrf_dpk.h [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/halrf_features.h [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/halrf_iqk.h [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/halrf_kfree.c [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/halrf_kfree.h [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/halrf_powertracking.c [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/halrf_powertracking.h [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/halrf_powertracking_ap.c [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/halrf_powertracking_ap.h [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/halrf_powertracking_ce.c [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/halrf_powertracking_ce.h [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/halrf_powertracking_iot.c [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/halrf_powertracking_iot.h [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/halrf_powertracking_win.c [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/halrf_powertracking_win.h [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/halrf_psd.c [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/halrf_psd.h [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/halrf_txgapcal.c [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/halrf_txgapcal.h [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/rtl8821c/halrf_8821c.c [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/rtl8821c/halrf_8821c.h [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/rtl8821c/halrf_iqk_8821c.c [new file with mode: 0644]
rtl8821ce/hal/phydm/halrf/rtl8821c/halrf_iqk_8821c.h [new file with mode: 0644]
rtl8821ce/hal/phydm/mp_precomp.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm.mk [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_acs.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_acs.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_adaptivity.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_adaptivity.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_adc_sampling.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_adc_sampling.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_antdect.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_antdect.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_antdiv.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_antdiv.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_api.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_api.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_auto_dbg.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_auto_dbg.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_beamforming.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_beamforming.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_cck_pd.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_cck_pd.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_ccx.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_ccx.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_cfotracking.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_cfotracking.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_debug.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_debug.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_dfs.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_dfs.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_dig.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_dig.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_dynamic_rx_path.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_dynamic_rx_path.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_dynamicbbpowersaving.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_dynamicbbpowersaving.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_dynamictxpower.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_dynamictxpower.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_edcaturbocheck.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_edcaturbocheck.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_features.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_features_ap.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_features_ce.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_features_ce2_kernel.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_features_iot.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_features_win.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_hwconfig.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_hwconfig.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_interface.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_interface.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_iqk.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_kfree.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_kfree.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_lna_sat.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_lna_sat.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_math_lib.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_math_lib.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_mp.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_mp.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_noisemonitor.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_noisemonitor.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_pathdiv.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_pathdiv.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_phystatus.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_phystatus.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_pmac_tx_setting.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_pmac_tx_setting.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_pow_train.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_pow_train.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_powertracking_ap.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_powertracking_ap.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_powertracking_ce.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_powertracking_ce.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_powertracking_win.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_powertracking_win.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_pre_define.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_precomp.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_primary_cca.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_primary_cca.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_psd.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_psd.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_rainfo.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_rainfo.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_reg.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_regdefine11ac.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_regdefine11n.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_regtable.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_rssi_monitor.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_rssi_monitor.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_smt_ant.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_smt_ant.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_soml.c [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_soml.h [new file with mode: 0644]
rtl8821ce/hal/phydm/phydm_types.h [new file with mode: 0644]
rtl8821ce/hal/phydm/rtchnlplan.c [new file with mode: 0644]
rtl8821ce/hal/phydm/rtchnlplan.h [new file with mode: 0644]
rtl8821ce/hal/phydm/rtl8821c/halhwimg8821c_bb.c [new file with mode: 0644]
rtl8821ce/hal/phydm/rtl8821c/halhwimg8821c_bb.h [new file with mode: 0644]
rtl8821ce/hal/phydm/rtl8821c/halhwimg8821c_fw.c [new file with mode: 0644]
rtl8821ce/hal/phydm/rtl8821c/halhwimg8821c_fw.h [new file with mode: 0644]
rtl8821ce/hal/phydm/rtl8821c/halhwimg8821c_mac.c [new file with mode: 0644]
rtl8821ce/hal/phydm/rtl8821c/halhwimg8821c_mac.h [new file with mode: 0644]
rtl8821ce/hal/phydm/rtl8821c/halhwimg8821c_rf.c [new file with mode: 0644]
rtl8821ce/hal/phydm/rtl8821c/halhwimg8821c_rf.h [new file with mode: 0644]
rtl8821ce/hal/phydm/rtl8821c/halhwimg8821c_testchip_bb.c [new file with mode: 0644]
rtl8821ce/hal/phydm/rtl8821c/halhwimg8821c_testchip_bb.h [new file with mode: 0644]
rtl8821ce/hal/phydm/rtl8821c/halhwimg8821c_testchip_fw.c [new file with mode: 0644]
rtl8821ce/hal/phydm/rtl8821c/halhwimg8821c_testchip_fw.h [new file with mode: 0644]
rtl8821ce/hal/phydm/rtl8821c/halhwimg8821c_testchip_mac.c [new file with mode: 0644]
rtl8821ce/hal/phydm/rtl8821c/halhwimg8821c_testchip_mac.h [new file with mode: 0644]
rtl8821ce/hal/phydm/rtl8821c/halhwimg8821c_testchip_rf.c [new file with mode: 0644]
rtl8821ce/hal/phydm/rtl8821c/halhwimg8821c_testchip_rf.h [new file with mode: 0644]
rtl8821ce/hal/phydm/rtl8821c/halphyrf_8821c.c [new file with mode: 0644]
rtl8821ce/hal/phydm/rtl8821c/halphyrf_8821c.h [new file with mode: 0644]
rtl8821ce/hal/phydm/rtl8821c/mp_precomp.h [new file with mode: 0644]
rtl8821ce/hal/phydm/rtl8821c/phydm_hal_api8821c.c [new file with mode: 0644]
rtl8821ce/hal/phydm/rtl8821c/phydm_hal_api8821c.h [new file with mode: 0644]
rtl8821ce/hal/phydm/rtl8821c/phydm_iqk_8821c.c [new file with mode: 0644]
rtl8821ce/hal/phydm/rtl8821c/phydm_iqk_8821c.h [new file with mode: 0644]
rtl8821ce/hal/phydm/rtl8821c/phydm_regconfig8821c.c [new file with mode: 0644]
rtl8821ce/hal/phydm/rtl8821c/phydm_regconfig8821c.h [new file with mode: 0644]
rtl8821ce/hal/phydm/rtl8821c/version_rtl8821c.h [new file with mode: 0644]
rtl8821ce/hal/phydm/txbf/halcomtxbf.c [new file with mode: 0644]
rtl8821ce/hal/phydm/txbf/halcomtxbf.h [new file with mode: 0644]
rtl8821ce/hal/phydm/txbf/haltxbf8192e.c [new file with mode: 0644]
rtl8821ce/hal/phydm/txbf/haltxbf8192e.h [new file with mode: 0644]
rtl8821ce/hal/phydm/txbf/haltxbf8814a.c [new file with mode: 0644]
rtl8821ce/hal/phydm/txbf/haltxbf8814a.h [new file with mode: 0644]
rtl8821ce/hal/phydm/txbf/haltxbf8822b.c [new file with mode: 0644]
rtl8821ce/hal/phydm/txbf/haltxbf8822b.h [new file with mode: 0644]
rtl8821ce/hal/phydm/txbf/haltxbfinterface.c [new file with mode: 0644]
rtl8821ce/hal/phydm/txbf/haltxbfinterface.h [new file with mode: 0644]
rtl8821ce/hal/phydm/txbf/haltxbfjaguar.c [new file with mode: 0644]
rtl8821ce/hal/phydm/txbf/haltxbfjaguar.h [new file with mode: 0644]
rtl8821ce/hal/phydm/txbf/phydm_hal_txbf_api.c [new file with mode: 0644]
rtl8821ce/hal/phydm/txbf/phydm_hal_txbf_api.h [new file with mode: 0644]
rtl8821ce/hal/rtl8821c/hal8821c_fw.c [new file with mode: 0644]
rtl8821ce/hal/rtl8821c/hal8821c_fw.h [new file with mode: 0644]
rtl8821ce/hal/rtl8821c/pci/rtl8821ce.h [new file with mode: 0755]
rtl8821ce/hal/rtl8821c/pci/rtl8821ce_halinit.c [new file with mode: 0755]
rtl8821ce/hal/rtl8821c/pci/rtl8821ce_halmac.c [new file with mode: 0755]
rtl8821ce/hal/rtl8821c/pci/rtl8821ce_io.c [new file with mode: 0755]
rtl8821ce/hal/rtl8821c/pci/rtl8821ce_led.c [new file with mode: 0755]
rtl8821ce/hal/rtl8821c/pci/rtl8821ce_ops.c [new file with mode: 0755]
rtl8821ce/hal/rtl8821c/pci/rtl8821ce_recv.c [new file with mode: 0755]
rtl8821ce/hal/rtl8821c/pci/rtl8821ce_xmit.c [new file with mode: 0755]
rtl8821ce/hal/rtl8821c/rtl8821c.h [new file with mode: 0644]
rtl8821ce/hal/rtl8821c/rtl8821c_cmd.c [new file with mode: 0644]
rtl8821ce/hal/rtl8821c/rtl8821c_dm.c [new file with mode: 0644]
rtl8821ce/hal/rtl8821c/rtl8821c_halinit.c [new file with mode: 0644]
rtl8821ce/hal/rtl8821c/rtl8821c_mac.c [new file with mode: 0644]
rtl8821ce/hal/rtl8821c/rtl8821c_ops.c [new file with mode: 0644]
rtl8821ce/hal/rtl8821c/rtl8821c_phy.c [new file with mode: 0644]
rtl8821ce/halmac.mk [new file with mode: 0644]
rtl8821ce/include/Hal8812PhyCfg.h [new file with mode: 0644]
rtl8821ce/include/Hal8812PhyReg.h [new file with mode: 0644]
rtl8821ce/include/Hal8812PwrSeq.h [new file with mode: 0644]
rtl8821ce/include/Hal8821APwrSeq.h [new file with mode: 0644]
rtl8821ce/include/HalPwrSeqCmd.h [new file with mode: 0644]
rtl8821ce/include/HalVerDef.h [new file with mode: 0644]
rtl8821ce/include/autoconf.h [new file with mode: 0644]
rtl8821ce/include/basic_types.h [new file with mode: 0644]
rtl8821ce/include/byteorder/big_endian.h [new file with mode: 0644]
rtl8821ce/include/byteorder/generic.h [new file with mode: 0644]
rtl8821ce/include/byteorder/little_endian.h [new file with mode: 0644]
rtl8821ce/include/byteorder/swab.h [new file with mode: 0644]
rtl8821ce/include/byteorder/swabb.h [new file with mode: 0644]
rtl8821ce/include/circ_buf.h [new file with mode: 0644]
rtl8821ce/include/cmd_osdep.h [new file with mode: 0644]
rtl8821ce/include/cmn_info/rtw_sta_info.h [new file with mode: 0644]
rtl8821ce/include/custom_gpio.h [new file with mode: 0644]
rtl8821ce/include/drv_conf.h [new file with mode: 0644]
rtl8821ce/include/drv_types.h [new file with mode: 0644]
rtl8821ce/include/drv_types_ce.h [new file with mode: 0644]
rtl8821ce/include/drv_types_gspi.h [new file with mode: 0644]
rtl8821ce/include/drv_types_linux.h [new file with mode: 0644]
rtl8821ce/include/drv_types_pci.h [new file with mode: 0644]
rtl8821ce/include/drv_types_sdio.h [new file with mode: 0644]
rtl8821ce/include/drv_types_xp.h [new file with mode: 0644]
rtl8821ce/include/ethernet.h [new file with mode: 0644]
rtl8821ce/include/gspi_hal.h [new file with mode: 0644]
rtl8821ce/include/gspi_ops.h [new file with mode: 0644]
rtl8821ce/include/gspi_ops_linux.h [new file with mode: 0644]
rtl8821ce/include/gspi_osintf.h [new file with mode: 0644]
rtl8821ce/include/h2clbk.h [new file with mode: 0644]
rtl8821ce/include/hal_btcoex.h [new file with mode: 0644]
rtl8821ce/include/hal_btcoex_wifionly.h [new file with mode: 0644]
rtl8821ce/include/hal_com.h [new file with mode: 0644]
rtl8821ce/include/hal_com_h2c.h [new file with mode: 0644]
rtl8821ce/include/hal_com_led.h [new file with mode: 0644]
rtl8821ce/include/hal_com_phycfg.h [new file with mode: 0644]
rtl8821ce/include/hal_com_reg.h [new file with mode: 0644]
rtl8821ce/include/hal_data.h [new file with mode: 0755]
rtl8821ce/include/hal_gspi.h [new file with mode: 0644]
rtl8821ce/include/hal_ic_cfg.h [new file with mode: 0644]
rtl8821ce/include/hal_intf.h [new file with mode: 0644]
rtl8821ce/include/hal_pg.h [new file with mode: 0644]
rtl8821ce/include/hal_phy.h [new file with mode: 0644]
rtl8821ce/include/hal_phy_reg.h [new file with mode: 0644]
rtl8821ce/include/hal_sdio.h [new file with mode: 0644]
rtl8821ce/include/ieee80211.h [new file with mode: 0644]
rtl8821ce/include/ieee80211_ext.h [new file with mode: 0644]
rtl8821ce/include/if_ether.h [new file with mode: 0644]
rtl8821ce/include/ip.h [new file with mode: 0644]
rtl8821ce/include/linux/wireless.h [new file with mode: 0644]
rtl8821ce/include/mlme_osdep.h [new file with mode: 0644]
rtl8821ce/include/mp_custom_oid.h [new file with mode: 0644]
rtl8821ce/include/nic_spec.h [new file with mode: 0644]
rtl8821ce/include/osdep_intf.h [new file with mode: 0644]
rtl8821ce/include/osdep_service.h [new file with mode: 0644]
rtl8821ce/include/osdep_service_bsd.h [new file with mode: 0644]
rtl8821ce/include/osdep_service_ce.h [new file with mode: 0644]
rtl8821ce/include/osdep_service_linux.h [new file with mode: 0644]
rtl8821ce/include/osdep_service_xp.h [new file with mode: 0644]
rtl8821ce/include/pci_hal.h [new file with mode: 0644]
rtl8821ce/include/pci_ops.h [new file with mode: 0644]
rtl8821ce/include/pci_osintf.h [new file with mode: 0644]
rtl8821ce/include/recv_osdep.h [new file with mode: 0644]
rtl8821ce/include/rtl8821a_spec.h [new file with mode: 0644]
rtl8821ce/include/rtl8821a_xmit.h [new file with mode: 0644]
rtl8821ce/include/rtl8821c_dm.h [new file with mode: 0644]
rtl8821ce/include/rtl8821c_hal.h [new file with mode: 0644]
rtl8821ce/include/rtl8821c_spec.h [new file with mode: 0644]
rtl8821ce/include/rtl8821ce_hal.h [new file with mode: 0755]
rtl8821ce/include/rtl8821cs_hal.h [new file with mode: 0644]
rtl8821ce/include/rtl8821cu_hal.h [new file with mode: 0644]
rtl8821ce/include/rtw_android.h [new file with mode: 0644]
rtl8821ce/include/rtw_ap.h [new file with mode: 0644]
rtl8821ce/include/rtw_beamforming.h [new file with mode: 0644]
rtl8821ce/include/rtw_br_ext.h [new file with mode: 0644]
rtl8821ce/include/rtw_bt_mp.h [new file with mode: 0644]
rtl8821ce/include/rtw_btcoex.h [new file with mode: 0644]
rtl8821ce/include/rtw_btcoex_wifionly.h [new file with mode: 0644]
rtl8821ce/include/rtw_byteorder.h [new file with mode: 0644]
rtl8821ce/include/rtw_cmd.h [new file with mode: 0644]
rtl8821ce/include/rtw_debug.h [new file with mode: 0644]
rtl8821ce/include/rtw_eeprom.h [new file with mode: 0644]
rtl8821ce/include/rtw_efuse.h [new file with mode: 0644]
rtl8821ce/include/rtw_event.h [new file with mode: 0644]
rtl8821ce/include/rtw_ht.h [new file with mode: 0644]
rtl8821ce/include/rtw_io.h [new file with mode: 0644]
rtl8821ce/include/rtw_ioctl.h [new file with mode: 0644]
rtl8821ce/include/rtw_ioctl_query.h [new file with mode: 0644]
rtl8821ce/include/rtw_ioctl_rtl.h [new file with mode: 0644]
rtl8821ce/include/rtw_ioctl_set.h [new file with mode: 0644]
rtl8821ce/include/rtw_iol.h [new file with mode: 0644]
rtl8821ce/include/rtw_mcc.h [new file with mode: 0644]
rtl8821ce/include/rtw_mem.h [new file with mode: 0644]
rtl8821ce/include/rtw_mi.h [new file with mode: 0644]
rtl8821ce/include/rtw_mlme.h [new file with mode: 0644]
rtl8821ce/include/rtw_mlme_ext.h [new file with mode: 0644]
rtl8821ce/include/rtw_mp.h [new file with mode: 0644]
rtl8821ce/include/rtw_mp_ioctl.h [new file with mode: 0644]
rtl8821ce/include/rtw_mp_phy_regdef.h [new file with mode: 0644]
rtl8821ce/include/rtw_odm.h [new file with mode: 0644]
rtl8821ce/include/rtw_p2p.h [new file with mode: 0644]
rtl8821ce/include/rtw_pwrctrl.h [new file with mode: 0644]
rtl8821ce/include/rtw_qos.h [new file with mode: 0644]
rtl8821ce/include/rtw_recv.h [new file with mode: 0644]
rtl8821ce/include/rtw_rf.h [new file with mode: 0644]
rtl8821ce/include/rtw_rm.h [new file with mode: 0644]
rtl8821ce/include/rtw_rm_fsm.h [new file with mode: 0644]
rtl8821ce/include/rtw_rson.h [new file with mode: 0644]
rtl8821ce/include/rtw_sdio.h [new file with mode: 0644]
rtl8821ce/include/rtw_security.h [new file with mode: 0644]
rtl8821ce/include/rtw_sreset.h [new file with mode: 0644]
rtl8821ce/include/rtw_tdls.h [new file with mode: 0644]
rtl8821ce/include/rtw_version.h [new file with mode: 0644]
rtl8821ce/include/rtw_vht.h [new file with mode: 0644]
rtl8821ce/include/rtw_wapi.h [new file with mode: 0644]
rtl8821ce/include/rtw_wifi_regd.h [new file with mode: 0644]
rtl8821ce/include/rtw_xmit.h [new file with mode: 0644]
rtl8821ce/include/sdio_hal.h [new file with mode: 0644]
rtl8821ce/include/sdio_ops.h [new file with mode: 0644]
rtl8821ce/include/sdio_ops_ce.h [new file with mode: 0644]
rtl8821ce/include/sdio_ops_linux.h [new file with mode: 0644]
rtl8821ce/include/sdio_ops_xp.h [new file with mode: 0644]
rtl8821ce/include/sdio_osintf.h [new file with mode: 0644]
rtl8821ce/include/sta_info.h [new file with mode: 0644]
rtl8821ce/include/usb_hal.h [new file with mode: 0644]
rtl8821ce/include/usb_ops.h [new file with mode: 0644]
rtl8821ce/include/usb_ops_linux.h [new file with mode: 0644]
rtl8821ce/include/usb_osintf.h [new file with mode: 0644]
rtl8821ce/include/usb_vendor_req.h [new file with mode: 0644]
rtl8821ce/include/wifi.h [new file with mode: 0644]
rtl8821ce/include/wlan_bssdef.h [new file with mode: 0644]
rtl8821ce/include/xmit_osdep.h [new file with mode: 0644]
rtl8821ce/os_dep/linux/custom_gpio_linux.c [new file with mode: 0644]
rtl8821ce/os_dep/linux/ioctl_cfg80211.c [new file with mode: 0644]
rtl8821ce/os_dep/linux/ioctl_cfg80211.h [new file with mode: 0644]
rtl8821ce/os_dep/linux/ioctl_linux.c [new file with mode: 0644]
rtl8821ce/os_dep/linux/ioctl_mp.c [new file with mode: 0644]
rtl8821ce/os_dep/linux/mlme_linux.c [new file with mode: 0644]
rtl8821ce/os_dep/linux/os_intfs.c [new file with mode: 0644]
rtl8821ce/os_dep/linux/pci_intf.c [new file with mode: 0644]
rtl8821ce/os_dep/linux/pci_ops_linux.c [new file with mode: 0644]
rtl8821ce/os_dep/linux/recv_linux.c [new file with mode: 0644]
rtl8821ce/os_dep/linux/rhashtable.c [new file with mode: 0644]
rtl8821ce/os_dep/linux/rhashtable.h [new file with mode: 0644]
rtl8821ce/os_dep/linux/rtw_android.c [new file with mode: 0644]
rtl8821ce/os_dep/linux/rtw_cfgvendor.c [new file with mode: 0644]
rtl8821ce/os_dep/linux/rtw_cfgvendor.h [new file with mode: 0644]
rtl8821ce/os_dep/linux/rtw_proc.c [new file with mode: 0644]
rtl8821ce/os_dep/linux/rtw_proc.h [new file with mode: 0644]
rtl8821ce/os_dep/linux/rtw_rhashtable.c [new file with mode: 0644]
rtl8821ce/os_dep/linux/rtw_rhashtable.h [new file with mode: 0644]
rtl8821ce/os_dep/linux/wifi_regd.c [new file with mode: 0644]
rtl8821ce/os_dep/linux/xmit_linux.c [new file with mode: 0644]
rtl8821ce/os_dep/osdep_service.c [new file with mode: 0644]
rtl8821ce/platform/custom_country_chplan.h [new file with mode: 0644]
rtl8821ce/platform/platform_ops.c [new file with mode: 0644]
rtl8821ce/platform/platform_ops.h [new file with mode: 0644]
rtl8821ce/rtl8821c.mk [new file with mode: 0644]