-
finaly i got it:
i commented out line 11481 in ipw2200.c
now i try the driver .... ill report later.
2007-01-24 22:40:03 UTC in IPW2200/2915 AP for Linux
-
first error fixed:
i changed
struct ieee80211_beacon *beacon;
to
struct ieee80211_probe_response *beacon;
in ipw2200.c line 26XX
now i try next errors.
2007-01-24 22:30:20 UTC in IPW2200/2915 AP for Linux
-
I followed all your steps (i use gentoo and kernel 2.6.19.2)
change in Makefile the modules section to this:
modules:
mkdir -p $(MODVERDIR)
$(MAKE) -C $(KSRC) M=$(PWD) MODVERDIR=$(MODVERDIR) modules
and you could run it with make.
after i did all the modfications described iam still not able to compiel complete. a "#make -k" gives me:
ieee80211.mod...
2007-01-24 21:58:07 UTC in IPW2200/2915 AP for Linux