]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9a4f985ad9146521ca6a4b501d3d26ba73bc2ad7
treeda30c85bdaf976ef3ddc98d7b04b4d6b03261216
parent13196f13c272f8ac4498e4e3286442259471ae42
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