| Index: chromeos/compat-wireless/drivers/net/wireless/ath/ath9k/hw.h
|
| diff --git a/chromeos/compat-wireless/drivers/net/wireless/ath/ath9k/hw.h b/chromeos/compat-wireless/drivers/net/wireless/ath/ath9k/hw.h
|
| index 6f431b141393cbbeeb9151b4c9ae39fbb609dd4e..6fd6c5d49f02f7a0bdfeba3f13680ef96ae0d979 100644
|
| --- a/chromeos/compat-wireless/drivers/net/wireless/ath/ath9k/hw.h
|
| +++ b/chromeos/compat-wireless/drivers/net/wireless/ath/ath9k/hw.h
|
| @@ -614,7 +614,7 @@ struct ath_hw_ops {
|
| const void *ds0, dma_addr_t buf_addr,
|
| unsigned int qcu);
|
| int (*proc_txdesc)(struct ath_hw *ah, void *ds,
|
| - struct ath_tx_status *ts);
|
| + struct ath_tx_status *ts, void* txs_desc);
|
| void (*set11n_txdesc)(struct ath_hw *ah, void *ds,
|
| u32 pktLen, enum ath9k_pkt_type type,
|
| u32 txPower, u32 keyIx,
|
| @@ -849,6 +849,8 @@ struct ath_hw {
|
| */
|
| u32 WARegVal;
|
|
|
| + bool is_pkt_logging;
|
| +
|
| /* Enterprise mode cap */
|
| u32 ent_mode;
|
| };
|
|
|