OSDN Git Service

v28
[android-x86/external-wireless-tools.git] / wireless_tools / CHANGELOG.h
index 9fbbd36..94855c1 100644 (file)
  *     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 <pilot@altlinux.ru>)
+ *     o Allow '-n' without '-i', even though inefficient [ifrename]
+ *             (From Thomas Hood <jdthood@aglu.demon.nl>)
+ *     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 <jost@qdusa.com>)
+ *     o Increase scanning timeout for MadWifi [iwlib/iwlist]
+ *             (Suggested by Ned Ludd <solar@gentoo.org>)
+ *     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 <jjminar@FastMail.FM>)
+ *     o Escape interface name for --help/--version with -- [iwconfig]
+ *     o Allow --help/--version to be interface names [iwlist]
+ *             (From Martynas Dubauskis <martynas@gemtek.lt>)
+ *     o Fix invalid sizeof for stat memcpy in easy scanning API [iwlib.c]
+ *             (From Andreas Mohr <andi@rhlx01.fht-esslingen.de>)
+ *     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 <jkmaline@cc.hut.fi>)
+ *     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 <pilot@altlinux.ru>)
+ *     o Ignore empty lines in iface enumeration iw_enum_devices() [iwlib]
+ *             (From Pavel Roskin <proski@gnu.org>)
+ *     o Fix invalid buffer size in 'iwlist power' [iwlist]
+ *             (Suggested by Francesco Potorti` <pot@gnu.org>)
+ *     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 <Chris.Hessing@utah.edu>)
+ *     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 ----------------------------- */
  * 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 ?
  */