]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6a0ac417f9a9dbc7439f296e785b70622f633d3c
treebbdb6f1b5aa46ec8ebb5c1eccdd4934082a66094
parent8a8f89532cb502f52b45e35ef61535c6f59d7447
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