aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/cfg80211.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 3299d1b731ef..fe4fa287f788 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -1827,7 +1827,7 @@ struct cfg80211_pmksa {
1827 * memory, free @mask only! 1827 * memory, free @mask only!
1828 */ 1828 */
1829struct cfg80211_pkt_pattern { 1829struct cfg80211_pkt_pattern {
1830 u8 *mask, *pattern; 1830 const u8 *mask, *pattern;
1831 int pattern_len; 1831 int pattern_len;
1832 int pkt_offset; 1832 int pkt_offset;
1833}; 1833};