]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
iwlwifi: note that priv->bssid is used only by 3945
authorJohannes Berg <johannes.berg@intel.com>
Thu, 29 Apr 2010 11:43:10 +0000 (04:43 -0700)
committerReinette Chatre <reinette.chatre@intel.com>
Mon, 10 May 2010 22:09:01 +0000 (15:09 -0700)
The bssid member of struct iwl_priv is now
only used by 3945 code, so note that. It
shouldn't be used by any other code in the
future.

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 bcdb663ec923e7026696f2852c440ec6cc53ad97..46571f7f7abfcc68617665b02870d5d520261b84 100644 (file)
@@ -1210,7 +1210,7 @@ struct iwl_priv {
 #endif
 
        /* context information */
-       u8 bssid[ETH_ALEN];
+       u8 bssid[ETH_ALEN]; /* used only on 3945 but filled by core */
        u8 mac_addr[ETH_ALEN];
 
        /*station table variables */