Luis R. Rodriguez írta: > Spits out the channels as seen on the IE, useful when debugging > issues with APs. When found the equivalent distance of the > coverage class is printed out in meters. > > Signed-off-by: Luis R. Rodriguez <lrodriguez@xxxxxxxxxxx> > --- > > Sorry, resending, I mistakenly sent to lkml instead of linux-wireless. > > OK so I removed the line that says we're printing IEs and also > added a distance compuation based on Lukáš Turek's forumal. > > coverage = (distance + 449) / 450; > coverage/450 = distance + 499 You have to multiply both sides of the equation by the same value. Additionally, you did change 449 to 499. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html