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>
This commit is contained in:
Johannes Berg
2010-10-07 13:11:09 +02:00
committed by John W. Linville
parent 43b19952de
commit 388ac775be
3 changed files with 3 additions and 3 deletions

View File

@@ -1229,7 +1229,7 @@ struct cfg80211_ops {
int (*get_tx_power)(struct wiphy *wiphy, int *dbm);
int (*set_wds_peer)(struct wiphy *wiphy, struct net_device *dev,
u8 *addr);
const u8 *addr);
void (*rfkill_poll)(struct wiphy *wiphy);