Bug 24292
Summary: | kernel panic while using airmon-ng and iwl3945 | ||
---|---|---|---|
Product: | Drivers | Reporter: | filippo (f) |
Component: | network-wireless | Assignee: | drivers_network-wireless (drivers_network-wireless) |
Status: | CLOSED DUPLICATE | ||
Severity: | high | CC: | f, florian, linville, maciej.rutecki, richardcochran, rjw, wey-yi.w.guy |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.36 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 16444 | ||
Attachments: | 03122010253.jpg |
Description
filippo
2010-12-03 17:42:20 UTC
sorry, couldn't upload the picture. You can find it here http://rapidshare.com/files/434694453/03122010253.jpg Created attachment 38972 [details]
03122010253.jpg
What kernel are you running? 2.6.36. Should i update it? config NETWORK_PHY_TIMESTAMPING bool "Timestamping in PHY devices" depends on EXPERIMENTAL help This allows timestamping of network packets by PHYs with hardware timestamping capabilities. This option adds some overhead in the transmit and receive paths. If you are unsure how to answer this question, answer N. In the shortrun, you might try turning that off in your .config. Wey-yi, it looks like iwl3945 isn't leaving enough headroom in the skb for the skb_push in skb_defer_rx_timestamp? netdev patch http://thread.gmane.org/gmane.linux.network/179850/ Wey The following three bugs are all duplicates of each other: 24102 24292 24452 They all have the same root cause, and all are fixed by the patch posted by Eric Dumazet on netdev: http://article.gmane.org/gmane.linux.network/180108 The work-around is to disable CONFIG_NETWORK_PHY_TIMESTAMPING. Richard |