diff options
author | Johannes Berg <johannes.berg@intel.com> | 2016-10-10 13:09:52 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2016-10-12 11:50:44 +0300 |
commit | 246ad56e25b4005648cd54e0f0ab8f0357f8a42a (patch) | |
tree | a53ef8e4299db609cacd170b971a85ccaeb0529f /net/mac80211/cfg.c | |
parent | 850092db5acfd9cd2c9c2e80ca974843c4f1283b (diff) | |
download | linux-246ad56e25b4005648cd54e0f0ab8f0357f8a42a.tar.xz |
mac80211_hwsim: make multi-channel ops const
Instead of building the multi-channel ops at runtime, declare
the common ops with a macro and build both that way, so that
the multi-channel ops can also be const.
As a side effect, due to the removed code, this decreases the
size of the module (while shifting data from .bss to .text
due to the newly added const).
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/cfg.c')
0 files changed, 0 insertions, 0 deletions