From: Johannes Berg Date: Mon, 19 May 2014 15:53:16 +0000 (+0200) Subject: cfg80211: constify more pointers in the cfg80211 API X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~122^2^2~17^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1e5f4714d591cc0a5e986613fdefa61abe98ac2;p=pandora-kernel.git cfg80211: constify more pointers in the cfg80211 API This also propagates through the drivers. The orinoco driver uses the cfg80211 API structs for internal bookkeeping, and so needs a (void *) cast that removes the const - but that's OK because it allocates those pointers. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed