Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Unified Diff: chromeos/compat-wireless/drivers/net/wireless/ath/ath9k/hw.h

Issue 6393011: ath9k: Add pktlog support Base URL: ssh://git@gitrw.chromium.org:9222/kernel.git@master
Patch Set: add missing files Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};

Powered by Google App Engine
This is Rietveld 408576698