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)
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>

No differences found