From: Johannes Berg Date: Mon, 15 Sep 2008 09:10:52 +0000 (+0200) Subject: cfg80211: fix regulatory code const X-Git-Tag: v2.6.28-rc1~717^2~172^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3d2eaf0dcad6dfdf44f3093aef688dfca714b6c;p=pandora-kernel.git cfg80211: fix regulatory code const A few pointers and structures in the regulatory code are const, but because it wasn't done properly a whole bunch of bogus casts were needed to compile without warning. Mark everything const properly to avoid that kind of junk code. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed