From: James K. <jke...@li...> - 2005-10-17 22:29:06
|
We just uploaded the 1.1.5 snapshot of the ieee80211 subsystem. This catches the snapshots up to the latest set of patches available on the GIT overlay at rsync://bughost.org/repos/ieee80211-delta/.git/ You can download the snapshot from http://ieee80211.sf.net/#downloads If anyone would like to provide a makefile target that would install the ieee80211 subsystem into the current kernel (patching Kconfig, Makefile as appropriate, etc.) there are a lot of users that would appreciate that. James Changes in 1.1.5 * Lindent and trailing whitespace script executed ieee80211 subsystem * When an assoc_resp is received the network structure is not completely initialized which can cause problems for drivers that expect the network structure to be completely filled in (thanks to Ivo van Doorn) * Currently the info_element is parsed by 2 seperate functions, this results in a lot of duplicate code. (thanks to Ivo van Doorn) * Fix implicit nocast warnings in ieee80211 code: net/ieee80211/ieee80211_tx.c:215:9: warning: implicit cast to nocast type (thanks to Randy Dunlap) * Move the ieee80211_is_ofdm_rate function to the ieee80211.h header, and I also added the ieee80211_is_cck_rate counterpart (thanks to Ivo van Doorn) * Fixes a typo in ieee80211.h: ieee82011_deauth -> ieee80211_deauth (thanks to Michael Wu) * Changed crypto method from requiring a struct ieee80211_device reference to the init handler. Instead we now have a get/set flags method for each crypto component. * Added handle_deauth() callback , enhanced tkip/ccmp support of varying hw/sw offload. * Fixed #768 Keep auth mode unchanged after iwconfig key off/on cycle * Switched to sscanf in store_debug_level |