aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.c
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2010-10-07 13:11:09 +0200
committerJohn W. Linville <linville@tuxdriver.com>2010-10-07 14:41:28 -0400
commit388ac775be95e510c2095ed6cd59422a5183a9fb (patch)
treebbdb6f1b5aa46ec8ebb5c1eccdd4934082a66094 /net/mac80211/cfg.c
parent43b19952de54b0fccfcdc5968891ebe550367fe8 (diff)
downloadkernel_samsung_smdk4412-388ac775be95e510c2095ed6cd59422a5183a9fb.zip
kernel_samsung_smdk4412-388ac775be95e510c2095ed6cd59422a5183a9fb.tar.gz
kernel_samsung_smdk4412-388ac775be95e510c2095ed6cd59422a5183a9fb.tar.bz2
cfg80211: constify WDS address
There's no need for the WDS peer address to not be const, so make it const. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/cfg.c')
-rw-r--r--net/mac80211/cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c
index 2e5a3fb..ecf9b71 100644
--- a/net/mac80211/cfg.c
+++ b/net/mac80211/cfg.c
@@ -1363,7 +1363,7 @@ static int ieee80211_get_tx_power(struct wiphy *wiphy, int *dbm)
}
static int ieee80211_set_wds_peer(struct wiphy *wiphy, struct net_device *dev,
- u8 *addr)
+ const u8 *addr)
{
struct ieee80211_sub_if_data *sdata = IEEE80211_DEV_TO_SUB_IF(dev);