]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Remove duplicated code from ipw2200.c
authorLarry Finger <Larry.Finger@lwfinger.net>
Tue, 28 Feb 2006 15:48:28 +0000 (09:48 -0600)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 17 Mar 2006 19:01:34 +0000 (14:01 -0500)
commit69903b6ec6fea8e5db035a7f3c7a144015f889d9
tree068a78c91f1cf9f7b491afa08a1877e278cc3beb
parent8db21d59544bdc09d2e7c5dcf69b45409a54638d
[PATCH] Remove duplicated code from ipw2200.c

As stated in a comment, the ipw2200 driver uses several routines that
were borrowed from ieee80211_geo.c. As ipw2200 requires ieee80211,
these routines are duplicated. The attached patch, which is sent
as an attachment to preserve whitespace, converts ipw2200.c to use
the ieee80211 versions, thereby reducing bloat in both the source
and binary.

Signed-Off-By: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ipw2200.c