commit | 0af8bcae6f44aa440e51b1925635fb835cd68058 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Apr 30 14:08:00 2010 -0700 |
committer | Reinette Chatre <reinette.chatre@intel.com> | Thu May 13 10:42:32 2010 -0700 |
tree | 99256de08f84d6b2e6db87ec32b3471ed5bb3b89 | |
parent | fd76f148ebc67d662f71f00128c8ddb0538168c0 [diff] |
iwlwifi: introduce iwl_sta_id_or_broadcast There are now five places where we need to look up the station ID, but the sta pointer may be NULL due to mac80211 passing that to indicate a certain special state. Replace all these by a new inline function, called iwl_sta_id_or_broadcast(), and add documentation about when to use it. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>