From 85f3acf80050a2dedfbd0867e0d6cd3132ff684e Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Mon, 4 Jun 2007 21:03:57 -0400 Subject: [PATCH] Don't document endianess in comments, it's documented by the type While at that, improve the affected comments. Signed-off-by: Pavel Roskin --- at76_usb.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'at76_usb.h') diff --git a/at76_usb.h b/at76_usb.h index 428a562..7b7db30 100644 --- a/at76_usb.h +++ b/at76_usb.h @@ -418,10 +418,8 @@ struct bss_info { to make it printable */ u8 ssid_len; /* length of ssid above */ u8 channel; - u16 capa; /* the capabilities of the BSS (in original endianess - - we only check IEEE802_11 bits in it) */ - u16 beacon_interval; /* the beacon interval in units of TU (1.024 ms) - (in CPU endianess - we must calc. values from it) */ + u16 capa; /* BSS capabilities */ + u16 beacon_interval; /* beacon interval in Kus (1024 microseconds) */ u8 rates[BSS_LIST_MAX_RATE_LEN]; /* supported rates (list of bytes: (basic_rate ? 0x80 : 0) + rate/(500 Kbit/s); e.g. x82,x84,x8b,x96 for basic rates 1,2,5.5,11 MBit/s) */ -- cgit v1.2.3