Skip to content
Snippets Groups Projects
Commit c1e5f471 authored by Johannes Berg's avatar Johannes Berg
Browse files

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: default avatarJohannes Berg <johannes.berg@intel.com>
parent 3b3a0162
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment