[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)
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>

No differences found