]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita30b7e3b9b3166377d5e19fab4d94733b63f6dd6
tree0d2e4675c4709a0e437a5548e89bca8cabad300d
parentf05016820418b63cc934f058093a433d60f28c9b
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