ath9k: add DFS pattern detector instance to ath_softc
[deliverable/linux.git] / drivers / net / wireless / ath / ath9k / ath9k.h
index 0792d87558eff731f4538215deaad423f7d18659..0a37631390db8dc9c6b9c734c77a731b6298283b 100644 (file)
@@ -26,6 +26,7 @@
 #include "debug.h"
 #include "common.h"
 #include "mci.h"
+#include "dfs.h"
 
 /*
  * Header for the ath9k.ko driver core *only* -- hw code nor any other driver
@@ -683,6 +684,7 @@ struct ath_softc {
 
        struct ath_ant_comb ant_comb;
        u8 ant_tx, ant_rx;
+       struct dfs_pattern_detector *dfs_detector;
 };
 
 void ath9k_tasklet(unsigned long data);
This page took 0.024149 seconds and 5 git commands to generate.