From: Johannes Berg Date: Thu, 14 Feb 2013 22:33:40 +0000 (+0100) Subject: cfg80211: constify station parameter pointers X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~390^2^2~69^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c1aabf33d1832befc5291a14c870cd09dc2182d;p=pandora-kernel.git 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 --- Reading git-diff-tree failed