Hi! inline :) On Thu, Feb 16, 2012 at 12:03 PM, Stanislaw Gruszka <sgruszka@xxxxxxxxxx> wrote: > On Mon, Feb 06, 2012 at 06:41:21PM +0000, Pedro Francisco wrote: > > I'd present the debug of iwl3945 but apparently that option was > > removed from iwl3945 module? > ??? absolutily not, perhaps you did not compile CONFIG_IWLEGACY_DEBUG=y ? Sorry, I got confused due to /boot/config-* (Fedora 16 here) having no CONFIG_IWLEGACY_DEBUG= . I've now understood the correct file [to check for iwl3945 config options] was /boot/config.mk-compat-wireless-* . I've applied the attached patch to the kernel SPEC+SOURCE combo and will investigate the issue of WPA2 not working properly. Thank you for your reply! -- Pedro
diff --git a/config.mk b/config.mk index 6503ae1..b3d82d4 100644 --- a/config.mk +++ b/config.mk @@ -300,8 +300,8 @@ CONFIG_IWLWIFI=m CONFIG_IWLEGACY=m CONFIG_COMPAT_IWL4965=m CONFIG_IWL3945=m -# CONFIG_IWLEGACY_DEBUG=y -# CONFIG_IWLEGACY_DEBUGFS=y +CONFIG_IWLEGACY_DEBUG=y +CONFIG_IWLEGACY_DEBUGFS=y CONFIG_B43=m
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index d59e592..a0ede80 100644 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -23,7 +23,7 @@ Summary: The Linux kernel # # (Uncomment the '#' and both spaces below to set the buildid.) # -# % define buildid .local +%define buildid .local ################################################################### # The buildid can also be specified on the rpmbuild command line @@ -809,6 +809,7 @@ Patch21235: scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch Patch50000: compat-wireless-config-fixups.patch Patch50001: compat-wireless-pr_fmt-warning-avoidance.patch Patch50002: compat-wireless-integrated-build.patch +Patch50003: iwlegacyDebug.patch Patch50100: compat-wireless-rtl8192cu-Fix-WARNING-on-suspend-resume.patch # Pending upstream fixes @@ -1586,6 +1587,7 @@ cd compat-wireless-%{cwversion} ApplyPatch compat-wireless-config-fixups.patch ApplyPatch compat-wireless-pr_fmt-warning-avoidance.patch ApplyPatch compat-wireless-integrated-build.patch +ApplyPatch iwlegacyDebug.patch ApplyPatch compat-wireless-rtl8192cu-Fix-WARNING-on-suspend-resume.patch