wimax_rfkill — Set the software RF switch state for a WiMAX device
int wimax_rfkill ( | struct wimax_dev * wimax_dev, |
enum wimax_rf_state state) ; |
>= 0 toggle state if ok, < 0 errno code on error. The toggle state is returned as a bitmap, bit 0 being the hardware RF state, bit 1 the software RF state.
0 means disabled (WIMAX_RF_ON
, radio on), 1 means enabled radio
off (WIMAX_RF_OFF
).