commit | a3d2eaf0dcad6dfdf44f3093aef688dfca714b6c | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Mon Sep 15 11:10:52 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Sep 24 16:17:59 2008 -0400 |
tree | a8e004bc52b6344451007beb1bf9822aed62004a | |
parent | 734366deaee05b1a5842d977960b4cc574d7551d [diff] |
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 <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>