⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changes

📁 和我之前上载的intel 802.11协议源码是配套的
💻
📖 第 1 页 / 共 3 页
字号:
Changes in 1.2.0* Add IEEE80211_RADIOTAP_TSFT for promiscuous mode* Fix make patch_kernel problemChanges in 1.1.4* Enable wireless extension passive scan (thanks to Thomas King)* Fix deadlock detected by lockdep* Add pci .shutdown handler* Fix kernel Oops if cmdlog debug is enabled* mark "iwconfig retry 255" as invalid* remove the MAC timestamp present field from radiotap head* Fix ipw2200 QOS parameters endian issue* remove unused struct ipw_rx_buffer* Reassociate even if set the same essid (thanks to Bill Moss)* ipw_wx_set_essid fix (thanks to Bill Moss)* SIOCGIWFREQ ioctl returns frequency rather than channel (thanks to  Ingo van Lil)* always enable frequently used debugging codeChanges in 1.1.3* Add kernel 2.6.8 compatibility support patches* Replace bash-specific constructions for verify_wifi_hw script* Make Makefile deal better with CONFIG_* definitions* Remove KSRC_OUTPUT checking for compiling external modules* Always enable frequently used debugging code* SIOCGIWFREQ ioctl returns frequency rather than channel (thanks to Ingo van Lil)* ipw_wx_set_essid fix (thanks to Bill Moss)* Reassociate even if set the same essid (thanks to Bill Moss)* Remove unused struct ipw_rx_buffer* Fix a possible SMP deadlock bug found by lockdep* Fix QoS parameters big endian issue (thanks to Jackie Wu)Changes in 1.1.2* Fix endian issue with v3.0 firmware image format* Set the 'fixed' flags in wext get_rate (thanks Jean II)* Do not conitune loading fw if kmalloc fails (thanks to Ingo Molnar)* Add module_param support for antenna selection* Generates a scan event after a scan has completed (thanks to Jean II)* Fix TX QoS enabled frames problem* Exponential averaging for signal and noise Level (thnaks to Bill Moss)* New rtap_iface RX support* ability to forward Tx'd packets (thanks Stefen)* addition of channel information to the radiotap header in Tx'd frames* allow user space to set up some simplistic filters for what data to  forward to user space.* provides 'filters' script to see what filters are available* provides 'ipwstats.c' sample C program that will open the rtap  interface and parse out the radiotap header information.* added version string fields so the version string indicates what is  configured (ie, you'll see 1.1.1kpmd if you are using a snapshot  (Kernel.. previously -git), promiscuous (p), monitor (m), debug (d) buildChanges in 1.1.1* Filter unsupported channels out in ad-hoc mode* Change debug level for firmware error logging* Export `debug' module param only if CONFIG_IPW2200_DEBUG* Set a meaningful silence threshold value* Enable the "slow diversity" algorithm* Wireless extension sensitivity threshold support (thanks to  Olivier Hochreutiner)* Switch to the new ipw2200-fw-3.0 image format* Fix script `unload' "only return from a function" problem* Update README.ipw2100 set_power descriptionChanges in 1.1.0* Revert the wrong fix for fragmentation problem in 1.0.14Changes in 1.0.14* Fix IW_QUAL_DBM undefined problem if WIRELESS_EXT < 19 (thanks to  Bill Moss)* Fix fragmentation problem with software encryptionChanges in 1.0.13* Fix DHCP broken problem caused by is_multicast_ether_addr doesn't  include broadcast ether address (thanks to Olivier Hochreutiner)Changes in 1.0.12* Fix debug option cannot enable problem (thanks to Henrik Brix Andersen)* Suppress "Unknown notification..." warning message* Add signal level to iwlist scan output (thanks to Bill Moss)* Remove the WPA enabled card associates to non-WPA AP checking (thanks  to Stefan Rompf)* Fix compile error on kernels w/ WIRELESS_EXT < 18* Replace ipw specific frame_hdr_len() with generic ieee80211_get_hdrlen()* Fix rf_kill is activated problem after mode changing if module parameter  'disable=1' is usedChanges in 1.0.11* Fix software crypto shared WEP authentication problem (thanks to  Andrew Morton)* Stop netdev queue if h/w doesn't have space for new packets* Print geography code upon module load (thanks to Henrik Brix Andersen)* Fix WPA network selection problem (thanks to Stefan Rompf)* Fix a potential NULL pointer dereference if CONFIG_IPW2200_DEBUG is  not defined* Fix ->eeprom[EEPROM_VERSION] check (thanks to Alexey Dobriyan)* Support WE-18 WPA enc_capa (thanks to Dan Williams)* Disable hwcrypto by default as a temporary workaround for the  frequent firmware restart problem (thanks to Andreas Happe)* Convert semaphore to mutexes (thanks to Ingo Molnar)Changes in 1.0.10* Fix a QoS send_command argument switch problem (thanks to  Henrik Brix Andersen)* Fix a variable referenced after kfree() bugChanges in 1.0.9* Scale firmware loading watchdog with the firmware size (thanks  to Peter Jones)* Add module parameter to enable/disable roaming* Make LED blinking frequency independ of HZ (thanks to Clemens Buchacher)* Replace HZ calculation with jiffies_to_msec()* Add LEAP authentication algorithm support* Mask out the WEP_KEY command dump from debug log for security reason  (thanks to Nick Kralevich)* Fixed indirect SRAM/register 8/16-bit write routines for  non-dword-aligned destination addresses* Fixed sw_reset doesn't clear the static essid* Fix a slab corruption problem caused by ipw2200 error log buffer  incorrect calculation* Disallow direct scanning when device is down (thanks to Pekka Enberg)* Fixed "iwspy ethx off" causes kernel panic* Fixed ipw2200 returns NETDEV_TX_BUSY even if queue is not fullChanges in 1.0.8* Added channel support for ipw2200 cards identified as 'ZZR'* Fixed problem with not being able to send broadcast packets.* Fixed older Wireless Extension compatibilityChanges in 1.0.7NOTE:  In order to upgrade to 1.0.7, you must:1. Obtain the ieee80211 subsystem (v1.1.5 or later) from    http://ieee80211.sf.net2. Obtain the latest firmware (v2.4) from    http://ipw2200.sf.net/firmware.php* Fix problem with 'Driver using old /proc/net/wireless' message (thanks   to Benoit Boissinot)* Fixed #771 problem with too many (8) bytes being received when using   AES/hwcrypto.* Fixed problem with get_cmd_string not existing if CONFIG_IPW_DEBUG is   not set.* Added code to filter out WPA networks if only shared key WEP is   enabled (resolving a firmware restart)* Fixed support of mixed PTK/GTK CCMP/TKIP support* Fixed is_network_packet to check for broadcast packets* Modified all places where firmware loading can fail to report   the errno in decimal format for easy tracking (thanks to Peter   Jones)* Fixed 760 problem with setting WEP key in monitor mode causes IV loss   and decrypt attempt on captured packets.* Fixed 455 problem with frequent channel changes causing a firmware   error.* Updated copyright strings* Modified firmware error and event log capturing to capture into   allocated data blocks vs. pulling from registers.* Changed ipw_dump_nic_error_log to ipw_dump_error_log and adjusted to   use pre-allocated log blocks.* Added wait_state wakeup on scan completion.* Added event_log and error_log sysfs entries.* Modified all ipw_send_cmd() usage to report errors within ipw_send_cmd   vs. within each of the callers.  This allows uniform error returns as   well as uniform debug logging.* Modified ipw_config and STATUS_INIT setting to correct race   condition with request_scan being called before initialized if invoked   from insmod, resulting in no association occurring during boot until   iwlist scan is run.* Updated version stamp for firmware from 2.3 to 2.4.* Fix firmware error when setting tx_power.* Fixed #751 Fix driver association requires manual scan.* Fix ipw_wx_get_txpow shows wrong disabled value.* Fixed #701 Fix a misuse of ieee->mode with ieee->iw_mode.* Fixed the ad-hoc network WEP key list issue.* Fixed #792 Fix WPA-PSK AES both for -Dipw and -Dwext.* Disable host fragmentation in open mode since IPW2200/2915 hardware  support hardware fragmentation.* Workaround kernel BUG_ON panic caused by unexpected duplicate packets.* Added more useful geography encoding so people's experience with  iwconfig matches what their hardware can actually do in regard to  supported channel maps, etc.* Misc. updates to be in sync w/ latest ieee80211 subsystem	- Use of ieee80211_hdr to ieee80211_hdr_Naddr	- Added is_queue_full for 802.11e support.	- Added handle_probe_response, handle_beacon,           handle_association_response callbacks.* Changed default # of missed beacons to miss before disassociation   to 24 (vs. 9 which is too low in most environments)* [unstable] Added command log sysfs entry for recording firmware   interactions even in non-debug builds* Radiotap type frames support for monitor mode, which requires Libpcap   0.9.3+ to parse correctly in the user space (thanks to Mike Kershaw   for the radiotap addition, and Stefan Rompf who provided an initial   implementation for adding AVS which then motivated the radiotap work.)* Fixed #801 problem with intermittent firmware restarts in weak signal   areas due to roaming logic* Fixed some compiler issues if CONFIG_IPW2200_QOS is enabled.Changes in 1.0.6NOTE:  In order to upgrade to 1.0.6, you must obtain the ieee80211 subsystem (v1.0.2 or later) from http://ieee80211.sf.net* Fixed #637 problem with setting Tx power on A band (thanks to Liu   Hong)* Fixed abg_ture -> abg_true to sync with ieee80211-1.0.2 (thanks to Liu   Hong)* Fixed #667 problem with 'No space for Tx' (thanks to Zhu Yi)* Fix hardware encryption (both WEP and AES) doesn't work with fragmentation.  Firmware sends received packets with double sized ICV/MIC (thanks to   Zhu Yi)* Fix is_duplicate_packet() bug for fragmentation number setting.   (thanks to Zhu Yi)* Fixed type-o in Makefile 'direectory -> directory' (thanks to   Elie De Brauwer)* Fixed Makefile use of MODVER (thanks to Zhu Yi)Changes in 1.0.5NOTE:  In order to upgrade to 1.0.5, you must obtain the ieee80211 subsystem from http://ieee80211.sf.net* Fixed #452 problem with setting retry limit (thanks to Hong Liu)* Fixed #592 race condition during association causing firmware errors* Fixed #602 problem with building in 64-bit environment* Fixed #625 problem with SCAN_REQUEST_EXT sometimes failing* Fixed #645 problem with bit rate not decreasing when moving laptop   farther from AP* Fixed #656 problem with 'iwconfig eth1 mode auto' and 'modprobe'   locking the system* Fixed #667 problem with "No space for Tx" for hwcrypto=1* Fixed #680 problem with compiling against kernel patched with Software  Suspend 2.1.8.7 (thanks to svetljo <svetljo@gmx.de>)* Fixed #685 kernel panic in rmmod caused by led work is still queued* Fixed #695 problem with network doesn't reassociate after suspend/resume* Fixed #701 problem with 'iwprvi sw_reset' not resetting the card from   monitor mode* Fixed #702 compilation error against 2.6.12* Fixed #710 problem with monitor mode being used after a WEP key has   been configured* Enhance remove-old to tell modules will be unloaded and then unload them  (thanks to Alejandro Bonilla)* INSTALL and ISSUES update (thanks to Alejandro Bonilla)* Cosmetic README fix (thanks to Alejandro Bonilla)* Fixed network->mode vs. priv->ieee->iw_mode checking and README update  (thanks to Ben Cahill)* Fixed "Unknown management packet %d" warning* Fixed setting channels multiple times in monitor mode causes scan stopped* Fixed ipw_wx_sw_reset doesn't switch firmware if mode is changed.* Add duplicate packet checking code (kill ping DUP! and TKIP replay warning)* Fix hardware encryption (both WEP and AES) doesn't work with fragmentation.* Removed ieee80211 subsystem from being part of the distribution.    Please see the INSTALL document for information on obtaining and   installing the ieee80211 modules.Changes in 1.0.4NOTE: In order to upgrade to 1.0.4 you must also upgrade your firmware to 2.3.  You can download the firmware from http://ipw2200.sf.net/firmware.php.* Added some run time data via the 'stats' sysfs entry.* Fixed #627 problem with open APs not working with wpa_supplicant* Fixed swapped memset arguments in ieee80211_tx (thanks to Jesper Juhl)* Fixed problem with CONFIG_IEEE80211_ defines not being configured when   built as an in-kernel module (thanks to Olivier Blin)* Fixed #632 problem with 'txpower auto' setting power incorrectly (thanks 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -