cfg80211: constify more pointers in the cfg80211 API
authorJohannes Berg <johannes.berg@intel.com>
Mon, 19 May 2014 15:53:16 +0000 (17:53 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 19 May 2014 15:53:16 +0000 (17:53 +0200)
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 <johannes.berg@intel.com>

No differences found