cfg80211: constify station parameter pointers
authorJohannes Berg <johannes.berg@intel.com>
Thu, 14 Feb 2013 22:33:40 +0000 (23:33 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 6 Mar 2013 15:35:38 +0000 (16:35 +0100)
commit2c1aabf33d1832befc5291a14c870cd09dc2182d
tree0d2e4675c4709a0e437a5548e89bca8cabad300d
parentf8bacc210408f7a2a182f184a9fa1475b8a67440
cfg80211: constify station parameter pointers

All the pointers point right into the skb data and
not to anything that would be useful to change, so
make them const.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h