mirror of https://gitee.com/openkylin/linux.git
[MAC80211]: rename ieee80211_cfg.c to cfg.c
It's just painful to have the extra ieee80211_ prefix. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: Michael Wu <flamingice@sourmilk.net> Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
dd1cd4c620
commit
fa5fea711f
|
@ -17,7 +17,7 @@ mac80211-objs := \
|
||||||
regdomain.o \
|
regdomain.o \
|
||||||
tkip.o \
|
tkip.o \
|
||||||
aes_ccm.o \
|
aes_ccm.o \
|
||||||
ieee80211_cfg.o \
|
cfg.o \
|
||||||
rx.o \
|
rx.o \
|
||||||
tx.o \
|
tx.o \
|
||||||
key.o \
|
key.o \
|
||||||
|
|
Loading…
Reference in New Issue