实例介绍
该驱动是RTL8822cs驱动,在RK3399平台调试过的。 可以直接用或者用来参考
【实例截图】
【核心代码】
rtl8822cs.rar
└── rtl8822cs
├── 8822cs.ko
├── 8822cs.mod.c
├── 8822cs.mod.o
├── 8822cs.o
├── built-in.o
├── clean
├── core
│ ├── efuse
│ │ ├── rtw_efuse.c
│ │ └── rtw_efuse.o
│ ├── mesh
│ │ ├── rtw_mesh.c
│ │ ├── rtw_mesh.h
│ │ ├── rtw_mesh_hwmp.c
│ │ ├── rtw_mesh_hwmp.h
│ │ ├── rtw_mesh_hwmp.o
│ │ ├── rtw_mesh.o
│ │ ├── rtw_mesh_pathtbl.c
│ │ ├── rtw_mesh_pathtbl.h
│ │ └── rtw_mesh_pathtbl.o
│ ├── rtw_ap.c
│ ├── rtw_ap.o
│ ├── rtw_beamforming.c
│ ├── rtw_beamforming.o
│ ├── rtw_br_ext.c
│ ├── rtw_br_ext.o
│ ├── rtw_btcoex.c
│ ├── rtw_btcoex.o
│ ├── rtw_btcoex_wifionly.c
│ ├── rtw_btcoex_wifionly.o
│ ├── rtw_bt_mp.c
│ ├── rtw_chplan.c
│ ├── rtw_chplan.h
│ ├── rtw_chplan.o
│ ├── rtw_cmd.c
│ ├── rtw_cmd.o
│ ├── rtw_debug.c
│ ├── rtw_debug.o
│ ├── rtw_eeprom.c
│ ├── rtw_ieee80211.c
│ ├── rtw_ieee80211.o
│ ├── rtw_io.c
│ ├── rtw_ioctl_query.c
│ ├── rtw_ioctl_query.o
│ ├── rtw_ioctl_set.c
│ ├── rtw_ioctl_set.o
│ ├── rtw_iol.c
│ ├── rtw_iol.o
│ ├── rtw_io.o
│ ├── rtw_mem.c
│ ├── rtw_mi.c
│ ├── rtw_mi.o
│ ├── rtw_mlme.c
│ ├── rtw_mlme_ext.c
│ ├── rtw_mlme_ext.o
│ ├── rtw_mlme.o
│ ├── rtw_mp.c
│ ├── rtw_mp.o
│ ├── rtw_odm.c
│ ├── rtw_odm.o
│ ├── rtw_p2p.c
│ ├── rtw_p2p.o
│ ├── rtw_pwrctrl.c
│ ├── rtw_pwrctrl.o
│ ├── rtw_recv.c
│ ├── rtw_recv.o
│ ├── rtw_rf.c
│ ├── rtw_rf.o
│ ├── rtw_rm.c
│ ├── rtw_rm_fsm.c
│ ├── rtw_rm_fsm.o
│ ├── rtw_rm.o
│ ├── rtw_rson.c
│ ├── rtw_rson.o
│ ├── rtw_sdio.c
│ ├── rtw_sdio.o
│ ├── rtw_security.c
│ ├── rtw_security.o
│ ├── rtw_sreset.c
│ ├── rtw_sreset.o
│ ├── rtw_sta_mgt.c
│ ├── rtw_sta_mgt.o
│ ├── rtw_tdls.c
│ ├── rtw_tdls.o
│ ├── rtw_vht.c
│ ├── rtw_vht.o
│ ├── rtw_wapi.c
│ ├── rtw_wapi_sms4.c
│ ├── rtw_wlan_util.c
│ ├── rtw_wlan_util.o
│ ├── rtw_xmit.c
│ └── rtw_xmit.o
├── hal
│ ├── btc
│ │ ├── btc_basic_types.h
│ │ ├── halbtc8822c.c
│ │ ├── halbtc8822c.h
│ │ ├── halbtc8822c.o
│ │ ├── halbtc8822cwifionly.c
│ │ ├── halbtc8822cwifionly.h
│ │ ├── halbtc8822cwifionly.o
│ │ ├── halbtccommon.c
│ │ ├── halbtccommon.h
│ │ ├── halbtccommon.o
│ │ ├── halbtcoutsrc.h
│ │ └── mp_precomp.h
│ ├── efuse
│ │ ├── efuse_mask.h
│ │ └── rtl8822c
│ │ ├── HalEfuseMask8822C_PCIE.c
│ │ ├── HalEfuseMask8822C_PCIE.h
│ │ ├── HalEfuseMask8822C_SDIO.c
│ │ ├── HalEfuseMask8822C_SDIO.h
│ │ ├── HalEfuseMask8822C_SDIO.o
│ │ ├── HalEfuseMask8822C_USB.c
│ │ └── HalEfuseMask8822C_USB.h
│ ├── hal_btcoex.c
│ ├── hal_btcoex.o
│ ├── hal_btcoex_wifionly.c
│ ├── hal_btcoex_wifionly.o
│ ├── hal_com.c
│ ├── hal_com_c2h.h
│ ├── hal_com.o
│ ├── hal_com_phycfg.c
│ ├── hal_com_phycfg.o
│ ├── hal_dm_acs.c
│ ├── hal_dm_acs.h
│ ├── hal_dm_acs.o
│ ├── hal_dm.c
│ ├── hal_dm.h
│ ├── hal_dm.o
│ ├── hal_halmac.c
│ ├── hal_halmac.h
│ ├── hal_halmac.o
│ ├── hal_hci
│ │ ├── hal_sdio.c
│ │ ├── hal_sdio_coex.c
│ │ ├── hal_sdio_coex.o
│ │ └── hal_sdio.o
│ ├── hal_intf.c
│ ├── hal_intf.o
│ ├── halmac
│ │ ├── halmac_2_platform.h
│ │ ├── halmac_88xx
│ │ │ ├── halmac_8822c
│ │ │ │ ├── halmac_8822c_cfg.h
│ │ │ │ ├── halmac_cfg_wmac_8822c.c
│ │ │ │ ├── halmac_cfg_wmac_8822c.h
│ │ │ │ ├── halmac_cfg_wmac_8822c.o
│ │ │ │ ├── halmac_common_8822c.c
│ │ │ │ ├── halmac_common_8822c.h
│ │ │ │ ├── halmac_common_8822c.o
│ │ │ │ ├── halmac_gpio_8822c.c
│ │ │ │ ├── halmac_gpio_8822c.h
│ │ │ │ ├── halmac_gpio_8822c.o
│ │ │ │ ├── halmac_init_8822c.c
│ │ │ │ ├── halmac_init_8822c.h
│ │ │ │ ├── halmac_init_8822c.o
│ │ │ │ ├── halmac_phy_8822c.c
│ │ │ │ ├── halmac_phy_8822c.o
│ │ │ │ ├── halmac_pwr_seq_8822c.c
│ │ │ │ ├── halmac_pwr_seq_8822c.h
│ │ │ │ ├── halmac_pwr_seq_8822c.o
│ │ │ │ ├── halmac_sdio_8822c.c
│ │ │ │ ├── halmac_sdio_8822c.h
│ │ │ │ └── halmac_sdio_8822c.o
│ │ │ ├── halmac_88xx_cfg.h
│ │ │ ├── halmac_bb_rf_88xx.c
│ │ │ ├── halmac_bb_rf_88xx.h
│ │ │ ├── halmac_bb_rf_88xx.o
│ │ │ ├── halmac_cfg_wmac_88xx.c
│ │ │ ├── halmac_cfg_wmac_88xx.h
│ │ │ ├── halmac_cfg_wmac_88xx.o
│ │ │ ├── halmac_common_88xx.c
│ │ │ ├── halmac_common_88xx.h
│ │ │ ├── halmac_common_88xx.o
│ │ │ ├── halmac_efuse_88xx.c
│ │ │ ├── halmac_efuse_88xx.h
│ │ │ ├── halmac_efuse_88xx.o
│ │ │ ├── halmac_flash_88xx.c
│ │ │ ├── halmac_flash_88xx.h
│ │ │ ├── halmac_flash_88xx.o
│ │ │ ├── halmac_fw_88xx.c
│ │ │ ├── halmac_fw_88xx.h
│ │ │ ├── halmac_fw_88xx.o
│ │ │ ├── halmac_gpio_88xx.c
│ │ │ ├── halmac_gpio_88xx.h
│ │ │ ├── halmac_gpio_88xx.o
│ │ │ ├── halmac_init_88xx.c
│ │ │ ├── halmac_init_88xx.h
│ │ │ ├── halmac_init_88xx.o
│ │ │ ├── halmac_mimo_88xx.c
│ │ │ ├── halmac_mimo_88xx.h
│ │ │ ├── halmac_mimo_88xx.o
│ │ │ ├── halmac_sdio_88xx.c
│ │ │ ├── halmac_sdio_88xx.h
│ │ │ └── halmac_sdio_88xx.o
│ │ ├── halmac_api.c
│ │ ├── halmac_api.h
│ │ ├── halmac_api.o
│ │ ├── halmac_bit2.h
│ │ ├── halmac_bit_8197f.h
│ │ ├── halmac_bit_8814b.h
│ │ ├── halmac_bit_8821c.h
│ │ ├── halmac_bit_8822b.h
│ │ ├── halmac_bit_8822c.h
│ │ ├── halmac_fw_info.h
│ │ ├── halmac_fw_offload_c2h_ap.h
│ │ ├── halmac_fw_offload_c2h_nic.h
│ │ ├── halmac_fw_offload_h2c_ap.h
│ │ ├── halmac_fw_offload_h2c_nic.h
│ │ ├── halmac_gpio_cmd.h
│ │ ├── halmac_h2c_extra_info_ap.h
│ │ ├── halmac_h2c_extra_info_nic.h
│ │ ├── halmac_hw_cfg.h
│ │ ├── halmac_intf_phy_cmd.h
│ │ ├── halmac_original_c2h_ap.h
│ │ ├── halmac_original_c2h_nic.h
│ │ ├── halmac_original_h2c_ap.h
│ │ ├── halmac_original_h2c_nic.h
│ │ ├── halmac_pcie_reg.h
│ │ ├── halmac_pwr_seq_cmd.h
│ │ ├── halmac_reg2.h
│ │ ├── halmac_reg_8197f.h
│ │ ├── halmac_reg_8814b.h
│ │ ├── halmac_reg_8821c.h
│ │ ├── halmac_reg_8822b.h
│ │ ├── halmac_reg_8822c.h
│ │ ├── halmac_rx_bd_nic.h
│ │ ├── halmac_rx_desc_ap.h
│ │ ├── halmac_rx_desc_chip.h
│ │ ├── halmac_rx_desc_nic.h
│ │ ├── halmac_sdio_reg.h
│ │ ├── halmac_state_machine.h
│ │ ├── halmac_tx_bd_nic.h
│ │ ├── halmac_tx_desc_ap.h
│ │ ├── halmac_tx_desc_buffer_ap.h
│ │ ├── halmac_tx_desc_buffer_chip.h
│ │ ├── halmac_tx_desc_buffer_nic.h
│ │ ├── halmac_tx_desc_chip.h
│ │ ├── halmac_tx_desc_ie_ap.h
│ │ ├── halmac_tx_desc_ie_chip.h
│ │ ├── halmac_tx_desc_ie_nic.h
│ │ ├── halmac_tx_desc_nic.h
│ │ ├── halmac_type.h
│ │ └── halmac_usb_reg.h
│ ├── hal_mcc.c
│ ├── hal_mcc.o
│ ├── hal_mp.c
│ ├── hal_mp.o
│ ├── hal_phy.c
│ ├── hal_phy.o
│ ├── HalPwrSeqCmd.c
│ ├── led
│ │ ├── hal_led.c
│ │ ├── hal_led.o
│ │ ├── hal_sdio_led.c
│ │ └── hal_sdio_led.o
│ ├── phydm
│ │ ├── ap_makefile.mk
│ │ ├── halhwimg.h
│ │ ├── halrf
│ │ │ ├── halphyrf_ap.c
│ │ │ ├── halphyrf_ap.h
│ │ │ ├── halphyrf_ce.c
│ │ │ ├── halphyrf_ce.h
│ │ │ ├── halphyrf_ce.o
│ │ │ ├── halphyrf_iot.c
│ │ │ ├── halphyrf_iot.h
│ │ │ ├── halphyrf_win.c
│ │ │ ├── halphyrf_win.h
│ │ │ ├── halrf.c
│ │ │ ├── halrf_debug.c
│ │ │ ├── halrf_debug.h
│ │ │ ├── halrf_debug.o
│ │ │ ├── halrf_dpk.h
│ │ │ ├── halrf_features.h
│ │ │ ├── halrf.h
│ │ │ ├── halrf_iqk.h
│ │ │ ├── halrf_kfree.c
│ │ │ ├── halrf_kfree.h
│ │ │ ├── halrf_kfree.o
│ │ │ ├── halrf.o
│ │ │ ├── halrf_powertracking_ap.c
│ │ │ ├── halrf_powertracking_ap.h
│ │ │ ├── halrf_powertracking.c
│ │ │ ├── halrf_powertracking_ce.c
│ │ │ ├── halrf_powertracking_ce.h
│ │ │ ├── halrf_powertracking_ce.o
│ │ │ ├── halrf_powertracking.h
│ │ │ ├── halrf_powertracking_iot.c
│ │ │ ├── halrf_powertracking_iot.h
│ │ │ ├── halrf_powertracking.o
│ │ │ ├── halrf_powertracking_win.c
│ │ │ ├── halrf_powertracking_win.h
│ │ │ ├── halrf_psd.c
│ │ │ ├── halrf_psd.h
│ │ │ ├── halrf_psd.o
│ │ │ ├── halrf_txgapcal.c
│ │ │ ├── halrf_txgapcal.h
│ │ │ └── rtl8822c
│ │ │ ├── halhwimg8822c_rf.c
│ │ │ ├── halhwimg8822c_rf.h
│ │ │ ├── halhwimg8822c_rf.o
│ │ │ ├── halrf_8822c.c
│ │ │ ├── halrf_8822c.h
│ │ │ ├── halrf_8822c.o
│ │ │ ├── halrf_dpk_8822c.c
│ │ │ ├── halrf_dpk_8822c.h
│ │ │ ├── halrf_dpk_8822c.o
│ │ │ ├── halrf_iqk_8822c.c
│ │ │ ├── halrf_iqk_8822c.h
│ │ │ ├── halrf_iqk_8822c.o
│ │ │ ├── halrf_rfk_init_8822c.c
│ │ │ ├── halrf_rfk_init_8822c.h
│ │ │ ├── halrf_rfk_init_8822c.o
│ │ │ ├── halrf_tssi_8822c.c
│ │ │ ├── halrf_tssi_8822c.h
│ │ │ ├── halrf_tssi_8822c.o
│ │ │ └── version_rtl8822c_rf.h
│ │ ├── mp_precomp.h
│ │ ├── phydm_adaptivity.c
│ │ ├── phydm_adaptivity.h
│ │ ├── phydm_adaptivity.o
│ │ ├── phydm_adc_sampling.c
│ │ ├── phydm_adc_sampling.h
│ │ ├── phydm_adc_sampling.o
│ │ ├── phydm_antdect.c
│ │ ├── phydm_antdect.h
│ │ ├── phydm_antdect.o
│ │ ├── phydm_antdiv.c
│ │ ├── phydm_antdiv.h
│ │ ├── phydm_antdiv.o
│ │ ├── phydm_api.c
│ │ ├── phydm_api.h
│ │ ├── phydm_api.o
│ │ ├── phydm_auto_dbg.c
│ │ ├── phydm_auto_dbg.h
│ │ ├── phydm_auto_dbg.o
│ │ ├── phydm_beamforming.c
│ │ ├── phydm_beamforming.h
│ │ ├── phydm_beamforming.o
│ │ ├── phydm.c
│ │ ├── phydm_cck_pd.c
│ │ ├── phydm_cck_pd.h
│ │ ├── phydm_cck_pd.o
│ │ ├── phydm_ccx.c
│ │ ├── phydm_ccx.h
│ │ ├── phydm_ccx.o
│ │ ├── phydm_cfotracking.c
│ │ ├── phydm_cfotracking.h
│ │ ├── phydm_cfotracking.o
│ │ ├── phydm_debug.c
│ │ ├── phydm_debug.h
│ │ ├── phydm_debug.o
│ │ ├── phydm_dfs.c
│ │ ├── phydm_dfs.h
│ │ ├── phydm_dfs.o
│ │ ├── phydm_dig.c
│ │ ├── phydm_dig.h
│ │ ├── phydm_dig.o
│ │ ├── phydm_direct_bf.c
│ │ ├── phydm_direct_bf.h
│ │ ├── phydm_direct_bf.o
│ │ ├── phydm_dynamictxpower.c
│ │ ├── phydm_dynamictxpower.h
│ │ ├── phydm_dynamictxpower.o
│ │ ├── phydm_features_ap.h
│ │ ├── phydm_features_ce2_kernel.h
│ │ ├── phydm_features_ce.h
│ │ ├── phydm_features.h
│ │ ├── phydm_features_iot.h
│ │ ├── phydm_features_win.h
│ │ ├── phydm.h
│ │ ├── phydm_hwconfig.c
│ │ ├── phydm_hwconfig.h
│ │ ├── phydm_hwconfig.o
│ │ ├── phydm_interface.c
│ │ ├── phydm_interface.h
│ │ ├── phydm_interface.o
│ │ ├── phydm_lna_sat.c
│ │ ├── phydm_lna_sat.h
│ │ ├── phydm_lna_sat.o
│ │ ├── phydm_math_lib.c
│ │ ├── phydm_math_lib.h
│ │ ├── phydm_math_lib.o
│ │ ├── phydm.mk
│ │ ├── phydm_mp.c
│ │ ├── phydm_mp.h
│ │ ├── phydm_mp.o
│ │ ├── phydm_noisemonitor.c
│ │ ├── phydm_noisemonitor.h
│ │ ├── phydm_noisemonitor.o
│ │ ├── phydm.o
│ │ ├── phydm_pathdiv.c
│ │ ├── phydm_pathdiv.h
│ │ ├── phydm_pathdiv.o
│ │ ├── phydm_phystatus.c
│ │ ├── phydm_phystatus.h
│ │ ├── phydm_phystatus.o
│ │ ├── phydm_pmac_tx_setting.c
│ │ ├── phydm_pmac_tx_setting.h
│ │ ├── phydm_pmac_tx_setting.o
│ │ ├── phydm_pow_train.c
│ │ ├── phydm_pow_train.h
│ │ ├── phydm_pow_train.o
│ │ ├── phydm_precomp.h
│ │ ├── phydm_pre_define.h
│ │ ├── phydm_primary_cca.c
│ │ ├── phydm_primary_cca.h
│ │ ├── phydm_primary_cca.o
│ │ ├── phydm_psd.c
│ │ ├── phydm_psd.h
│ │ ├── phydm_psd.o
│ │ ├── phydm_rainfo.c
│ │ ├── phydm_rainfo.h
│ │ ├── phydm_rainfo.o
│ │ ├── phydm_regdefine11ac.h
│ │ ├── phydm_regdefine11n.h
│ │ ├── phydm_reg.h
│ │ ├── phydm_regtable.h
│ │ ├── phydm_rssi_monitor.c
│ │ ├── phydm_rssi_monitor.h
│ │ ├── phydm_rssi_monitor.o
│ │ ├── phydm_smt_ant.c
│ │ ├── phydm_smt_ant.h
│ │ ├── phydm_smt_ant.o
│ │ ├── phydm_soml.c
│ │ ├── phydm_soml.h
│ │ ├── phydm_soml.o
│ │ ├── phydm_types.h
│ │ ├── rtl8822c
│ │ │ ├── halhwimg8822c_bb.c
│ │ │ ├── halhwimg8822c_bb.h
│ │ │ ├── halhwimg8822c_bb.o
│ │ │ ├── mp_precomp.h
│ │ │ ├── phydm_hal_api8822c.c
│ │ │ ├── phydm_hal_api8822c.h
│ │ │ ├── phydm_hal_api8822c.o
│ │ │ ├── phydm_regconfig8822c.c
│ │ │ ├── phydm_regconfig8822c.h
│ │ │ ├── phydm_regconfig8822c.o
│ │ │ ├── phydm_rtl8822c.c
│ │ │ ├── phydm_rtl8822c.h
│ │ │ ├── phydm_rtl8822c.o
│ │ │ └── version_rtl8822c.h
│ │ ├── sd4_phydm_2_kernel.mk
│ │ └── txbf
│ │ ├── halcomtxbf.c
│ │ ├── halcomtxbf.h
│ │ ├── halcomtxbf.o
│ │ ├── haltxbf8192e.c
│ │ ├── haltxbf8192e.h
│ │ ├── haltxbf8814a.c
│ │ ├── haltxbf8814a.h
│ │ ├── haltxbf8822b.c
│ │ ├── haltxbf8822b.h
│ │ ├── haltxbfinterface.c
│ │ ├── haltxbfinterface.h
│ │ ├── haltxbfinterface.o
│ │ ├── haltxbfjaguar.c
│ │ ├── haltxbfjaguar.h
│ │ ├── phydm_hal_txbf_api.c
│ │ ├── phydm_hal_txbf_api.h
│ │ └── phydm_hal_txbf_api.o
│ └── rtl8822c
│ ├── hal8822c_fw.c
│ ├── hal8822c_fw.h
│ ├── hal8822c_fw.o
│ ├── rtl8822c_cmd.c
│ ├── rtl8822c_cmd.o
│ ├── rtl8822c.h
│ ├── rtl8822c_halinit.c
│ ├── rtl8822c_halinit.o
│ ├── rtl8822c_mac.c
│ ├── rtl8822c_mac.o
│ ├── rtl8822c_ops.c
│ ├── rtl8822c_ops.o
│ ├── rtl8822c_phy.c
│ ├── rtl8822c_phy.o
│ └── sdio
│ ├── rtl8822cs.h
│ ├── rtl8822cs_halinit.c
│ ├── rtl8822cs_halinit.o
│ ├── rtl8822cs_halmac.c
│ ├── rtl8822cs_halmac.o
│ ├── rtl8822cs_io.c
│ ├── rtl8822cs_io.o
│ ├── rtl8822cs_led.c
│ ├── rtl8822cs_led.o
│ ├── rtl8822cs_ops.c
│ ├── rtl8822cs_ops.o
│ ├── rtl8822cs_recv.c
│ ├── rtl8822cs_recv.o
│ ├── rtl8822cs_xmit.c
│ └── rtl8822cs_xmit.o
├── halmac.mk
├── ifcfg-wlan0
├── include
│ ├── autoconf.h
│ ├── basic_types.h
│ ├── byteorder
│ │ ├── big_endian.h
│ │ ├── generic.h
│ │ ├── little_endian.h
│ │ ├── swabb.h
│ │ └── swab.h
│ ├── circ_buf.h
│ ├── cmd_osdep.h
│ ├── cmn_info
│ │ └── rtw_sta_info.h
│ ├── custom_gpio.h
│ ├── drv_conf.h
│ ├── drv_types_ce.h
│ ├── drv_types_gspi.h
│ ├── drv_types.h
│ ├── drv_types_linux.h
│ ├── drv_types_pci.h
│ ├── drv_types_sdio.h
│ ├── drv_types_xp.h
│ ├── ethernet.h
│ ├── gspi_hal.h
│ ├── gspi_ops.h
│ ├── gspi_ops_linux.h
│ ├── gspi_osintf.h
│ ├── h2clbk.h
│ ├── Hal8188EPhyCfg.h
│ ├── Hal8188EPhyReg.h
│ ├── Hal8188EPwrSeq.h
│ ├── Hal8188FPhyCfg.h
│ ├── Hal8188FPhyReg.h
│ ├── Hal8188FPwrSeq.h
│ ├── Hal8192EPhyCfg.h
│ ├── Hal8192EPhyReg.h
│ ├── Hal8192EPwrSeq.h
│ ├── Hal8192FPhyCfg.h
│ ├── Hal8192FPhyReg.h
│ ├── Hal8192FPwrSeq.h
│ ├── Hal8703BPhyCfg.h
│ ├── Hal8703BPhyReg.h
│ ├── Hal8703BPwrSeq.h
│ ├── Hal8710BPhyCfg.h
│ ├── Hal8710BPhyReg.h
│ ├── Hal8710BPwrSeq.h
│ ├── Hal8723BPhyCfg.h
│ ├── Hal8723BPhyReg.h
│ ├── Hal8723BPwrSeq.h
│ ├── Hal8723DPhyCfg.h
│ ├── Hal8723DPhyReg.h
│ ├── Hal8723DPwrSeq.h
│ ├── Hal8723PwrSeq.h
│ ├── Hal8812PhyCfg.h
│ ├── Hal8812PhyReg.h
│ ├── Hal8812PwrSeq.h
│ ├── Hal8814PhyCfg.h
│ ├── Hal8814PhyReg.h
│ ├── Hal8814PwrSeq.h
│ ├── Hal8821APwrSeq.h
│ ├── hal_btcoex.h
│ ├── hal_btcoex_wifionly.h
│ ├── hal_com.h
│ ├── hal_com_h2c.h
│ ├── hal_com_led.h
│ ├── hal_com_phycfg.h
│ ├── hal_com_reg.h
│ ├── hal_data.h
│ ├── hal_gspi.h
│ ├── hal_ic_cfg.h
│ ├── hal_intf.h
│ ├── hal_pg.h
│ ├── hal_phy.h
│ ├── hal_phy_reg.h
│ ├── HalPwrSeqCmd.h
│ ├── hal_sdio_coex.h
│ ├── hal_sdio.h
│ ├── HalVerDef.h
│ ├── ieee80211_ext.h
│ ├── ieee80211.h
│ ├── if_ether.h
│ ├── ip.h
│ ├── linux
│ │ └── wireless.h
│ ├── mlme_osdep.h
│ ├── nic_spec.h
│ ├── osdep_intf.h
│ ├── osdep_service_bsd.h
│ ├── osdep_service_ce.h
│ ├── osdep_service.h
│ ├── osdep_service_linux.h
│ ├── osdep_service_xp.h
│ ├── pci_hal.h
│ ├── pci_ops.h
│ ├── pci_osintf.h
│ ├── recv_osdep.h
│ ├── rtl8188e_cmd.h
│ ├── rtl8188e_dm.h
│ ├── rtl8188e_hal.h
│ ├── rtl8188e_led.h
│ ├── rtl8188e_recv.h
│ ├── rtl8188e_rf.h
│ ├── rtl8188e_spec.h
│ ├── rtl8188e_sreset.h
│ ├── rtl8188e_xmit.h
│ ├── rtl8188f_cmd.h
│ ├── rtl8188f_dm.h
│ ├── rtl8188f_hal.h
│ ├── rtl8188f_led.h
│ ├── rtl8188f_recv.h
│ ├── rtl8188f_rf.h
│ ├── rtl8188f_spec.h
│ ├── rtl8188f_sreset.h
│ ├── rtl8188f_xmit.h
│ ├── rtl8192e_cmd.h
│ ├── rtl8192e_dm.h
│ ├── rtl8192e_hal.h
│ ├── rtl8192e_led.h
│ ├── rtl8192e_recv.h
│ ├── rtl8192e_rf.h
│ ├── rtl8192e_spec.h
│ ├── rtl8192e_sreset.h
│ ├── rtl8192e_xmit.h
│ ├── rtl8192f_cmd.h
│ ├── rtl8192f_dm.h
│ ├── rtl8192f_hal.h
│ ├── rtl8192f_led.h
│ ├── rtl8192f_recv.h
│ ├── rtl8192f_rf.h
│ ├── rtl8192f_spec.h
│ ├── rtl8192f_sreset.h
│ ├── rtl8192f_xmit.h
│ ├── rtl8703b_cmd.h
│ ├── rtl8703b_dm.h
│ ├── rtl8703b_hal.h
│ ├── rtl8703b_led.h
│ ├── rtl8703b_recv.h
│ ├── rtl8703b_rf.h
│ ├── rtl8703b_spec.h
│ ├── rtl8703b_sreset.h
│ ├── rtl8703b_xmit.h
│ ├── rtl8710b_cmd.h
│ ├── rtl8710b_dm.h
│ ├── rtl8710b_hal.h
│ ├── rtl8710b_led.h
│ ├── rtl8710b_lps_poff.h
│ ├── rtl8710b_recv.h
│ ├── rtl8710b_rf.h
│ ├── rtl8710b_spec.h
│ ├── rtl8710b_sreset.h
│ ├── rtl8710b_xmit.h
│ ├── rtl8723b_cmd.h
│ ├── rtl8723b_dm.h
│ ├── rtl8723b_hal.h
│ ├── rtl8723b_led.h
│ ├── rtl8723b_recv.h
│ ├── rtl8723b_rf.h
│ ├── rtl8723b_spec.h
│ ├── rtl8723b_sreset.h
│ ├── rtl8723b_xmit.h
│ ├── rtl8723d_cmd.h
│ ├── rtl8723d_dm.h
│ ├── rtl8723d_hal.h
│ ├── rtl8723d_led.h
│ ├── rtl8723d_lps_poff.h
│ ├── rtl8723d_recv.h
│ ├── rtl8723d_rf.h
│ ├── rtl8723d_spec.h
│ ├── rtl8723d_sreset.h
│ ├── rtl8723d_xmit.h
│ ├── rtl8812a_cmd.h
│ ├── rtl8812a_dm.h
│ ├── rtl8812a_hal.h
│ ├── rtl8812a_led.h
│ ├── rtl8812a_recv.h
│ ├── rtl8812a_rf.h
│ ├── rtl8812a_spec.h
│ ├── rtl8812a_sreset.h
│ ├── rtl8812a_xmit.h
│ ├── rtl8814a_cmd.h
│ ├── rtl8814a_dm.h
│ ├── rtl8814a_hal.h
│ ├── rtl8814a_led.h
│ ├── rtl8814a_recv.h
│ ├── rtl8814a_rf.h
│ ├── rtl8814a_spec.h
│ ├── rtl8814a_sreset.h
│ ├── rtl8814a_xmit.h
│ ├── rtl8821a_spec.h
│ ├── rtl8821a_xmit.h
│ ├── rtl8821c_dm.h
│ ├── rtl8821ce_hal.h
│ ├── rtl8821c_hal.h
│ ├── rtl8821cs_hal.h
│ ├── rtl8821c_spec.h
│ ├── rtl8821cu_hal.h
│ ├── rtl8822be_hal.h
│ ├── rtl8822b_hal.h
│ ├── rtl8822bs_hal.h
│ ├── rtl8822bu_hal.h
│ ├── rtl8822ce_hal.h
│ ├── rtl8822c_hal.h
│ ├── rtl8822cs_hal.h
│ ├── rtl8822cu_hal.h
│ ├── rtw_android.h
│ ├── rtw_ap.h
│ ├── rtw_beamforming.h
│ ├── rtw_br_ext.h
│ ├── rtw_btcoex.h
│ ├── rtw_btcoex_wifionly.h
│ ├── rtw_bt_mp.h
│ ├── rtw_byteorder.h
│ ├── rtw_cmd.h
│ ├── rtw_debug.h
│ ├── rtw_eeprom.h
│ ├── rtw_efuse.h
│ ├── rtw_event.h
│ ├── rtw_ht.h
│ ├── rtw_ioctl.h
│ ├── rtw_ioctl_query.h
│ ├── rtw_ioctl_set.h
│ ├── rtw_io.h
│ ├── rtw_iol.h
│ ├── rtw_mcc.h
│ ├── rtw_mem.h
│ ├── rtw_mi.h
│ ├── rtw_mlme_ext.h
│ ├── rtw_mlme.h
│ ├── rtw_mp.h
│ ├── rtw_mp_phy_regdef.h
│ ├── rtw_odm.h
│ ├── rtw_p2p.h
│ ├── rtw_pwrctrl.h
│ ├── rtw_qos.h
│ ├── rtw_recv.h
│ ├── rtw_rf.h
│ ├── rtw_rm_fsm.h
│ ├── rtw_rm.h
│ ├── rtw_rson.h
│ ├── rtw_sdio.h
│ ├── rtw_security.h
│ ├── rtw_sreset.h
│ ├── rtw_tdls.h
│ ├── rtw_version.h
│ ├── rtw_vht.h
│ ├── rtw_wapi.h
│ ├── rtw_wifi_regd.h
│ ├── rtw_xmit.h
│ ├── sdio_hal.h
│ ├── sdio_ops_ce.h
│ ├── sdio_ops.h
│ ├── sdio_ops_linux.h
│ ├── sdio_ops_xp.h
│ ├── sdio_osintf.h
│ ├── sta_info.h
│ ├── usb_hal.h
│ ├── usb_ops.h
│ ├── usb_ops_linux.h
│ ├── usb_osintf.h
│ ├── usb_vendor_req.h
│ ├── wifi.h
│ ├── wlan_bssdef.h
│ └── xmit_osdep.h
├── Kconfig
├── Makefile
├── modules.order
├── os_dep
│ ├── linux
│ │ ├── custom_gpio_linux.c
│ │ ├── custom_gpio_linux.o
│ │ ├── ioctl_cfg80211.c
│ │ ├── ioctl_cfg80211.h
│ │ ├── ioctl_cfg80211.o
│ │ ├── ioctl_linux.c
│ │ ├── ioctl_linux.o
│ │ ├── ioctl_mp.c
│ │ ├── ioctl_mp.o
│ │ ├── mlme_linux.c
│ │ ├── mlme_linux.o
│ │ ├── os_intfs.c
│ │ ├── os_intfs.o
│ │ ├── recv_linux.c
│ │ ├── recv_linux.o
│ │ ├── rhashtable.c
│ │ ├── rhashtable.h
│ │ ├── rtw_android.c
│ │ ├── rtw_android.o
│ │ ├── rtw_cfgvendor.c
│ │ ├── rtw_cfgvendor.h
│ │ ├── rtw_cfgvendor.o
│ │ ├── rtw_proc.c
│ │ ├── rtw_proc.h
│ │ ├── rtw_proc.o
│ │ ├── rtw_rhashtable.c
│ │ ├── rtw_rhashtable.h
│ │ ├── rtw_rhashtable.o
│ │ ├── sdio_intf.c
│ │ ├── sdio_intf.o
│ │ ├── sdio_ops_linux.c
│ │ ├── sdio_ops_linux.o
│ │ ├── wifi_regd.c
│ │ ├── wifi_regd.o
│ │ ├── xmit_linux.c
│ │ └── xmit_linux.o
│ ├── osdep_service.c
│ ├── osdep_service.o
│ └── osdep_service.o.ur-safe
├── platform
│ ├── custom_country_chplan.h
│ ├── platform_aml_s905_sdio.c
│ ├── platform_aml_s905_sdio.h
│ ├── platform_arm_act_sdio.c
│ ├── platform_ARM_SUN50IW1P1_sdio.c
│ ├── platform_ARM_SUNnI_sdio.c
│ ├── platform_ARM_SUNxI_sdio.c
│ ├── platform_ARM_SUNxI_usb.c
│ ├── platform_ARM_WMT_sdio.c
│ ├── platform_hisilicon_hi3798_sdio.c
│ ├── platform_hisilicon_hi3798_sdio.h
│ ├── platform_ops.c
│ ├── platform_ops.h
│ ├── platform_ops.o
│ ├── platform_RTK_DMP_usb.c
│ ├── platform_sprd_sdio.c
│ ├── platform_zte_zx296716_sdio.c
│ └── platform_zte_zx296716_sdio.h
├── rtl8822c.mk
├── runwpa
└── wlan0dhcp
27 directories, 801 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论