diff options
Diffstat (limited to 'recipes-kernel/rsi-91x/files/rsi_91x.conf')
-rw-r--r-- | recipes-kernel/rsi-91x/files/rsi_91x.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-kernel/rsi-91x/files/rsi_91x.conf b/recipes-kernel/rsi-91x/files/rsi_91x.conf new file mode 100644 index 0000000..6d08138 --- /dev/null +++ b/recipes-kernel/rsi-91x/files/rsi_91x.conf @@ -0,0 +1,14 @@ +# /etc/modules-load.d/rsi_91x +# +# dev_oper_mode for driver load +# 1 STA or AP +# 4 BT EDR +# 5 STA and BT EDR +# 6 AP and BT EDR +# 8 BT LE +# 9 STA and BT LE +# 10 AP and BT LE +# 12 BT EDR and BT LE +# 13 STA and BT EDR and BT LE +# 14 AP and BT EDR and BT LE +options rsi_91x dev_oper_mode=1 |