commit | c1e5f4714d591cc0a5e986613fdefa61abe98ac2 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Mon May 19 17:53:16 2014 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon May 19 17:53:16 2014 +0200 |
tree | 41e8b20e1c93e142f5dfbca513fbb770445102c6 | |
parent | 3b3a0162fade6b83d5c83efafcd5adb9e4537047 [diff] |
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 <johannes.berg@intel.com>