ipw2x00: replace "ieee80211" with "libipw" where appropriate
authorPavel Roskin <proski@gnu.org>
Fri, 12 Mar 2010 05:01:22 +0000 (00:01 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 15 Mar 2010 19:32:07 +0000 (15:32 -0400)
commit27ae60f8f7aac221b428422eecafddaa7aff9549
tree20a1a1fdca308f102e1c443e9f73868af83eca5b
parent484b4dd582867c6cfec3a1feb128d60af21c4978
ipw2x00: replace "ieee80211" with "libipw" where appropriate

"ieee80211" was the old name of the common library for ipw2100 and
ipw2200.  It was renamed to "libipw", but some occurrences of the old
name remained.

Rename alloc_ieee80211() to alloc_libipw() and free_ieee80211() to
free_libipw().  Adjust comments and label names.  Change prefixes in
diagnostic messages.

Keep /proc/net/ieee80211 under the original name to avoid breaking user
interface.

Move the affected EXPORT_SYMBOL macros to their proper places.

Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ipw2x00/ipw2100.c
drivers/net/wireless/ipw2x00/ipw2200.c
drivers/net/wireless/ipw2x00/libipw.h
drivers/net/wireless/ipw2x00/libipw_module.c