]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - net/wireless/nl80211.c
nl80211: make netlink attribute policies const
authorJohannes Berg <johannes.berg@intel.com>
Mon, 20 Jan 2014 22:58:15 +0000 (23:58 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 4 Feb 2014 20:48:22 +0000 (21:48 +0100)
commit94e860f13d39fce83afc6a60619539fc035cac73
treeda30c85bdaf976ef3ddc98d7b04b4d6b03261216
parent8a47cea7d4a25babf14d02be8aabb98949dd2bed
nl80211: make netlink attribute policies const

There's no reason for netlink attribute policies to be
__read_mostly, they can just be const.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/nl80211.c