Lines 1780-1783
Link Here
|
1780 |
.uapsd_disable = IWL_DISABLE_UAPSD_BSS | IWL_DISABLE_UAPSD_P2P_CLIENT, |
1780 |
.uapsd_disable = IWL_DISABLE_UAPSD_BSS | IWL_DISABLE_UAPSD_P2P_CLIENT, |
1781 |
.enable_ini = ENABLE_INI, |
1781 |
.enable_ini = ENABLE_INI, |
|
|
1782 |
.wifi6e_enable = false, |
1782 |
/* the rest are 0 by default */ |
1783 |
/* the rest are 0 by default */ |
1783 |
}; |
1784 |
}; |
Lines 1892-1895
Link Here
|
1892 |
"disable U-APSD functionality bitmap 1: BSS 2: P2P Client (default: 3)"); |
1893 |
"disable U-APSD functionality bitmap 1: BSS 2: P2P Client (default: 3)"); |
1893 |
|
1894 |
|
|
|
1895 |
module_param_named(wifi6e_enable, iwlwifi_mod_params.wifi6e_enable, bool, 0444); |
1896 |
MODULE_PARM_DESC(wifi6e_enable, |
1897 |
"Enable wifi-6e capability (default false)"); |
1898 |
|
1894 |
static int enable_ini_set(const char *arg, const struct kernel_param *kp) |
1899 |
static int enable_ini_set(const char *arg, const struct kernel_param *kp) |
1895 |
{ |
1900 |
{ |