Skip to content

Commit

Permalink
iwlwifi: note that priv->bssid is used only by 3945
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Johannes Berg authored and Reinette Chatre committed May 10, 2010
1 parent ca3c1f5 commit 59c02b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/iwlwifi/iwl-dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 59c02b4

Please sign in to comment.