X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fexternal-wireless-tools.git;a=blobdiff_plain;f=wireless_tools%2FCHANGELOG.h;fp=wireless_tools%2FCHANGELOG.h;h=94855c1e996ee11243eb7f8645c3ca67cd8baa6b;hp=9fbbd36c7a69e78169c07ed413370d77174416b5;hb=9ec0f62f146639f364238cbb7821ca47222e3bb9;hpb=9d82610feb36dcd56d621e7831cbf5eec3f51104 diff --git a/wireless_tools/CHANGELOG.h b/wireless_tools/CHANGELOG.h index 9fbbd36..94855c1 100644 --- a/wireless_tools/CHANGELOG.h +++ b/wireless_tools/CHANGELOG.h @@ -532,6 +532,99 @@ * o Make sure gcc inline stuff properly [iwlib.h] * o Update Hotplug documentation [HOTPLUG.txt] * o Add support for new selector firmware [ifrename] + * + * wireless 28 : + * ----------- + * o Fix gcc inline hack when using kernel headers [iwlib.h] + * (From Denis Ovsienko ) + * o Allow '-n' without '-i', even though inefficient [ifrename] + * (From Thomas Hood ) + * o Fix technical and spelling errors in Hotplug doc [HOTPLUG.txt] + * --- + * o Include wireless.h as a local file, not a system file [iwlib.h] + * o Split install targets [Makefile] + * (Suggested by Jost Diederichs ) + * o Increase scanning timeout for MadWifi [iwlib/iwlist] + * (Suggested by Ned Ludd ) + * o Multicall version of the tools for embedded [iwmulticall] + * --- + * o Fix some install Makefile targets broken in pre2 [Makefile] + * --- + * o Add option for stripping symbols on tools [Makefile] + * o Add escaping of essid keyworks with -- in manpage [iwconfig.8] + * o Update sensitivity description [iwconfig.8] + * o Fix iw_print_timeval() for timezone [iwlib/iwevent] + * (Suggested by Jan Minar ) + * o Escape interface name for --help/--version with -- [iwconfig] + * o Allow --help/--version to be interface names [iwlist] + * (From Martynas Dubauskis ) + * o Fix invalid sizeof for stat memcpy in easy scanning API [iwlib.c] + * (From Andreas Mohr ) + * o Fix my horrendous spelling [HOTPLUG.txt/PCMCIA.txt/README/*.8] + * --- + * o Make static lib use PIC objects [Makefile] + * o Add SYSFS selector support to ifrename [ifrename] + * o Fix a fd leak in pcmciaslot selector [ifrename] + * o Don't complain about eth0/wlan0 if takeover enabled [ifrename] + * o Update man pages for sysfs and eth0/wlan0 [ifrename.8] + * o Update man pages for frequ auto/off [iwconfig.8] + * o More clever manual loading and docking tricks [HOTPLUG.txt] + * (From Pavel Heimlich tropikhajma@seznam.cz) + * o Czech (cs) man pages [cs/*] + * --- + * o Fudge patch below for better integration [iwconfig/iwevent/iwlist] + * (From Jouni Malinen ) + * o WE-18/WPA event display [iwevent] + * o WE-18/WPA parameter display [iwconfig] + * --- + * o Replace iw_pr_ether() with iw_saether_ntop() [iwlib] + * o Replace iw_in_ether() with iw_saether_aton() [iwlib] + * o Remove iw_get_mac_addr() -> unused and bad API [iwlib] + * o Add iw_mac_ntop() and iw_mac_aton() for any-len mac addr [iwlib] + * o Slim down iw_ether_aton() using iw_mac_ntop() [iwlib] + * o Slim down iw_in_key(), avoid memcpy [iwlib] + * o Add support for any-len mac addr selector [ifrename] + * --- + * o Re-add temp output buffer in iw_in_key() to avoid corruptions [iwlib] + * --- + * o Add WE-19 headers, compile with that as default + * o IW_EV_POINT_LEN has shrunk, so invert IW_EV_POINT_OFF fixup [iwlib] + * o Remove WE backward compat from iwlib.h header [iwlib] + * o Add support for IW_QUAL_DBM in iw_print_stats() [iwlib] + * o Add support for ARPHRD_IEEE80211 in iw_check_mac_addr_type() [iwlib] + * -> iwspy work on wifi0 netdev from airo.c + * --- + * o Set flags to 0 before asking old power settings for 'on' [iwconfig] + * (Suggested by Denis Ovsienko ) + * o Ignore empty lines in iface enumeration iw_enum_devices() [iwlib] + * (From Pavel Roskin ) + * o Fix invalid buffer size in 'iwlist power' [iwlist] + * (Suggested by Francesco Potorti` ) + * o Remove kernel headers, use glibc headers [iwlib] + * --- + * o Show explicit state for SIOCSIWAP, not numbers [iwconfig/iwevent] + * o Add WE-18 ioctls to the stream parser in standard_ioctl_hdr [iwlib] + * (From Chris Hessing ) + * o Add GENIE parsing support in scan resuls [iwlist] + * --- + * o Change iw_extract_event_stream() API to add value index [iwlib] + * o Scan : display bitrate values on a single line [iwlist] + * --- + * o Revert to previous iw_extract_event_stream() API, debloat [iwlib] + * o Keep track of value index in [iwlist] + * --- + * o Check event stream 'point' payload size to avoid overflow [iwlib] + * o Make all users of event stream 'point' safe to NULL [iwlist/iwevent] + * o 'iwconfig txpower 1dBm' should not be 'mW' [iwconfig] + * o Forward compat. to WE-21 : essid len is strlen, not +1 [iwconfig] + * --- + * o Forgot one place where essid len was strlen+1 [iwlib] + * o Update definition of 'ap' and 'sens' to reflect reality [man] + * --- + * o Introduce WE_MAX_VERSION to take into account forward compat [iwlib] + * o Add WE-20 headers, compile with that as default + * --- + * o Fix 'inline' for gcc-4 as well. Grrr... [iwlib] */ /* ----------------------------- TODO ----------------------------- */ @@ -559,13 +652,8 @@ * ifrename : * -------- * Link Type should use readable form instead of numeric value - * Support non MAC/Eth addresses ? * * Doc & man pages : * --------------- * Update main doc. - * - * Other : - * ----- - * What about some graphical tools ? */