iwl3945: Getting rid of the *39_rxon iwl_priv fields
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / iwlwifi / iwl-dev.h
index 437c05b9a335186fc44ebc9c1464c01f5babf314..b9954bc89cf2d4ceb4f7d0a53d94f192a94542e0 100644 (file)
@@ -1078,13 +1078,6 @@ struct iwl_priv {
 
        /*For 3945*/
 #define IWL_DEFAULT_TX_POWER 0x0F
-       /* We declare this const so it can only be
-        * changed via explicit cast within the
-        * routines that actually update the physical
-        * hardware */
-       const struct iwl3945_rxon_cmd active39_rxon;
-       struct iwl3945_rxon_cmd staging39_rxon;
-       struct iwl3945_rxon_cmd recovery39_rxon;
 
        struct iwl3945_notif_statistics statistics_39;