Sync with MCR20a RF driver v1.0.3

pull/8602/head
Arto Kinnunen 2018-11-06 16:51:35 +02:00
parent c0647267cc
commit d5df64299a
1 changed files with 1 additions and 9 deletions

View File

@ -998,19 +998,11 @@ static int8_t rf_extension(phy_extension_type_e extension_type, uint8_t *data_pt
}
break;
}
/*Set channel*/
case PHY_EXTENSION_SET_CHANNEL:
break;
/*Read energy on the channel*/
case PHY_EXTENSION_READ_CHANNEL_ENERGY:
*data_ptr = rf_get_channel_energy();
break;
/*Read status of the link*/
case PHY_EXTENSION_READ_LINK_STATUS:
break;
case PHY_EXTENSION_CONVERT_SIGNAL_INFO:
break;
case PHY_EXTENSION_ACCEPT_ANY_BEACON:
default:
break;
}
return 0;