o11s / open80211s

open80211s
Other
242 stars 55 forks source link

mesh_rssi_threshold #32

Closed ansanto closed 10 years ago

ansanto commented 10 years ago

Using compat-wireless 2013-06-27 (from mirror openwrt) I can't set the rssi threshold by negative values, i.e. entering: iw dev wlan0-2 set mesh_param mesh_rssi_threshold=-70 I get the error message: command failed: Invalid argument (-22)

Previous compat-wireless 2012-04-17 gives no error and succesfully shows that negative value in iw dev get mesh_param.

chunyeow commented 10 years ago

Can you please apply this patch. It should fix the problem.

http://www.spinics.net/lists/linux-wireless/msg109812.html


Chun-Yeow

On Wed, Aug 14, 2013 at 8:19 AM, ansanto notifications@github.com wrote:

Using compat-wireless 2013-06-27 (from mirror openwrt) I can't set the rssi threshold by negative values, i.e. entering: iw dev wlan0-2 set mesh_param mesh_rssi_threshold=-70 I get the error message: command failed: Invalid argument (-22)

Previous compat-wireless 2012-04-17 gives no error and succesfully shows that negative value in iw dev get mesh_param.

— Reply to this email directly or view it on GitHubhttps://github.com/cozybit/open80211s/issues/32 .

ansanto commented 10 years ago

Ok, I'll patch nl80211.c openwrt version according to your tip. Thanks for the quick reply.

Antonio