summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJohannes Berg2009-01-21 12:47:05 +0100
committerJohn W. Linville2009-01-29 22:01:07 +0100
commit5f936f11613c32ca7f8ed5fa333bb38a4501deeb (patch)
tree6963b1e32eaa4d4bdb14655c9e8f209bf0e2c7f7 /include
parentiwl3945: fix deep sleep when removing the driver. (diff)
downloadkernel-qcow2-linux-5f936f11613c32ca7f8ed5fa333bb38a4501deeb.tar.gz
kernel-qcow2-linux-5f936f11613c32ca7f8ed5fa333bb38a4501deeb.tar.xz
kernel-qcow2-linux-5f936f11613c32ca7f8ed5fa333bb38a4501deeb.zip
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>
Diffstat (limited to 'include')
-rw-r--r--include/net/mac80211.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 9a5869e9ecfa..ef42559694f1 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -643,7 +643,7 @@ enum ieee80211_if_conf_change {
*/
struct ieee80211_if_conf {
u32 changed;
- u8 *bssid;
+ const u8 *bssid;
};
/**