Opened 6 years ago

Closed 6 years ago

#14244 closed bug (fixed)

idualwifi7260 kernel panic - iwm intr handler

Reported by: kneekoo Owned by: waddlesplash
Priority: normal Milestone: Unscheduled
Component: Drivers/Network/idualwifi7260 Version: R1/Development
Keywords: idualwifi7260 panic iwm intr handler Cc:
Blocked By: Blocking:
Platform: All

Description

Build: haiku-nightly-hrev52073-x86_gcc2_hybrid-anyboot

The wireless adapter is displayed in the network preferences, it can get the list of available SSIDs, but it crashes when I try to connect to mine. So I'm very close to a working connection but not there just yet. :)

Attached is a full syslog. Inside you'll find the MAC addresses replaced with intel7260-mac-address and router-mac-address.

Attachments (1)

syslog-2018-07-06-kneekoo (364.3 KB ) - added by kneekoo 6 years ago.

Download all attachments as: .zip

Change History (5)

by kneekoo, 6 years ago

Attachment: syslog-2018-07-06-kneekoo added

comment:1 by waddlesplash, 6 years ago

That's identical to the panic I got before I disabled the multiframe support, as it requires refcounting which we do not implement. One of the FreeBSD developers said that the 802.11n code requires refcounting anyway, so probably that's what's going on here.

I have a partial implementation of refcounting offline; I'll probably push it in the next few days or so.

comment:2 by waddlesplash, 6 years ago

Cc: waddlesplash removed
Component: Network & Internet/WirelessDrivers/Network/idualwifi7260
Owner: changed from mmlr to waddlesplash
Platform: x86All
Priority: highnormal

comment:3 by waddlesplash, 6 years ago

Oh, whoops, it looks like I inverted the logic in my C89 fixes commit. No wonder it KDLs. I'll fix it tomorrow morning, hopefully.

comment:4 by waddlesplash, 6 years ago

Resolution: fixed
Status: newclosed

Fixed in hrev52074.

Note: See TracTickets for help on using tickets.