]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite4912dd8d27aa45ace9fa787650c07fdc98181ea
tree20a1a1fdca308f102e1c443e9f73868af83eca5b
parent88aaa57f400e12b37995b574c1c0599518f03693
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