mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
8a47cea7d4
The wiphy privid (to identify wiphys) and the cfg80211 ops should both be const, so change them to be. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
9 lines
161 B
C
9 lines
161 B
C
/*
|
|
* mac80211 configuration hooks for cfg80211
|
|
*/
|
|
#ifndef __CFG_H
|
|
#define __CFG_H
|
|
|
|
extern const struct cfg80211_ops mac80211_config_ops;
|
|
|
|
#endif /* __CFG_H */
|