]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mac80211: Make addr const in SET_IEEE80211_PERM_ADDR()
authorBjorn Andersson <bjorn@kryo.se>
Thu, 24 Dec 2015 08:33:26 +0000 (00:33 -0800)
committerNicolas Dechesne <nicolas.dechesne@linaro.org>
Tue, 21 Jun 2016 08:02:24 +0000 (11:02 +0300)
commit3425930135709f68f45572bef7409bada2f52cb2
tree0c2f8217c29a85dc6114bbfa2b1452ad018db219
parentc7ea157330918d791c5fe1c96f402d0c823d0b8b
mac80211: Make addr const in SET_IEEE80211_PERM_ADDR()

Make the addr parameter const in SET_IEEE80211_PERM_ADDR() to save
clients from having to cast away a const qualifier.

Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h