diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ath9k.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ath9k.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h index de2b18ee7f77..973c919fdd27 100644 --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h | |||
@@ -239,12 +239,11 @@ struct ath_buf { | |||
239 | struct sk_buff *bf_mpdu; /* enclosing frame structure */ | 239 | struct sk_buff *bf_mpdu; /* enclosing frame structure */ |
240 | void *bf_desc; /* virtual addr of desc */ | 240 | void *bf_desc; /* virtual addr of desc */ |
241 | dma_addr_t bf_daddr; /* physical addr of desc */ | 241 | dma_addr_t bf_daddr; /* physical addr of desc */ |
242 | dma_addr_t bf_buf_addr; /* physical addr of data buffer */ | 242 | dma_addr_t bf_buf_addr; /* physical addr of data buffer, for DMA */ |
243 | bool bf_stale; | 243 | bool bf_stale; |
244 | bool bf_tx_aborted; | 244 | bool bf_tx_aborted; |
245 | u16 bf_flags; | 245 | u16 bf_flags; |
246 | struct ath_buf_state bf_state; | 246 | struct ath_buf_state bf_state; |
247 | dma_addr_t bf_dmacontext; | ||
248 | struct ath_wiphy *aphy; | 247 | struct ath_wiphy *aphy; |
249 | }; | 248 | }; |
250 | 249 | ||
@@ -593,6 +592,8 @@ struct ath_softc { | |||
593 | struct delayed_work wiphy_work; | 592 | struct delayed_work wiphy_work; |
594 | unsigned long wiphy_scheduler_int; | 593 | unsigned long wiphy_scheduler_int; |
595 | int wiphy_scheduler_index; | 594 | int wiphy_scheduler_index; |
595 | struct survey_info *cur_survey; | ||
596 | struct survey_info survey[ATH9K_NUM_CHANNELS]; | ||
596 | 597 | ||
597 | struct tasklet_struct intr_tq; | 598 | struct tasklet_struct intr_tq; |
598 | struct tasklet_struct bcon_tasklet; | 599 | struct tasklet_struct bcon_tasklet; |
@@ -621,8 +622,6 @@ struct ath_softc { | |||
621 | struct ath_rx rx; | 622 | struct ath_rx rx; |
622 | struct ath_tx tx; | 623 | struct ath_tx tx; |
623 | struct ath_beacon beacon; | 624 | struct ath_beacon beacon; |
624 | const struct ath_rate_table *cur_rate_table; | ||
625 | enum wireless_mode cur_rate_mode; | ||
626 | struct ieee80211_supported_band sbands[IEEE80211_NUM_BANDS]; | 625 | struct ieee80211_supported_band sbands[IEEE80211_NUM_BANDS]; |
627 | 626 | ||
628 | struct ath_led radio_led; | 627 | struct ath_led radio_led; |