Andy Green <andy <at> warmcat.com> writes: > > IEEE80211_API := $(shell sed -ne > "s:\#define.*IEEE80211_API_VERSION[^0-9]*\([0-9]*\).*:\1:p" > $(IEEE80211_PATH)net/ieee80211.h) > > destroying its wrongly computed version by adding this: > > IEEE80211_API := 2 Hi Andy I have been following this with considerable interest. Can you confirm that you did not touch the ieee80211 subsystem at all in the new kernel and left it as git-1.1.13 , and the ONLY change that you made was to add this one line IEEE80211_API := 2 in the Makefile, with no other changes at all for the 1.1.0 driver and it compiled OK???? If you made any other changes eg to the .h or .c files could you tell us exactly what was changed as I am very keen to get ipw3945 running again - it has been unusable so far since I installed FC6 ! Thanks Mike