diff options
Diffstat (limited to 'drivers/net/wireless/rtlwifi/pci.h')
-rw-r--r-- | drivers/net/wireless/rtlwifi/pci.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/rtlwifi/pci.h b/drivers/net/wireless/rtlwifi/pci.h index 0caa8142972..12747b9c71e 100644 --- a/drivers/net/wireless/rtlwifi/pci.h +++ b/drivers/net/wireless/rtlwifi/pci.h | |||
@@ -192,8 +192,8 @@ struct rtl_pci { | |||
192 | u8 const_devicepci_aspm_setting; | 192 | u8 const_devicepci_aspm_setting; |
193 | /*If it supports ASPM, Offset[560h] = 0x40, | 193 | /*If it supports ASPM, Offset[560h] = 0x40, |
194 | otherwise Offset[560h] = 0x00. */ | 194 | otherwise Offset[560h] = 0x00. */ |
195 | bool b_support_aspm; | 195 | bool support_aspm; |
196 | bool b_support_backdoor; | 196 | bool support_backdoor; |
197 | 197 | ||
198 | /*QOS & EDCA */ | 198 | /*QOS & EDCA */ |
199 | enum acm_method acm_method; | 199 | enum acm_method acm_method; |