cfg80211: constify WDS address
authorJohannes Berg <johannes.berg@intel.com>
Thu, 7 Oct 2010 11:11:09 +0000 (13:11 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 7 Oct 2010 18:41:28 +0000 (14:41 -0400)
commit388ac775be95e510c2095ed6cd59422a5183a9fb
treebbdb6f1b5aa46ec8ebb5c1eccdd4934082a66094
parent43b19952de54b0fccfcdc5968891ebe550367fe8
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>
include/net/cfg80211.h
net/mac80211/cfg.c
net/wireless/nl80211.c