Re: [PATCH] iw: Print beacon-loss-event string.
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2013-01-31 15:40:10
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2013-01-31 15:40:10
On Wed, 2013-01-30 at 21:31 -0800, greearb@candelatech.com wrote:
From: Ben Greear <redacted> There are now three possible threshold events. The old code assumed only above/below RSSI, and printed out 'low' for beacon-loss-event. Fix that, and do so with a switch statement so the compiler can warn if the enum is further expanded w/out updating this code. Shorten 'connection quality monitor' to CQM to keep total string relatively short.
Applied. johannes