mac80211: constify ieee80211_if_conf.bssid

Then one place can be a static const.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Acked-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Johannes Berg
2009-01-21 12:47:05 +01:00
committed by John W. Linville
parent e9414b6b3f
commit 5f936f1161
6 changed files with 6 additions and 6 deletions

View File

@@ -643,7 +643,7 @@ enum ieee80211_if_conf_change {
*/
struct ieee80211_if_conf {
u32 changed;
u8 *bssid;
const u8 *bssid;
};
/**