diff options
Diffstat (limited to 'drivers/net/wireless/ath')
-rw-r--r-- | drivers/net/wireless/ath/ath6kl/usb.c | 1 | ||||
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hif_usb.c | 1 | ||||
-rw-r--r-- | drivers/net/wireless/ath/carl9170/usb.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/usb.c b/drivers/net/wireless/ath/ath6kl/usb.c index dfbbe9e7ff75..3740c3d6ab88 100644 --- a/drivers/net/wireless/ath/ath6kl/usb.c +++ b/drivers/net/wireless/ath/ath6kl/usb.c | |||
@@ -1191,6 +1191,7 @@ static struct usb_driver ath6kl_usb_driver = { | |||
1191 | .disconnect = ath6kl_usb_remove, | 1191 | .disconnect = ath6kl_usb_remove, |
1192 | .id_table = ath6kl_usb_ids, | 1192 | .id_table = ath6kl_usb_ids, |
1193 | .supports_autosuspend = true, | 1193 | .supports_autosuspend = true, |
1194 | .disable_hub_initiated_lpm = 1, | ||
1194 | }; | 1195 | }; |
1195 | 1196 | ||
1196 | static int ath6kl_usb_init(void) | 1197 | static int ath6kl_usb_init(void) |
diff --git a/drivers/net/wireless/ath/ath9k/hif_usb.c b/drivers/net/wireless/ath/ath9k/hif_usb.c index f67cd952e741..aa327adcc3d8 100644 --- a/drivers/net/wireless/ath/ath9k/hif_usb.c +++ b/drivers/net/wireless/ath/ath9k/hif_usb.c | |||
@@ -1358,6 +1358,7 @@ static struct usb_driver ath9k_hif_usb_driver = { | |||
1358 | #endif | 1358 | #endif |
1359 | .id_table = ath9k_hif_usb_ids, | 1359 | .id_table = ath9k_hif_usb_ids, |
1360 | .soft_unbind = 1, | 1360 | .soft_unbind = 1, |
1361 | .disable_hub_initiated_lpm = 1, | ||
1361 | }; | 1362 | }; |
1362 | 1363 | ||
1363 | int ath9k_hif_usb_init(void) | 1364 | int ath9k_hif_usb_init(void) |
diff --git a/drivers/net/wireless/ath/carl9170/usb.c b/drivers/net/wireless/ath/carl9170/usb.c index 89821e4835c7..888152ce3eca 100644 --- a/drivers/net/wireless/ath/carl9170/usb.c +++ b/drivers/net/wireless/ath/carl9170/usb.c | |||
@@ -1159,6 +1159,7 @@ static struct usb_driver carl9170_driver = { | |||
1159 | .resume = carl9170_usb_resume, | 1159 | .resume = carl9170_usb_resume, |
1160 | .reset_resume = carl9170_usb_resume, | 1160 | .reset_resume = carl9170_usb_resume, |
1161 | #endif /* CONFIG_PM */ | 1161 | #endif /* CONFIG_PM */ |
1162 | .disable_hub_initiated_lpm = 1, | ||
1162 | }; | 1163 | }; |
1163 | 1164 | ||
1164 | module_usb_driver(carl9170_driver); | 1165 | module_usb_driver(carl9170_driver); |