diff options
author | John W. Linville <linville@tuxdriver.com> | 2008-11-11 16:45:38 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-11-21 11:08:18 -0500 |
commit | beb2a7f331361bfe81e71acdb0739eae570475a2 (patch) | |
tree | de7ee004296ae3bd5aeb85c19c82d419074f4f29 /net/Makefile | |
parent | 0795cd29b6fe05107b40080cb1fccadb96320c96 (diff) |
net/ieee80211 -> drivers/net/ipw2x00/libipw_* rename
The old ieee80211 code only remains as a support library for the ipw2100
and ipw2200 drivers. So, move the code and rename it appropriately to
reflects it's true purpose and status.
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 83b064651f1d..e5af3dc3a037 100644 --- a/net/Makefile +++ b/net/Makefile | |||
@@ -51,7 +51,6 @@ obj-$(CONFIG_IP_DCCP) += dccp/ | |||
51 | obj-$(CONFIG_IP_SCTP) += sctp/ | 51 | obj-$(CONFIG_IP_SCTP) += sctp/ |
52 | obj-y += wireless/ | 52 | obj-y += wireless/ |
53 | obj-$(CONFIG_MAC80211) += mac80211/ | 53 | obj-$(CONFIG_MAC80211) += mac80211/ |
54 | obj-$(CONFIG_IEEE80211) += ieee80211/ | ||
55 | obj-$(CONFIG_TIPC) += tipc/ | 54 | obj-$(CONFIG_TIPC) += tipc/ |
56 | obj-$(CONFIG_NETLABEL) += netlabel/ | 55 | obj-$(CONFIG_NETLABEL) += netlabel/ |
57 | obj-$(CONFIG_IUCV) += iucv/ | 56 | obj-$(CONFIG_IUCV) += iucv/ |