iwlwifi: remove rts_threshold
authorJohannes Berg <johannes.berg@intel.com>
Thu, 29 Apr 2010 11:43:02 +0000 (04:43 -0700)
committerReinette Chatre <reinette.chatre@intel.com>
Mon, 10 May 2010 22:08:56 +0000 (15:08 -0700)
We never use that member of struct iwl_priv.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
drivers/net/wireless/iwlwifi/iwl-dev.h

index 19a5c89..d09c8bc 100644 (file)
@@ -1211,7 +1211,6 @@ struct iwl_priv {
 
        /* context information */
        u8 bssid[ETH_ALEN];
-       u16 rts_threshold;
        u8 mac_addr[ETH_ALEN];
 
        /*station table variables */