Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cfg80211: constify station parameter pointers
All the pointers point right into the skb data and not to anything that would be useful to change, so make them const. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
- Loading branch information