On Thu, 2008-12-11 at 18:07 +0100, Henning Rogge wrote: > This patch adds signal strength and transmission bitrate > to the station_info of nl80211. Ok, this looks good, except a few minor things: > + * @signal: signal strength of last received package in dBm I still want to change the docs to read "packet" here ;) > + * @txrate: current unicast bitrate to this station > */ > struct station_info { > u32 filled; > @@ -200,6 +238,8 @@ struct station_info { > u16 llid; > u16 plid; > u8 plink_state; > + u8 signal; and I think a u8 isn't the right type. It should be s8. Can you also send me the corresponding iw patch? johannes
Attachment:
signature.asc
Description: This is a digitally signed message part