Bug 13752
Summary: | rt2x00: mesh interface does not beacon until a scan is issued | ||
---|---|---|---|
Product: | Drivers | Reporter: | Andrey Yurovsky (andrey) |
Component: | network-wireless | Assignee: | drivers_network-wireless (drivers_network-wireless) |
Status: | CLOSED INSUFFICIENT_DATA | ||
Severity: | normal | CC: | gwingerde, IvDoorn, linville |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.30 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Andrey Yurovsky
2009-07-09 21:25:20 UTC
Does it help when instead of scanning you simply switch channel once? Yes, that works. In fact you can specify channel 1 (the default channel for new mesh point interfaces) to start beaconing: # iw phy phy0 interface add mesh type mp mesh_id mymesh # ifconfig mesh up # iw dev mesh set channel 1 Does this help narrow down the issue? Ivo, anything more to add here? Is this a driver issue, or a stack issue? (I haven't investigated...) It is a driver issue. The problem is the initial configuration which requires the channel to be configured. The issue should have been fixed some time again though. I did some patches in this area some time ago, so at least the latest kernel should work correctly. Are current kernels (i.e. 2.6.34-rc7 or later) working for you? Closed due to lack of response... |