Module Name: src Committed By: roy Date: Wed Apr 6 14:42:16 UTC 2016
Modified Files: src/sys/net80211: ieee80211_ioctl.h ieee80211_node.c ieee80211_node.h ieee80211_rssadapt.h ieee80211_var.h Log Message: ieee80211 users in Other OS export rssi and noise as int8_t. We should not be the odd one out for no good reason and the majority of the ieee80211 drivers treat rssi as int8_t. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/net80211/ieee80211_ioctl.h cvs rdiff -u -r1.69 -r1.70 src/sys/net80211/ieee80211_node.c cvs rdiff -u -r1.25 -r1.26 src/sys/net80211/ieee80211_node.h cvs rdiff -u -r1.7 -r1.8 src/sys/net80211/ieee80211_rssadapt.h cvs rdiff -u -r1.28 -r1.29 src/sys/net80211/ieee80211_var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.