
# Options for the RedPine WiFi driver
options onebox_nongpl \
    driver_mode=1 \
    firmware_path=/lib/firmware/rsi/ \
    onebox_zone_enabled=1 \
    ta_aggr=1 \
    skip_fw_load=0 \
    fw_load_mode=1 \
    enable_antenna_diversity=1 \
    coex_mode=1 \
    lp_ps_handshake_mode=0 \
    ulp_ps_handshake_mode=2 \
    obm_ant_sel_val=3 \
    user_onboard_ant_val=0 \
    wlan_rf_power_mode=0x00 \
    bt_rf_power_mode=0x00 \
    zigb_rf_power_mode=0x00 \
    country_code=0 \
    retry_count=15 \
    bt_feature_bitmap=0x00 \
    uart_debug=0x0 \
    peer_dist=0 \
    hardcode_mac_addr=00:00:00:00:00:00 \
    led_func_en=1

# Possible coex_mode values:
#  1 - WLAN station / WiFi-Direct / WLAN PER
#  2 - WLAN access point (including multiple APs on different vaps)
#  3 - WLAN access point + station mode (on multiple vaps)
#  4 - BT class mode / BT class PER mode
#  5 - WLAN station + BT classic mode
#  6 - WLAN access point + BT class mode
#  8 - BT LE mode / BT LE PER mode
#  9 - WLAN station + BT LE mode
# 12 - BT classic + BT LE mode
# 13 - WLAN station + BT classic mode + BT LE mode
# 14 - WLAN access point + BT class mode + BT LE mode
# 16 - ZigBee mode / ZigBee PER mode
# 17 - WLAN station + ZigBee mode
# 32 - ZigBee coordinator mode
# 48 - ZigBee router mode
