Ticket #125 (closed defect: fixed)

Opened 7 years ago

Last modified 6 years ago

patches/2.6 does not work

Reported by: Przemek@wtknet.pl Assigned to:
Priority: minor Milestone: version 1.0.0 - first stable release
Component: madwifi: other Version: trunk
Keywords: kernel Cc:
Patch is attached: 0 Pending:

Description

For cleanly compile kernel after patch from pathes/2.6 (my kernel is linux-2.6.12-rc1-mipscvs-20050327 for arch mips-le-elf) you must: 1.Comment out last line of the file: drivers/net/wireless/ath/Makefile before

ath_${BUSNAME}-objs += if_ath_phyerr.o

after

# ath_${BUSNAME}-objs += if_ath_phyerr.o

2. Copy file drivers/net/wireless/hal/linux/ah_osdep.h into the following directory: drivers/net/wireless/net80211/ah_osdep.h

Best Regards Przemek

Change History

11/09/05 12:40:50 changed by mrenzmann

  • milestone set to version 0.9.0 - move to new codebase.

11/19/05 20:51:01 changed by eliseo

Ok! But I have to modify .../net80211/Makefile.kernel too, before execute: ./install.sh <path_to_kernel>

There is to add ieee80211_monitor.o at the end of the line wlan-objs...

wlan-objs := if_media.o \

ieee80211.o ieee80211_beacon.o ieee80211_crypto.o \ ieee80211_crypto_none.o ieee80211_input.o ieee80211_node.o \ ieee80211_output.o ieee80211_proto.o ieee80211_power.o \ ieee80211_scan.o ieee80211_wireless.o ieee80211_linux.o \ ieee80211_monitor.o

11/29/05 19:17:45 changed by mrenzmann

  • version set to trunk.

12/15/05 09:42:29 changed by mrenzmann

  • priority changed from major to minor.
  • milestone changed from version 0.9.0 - move to new codebase to version 1.0.0 - first stable release.

Can you please provide a patch that fixes the mentioned issue? That would make it easier to fix the problems. Don't forget to sign it (see: DevDocs/SigningPatches).

05/20/06 11:14:31 changed by kelmo

  • status changed from new to closed.
  • patch_attached changed.
  • resolution set to fixed.

I cannot reproduce this problem after the recent changesets from proski. It works for me.

Please reopen this ticket if you find that latest madwifi svn is not building correctly when patched into the kernel tree.