diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ath9k.h')
| -rw-r--r-- | drivers/net/wireless/ath/ath9k/ath9k.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h index 23838e37d45f..1a7fa6ea4cf5 100644 --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h | |||
| @@ -21,7 +21,6 @@ | |||
| 21 | #include <linux/device.h> | 21 | #include <linux/device.h> |
| 22 | #include <linux/leds.h> | 22 | #include <linux/leds.h> |
| 23 | #include <linux/completion.h> | 23 | #include <linux/completion.h> |
| 24 | #include <linux/pm_qos_params.h> | ||
| 25 | 24 | ||
| 26 | #include "debug.h" | 25 | #include "debug.h" |
| 27 | #include "common.h" | 26 | #include "common.h" |
| @@ -57,8 +56,6 @@ struct ath_node; | |||
| 57 | 56 | ||
| 58 | #define A_MAX(a, b) ((a) > (b) ? (a) : (b)) | 57 | #define A_MAX(a, b) ((a) > (b) ? (a) : (b)) |
| 59 | 58 | ||
| 60 | #define ATH9K_PM_QOS_DEFAULT_VALUE 55 | ||
| 61 | |||
| 62 | #define TSF_TO_TU(_h,_l) \ | 59 | #define TSF_TO_TU(_h,_l) \ |
| 63 | ((((u32)(_h)) << 22) | (((u32)(_l)) >> 10)) | 60 | ((((u32)(_h)) << 22) | (((u32)(_l)) >> 10)) |
| 64 | 61 | ||
| @@ -633,8 +630,6 @@ struct ath_softc { | |||
| 633 | struct ath_descdma txsdma; | 630 | struct ath_descdma txsdma; |
| 634 | 631 | ||
| 635 | struct ath_ant_comb ant_comb; | 632 | struct ath_ant_comb ant_comb; |
| 636 | |||
| 637 | struct pm_qos_request_list pm_qos_req; | ||
| 638 | }; | 633 | }; |
| 639 | 634 | ||
| 640 | struct ath_wiphy { | 635 | struct ath_wiphy { |
| @@ -666,7 +661,6 @@ static inline void ath_read_cachesize(struct ath_common *common, int *csz) | |||
| 666 | extern struct ieee80211_ops ath9k_ops; | 661 | extern struct ieee80211_ops ath9k_ops; |
| 667 | extern int ath9k_modparam_nohwcrypt; | 662 | extern int ath9k_modparam_nohwcrypt; |
| 668 | extern int led_blink; | 663 | extern int led_blink; |
| 669 | extern int ath9k_pm_qos_value; | ||
| 670 | extern bool is_ath9k_unloaded; | 664 | extern bool is_ath9k_unloaded; |
| 671 | 665 | ||
| 672 | irqreturn_t ath_isr(int irq, void *dev); | 666 | irqreturn_t ath_isr(int irq, void *dev); |
