git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b3a016
)
cfg80211: constify more pointers in the cfg80211 API
author
Johannes Berg
<johannes.berg@intel.com>
Mon, 19 May 2014 15:53:16 +0000
(17:53 +0200)
committer
Johannes 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