[Click] wrong type for silence in struct click_wifi_extra

Robert Sombrutzki sombrutz at informatik.hu-berlin.de
Wed Nov 12 07:10:29 EST 2008


Hi,
silence is part of struct click_wifi_extra  (include/clicknet/wifi.h) and is 
defined as uint8_t. So values from 0 to 255 are possible, but the problem is 
that noise mostly is given in dbm and so it is normally aroung -95 which is 
around 160 using uint8_t as type for the variable.
I'm right ?

Robert


More information about the click mailing list