[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)
commit1867b117d944ce333e79b9a61c9a048656bee14b
tree068a78c91f1cf9f7b491afa08a1877e278cc3beb
parentdd288e7d75b9041f79fecae77d61cfa345da7266
[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