Searched refs:HCF_ERR_INCOMP_FW (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dwl_util.c446 case HCF_ERR_INCOMP_FW:
H A Dmdd.h849 #define HCF_ERR_INCOMP_FW 0x0A // station functions are compatible macro
H A Dhcf.c953 int rc = HCF_ERR_INCOMP_FW;
1036 * HCF_ERR_INCOMP_FW
4082 rc = HCF_ERR_INCOMP_FW;
H A Dwl_main.c661 //HCF_ERR_INCOMP_FW is acceptable, because download must still take place
663 if ( hcf_status != HCF_SUCCESS && hcf_status != HCF_ERR_INCOMP_FW ) {
819 if ( hcf_status != HCF_SUCCESS && hcf_status != HCF_ERR_INCOMP_FW ) {
825 if ( hcf_status == HCF_ERR_INCOMP_FW ) {

Completed in 57 milliseconds