diff options
author | Johannes Berg | 2012-04-02 15:09:26 +0200 |
---|---|---|
committer | Wey-Yi Guy | 2012-04-23 14:22:08 -0700 |
commit | 65aa2e5540d4bd65b1d29169184b2348384a2100 (patch) | |
tree | dafedf841b10a1923bcc9c6541581037a67a43b5 /drivers/net/wireless | |
parent | bb982e3af8fae7ba1f2d7ba331ff909dbf4d7ef7 (diff) |
iwlwifi: remove bt_siso_mode declaration
That variable doesn't exist anywhere.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-core.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-core.h b/drivers/net/wireless/iwlwifi/iwl-core.h index 199a0c03774c..6e5fb78ed210 100644 --- a/drivers/net/wireless/iwlwifi/iwl-core.h +++ b/drivers/net/wireless/iwlwifi/iwl-core.h @@ -125,9 +125,4 @@ static inline void iwl_update_stats(struct iwl_priv *priv, bool is_tx, #define IWL_TRAFFIC_ENTRIES (256) #define IWL_TRAFFIC_ENTRY_SIZE (64) -/***************************************************** - * S e n d i n g H o s t C o m m a n d s * - *****************************************************/ -extern bool bt_siso_mode; - #endif /* __iwl_core_h__ */ |