20060111
- Update for 2.6.15
- Remove useless includes in ieee80211_sta
20050925
- Update to new ieee80211 code
- Fix WEP bug on ADM8211B+
20050908
- Make ieee80211_sta more generic
- Eliminate remaining ieee80211 frame defs
- Update to WE19
20050905
- Fix adhoc crash
- Remove dead code in ieee80211_sta.h
20050904
- Make compile with ieee80211 updates
- Restructure ieee80211_sta to make more generic
- Another attempt to make driver more robust when eeprom is fubared
20050824
- Make ieee80211_start_scan safer
- Create and use MAC idling macros
- Prevent TX ring from overflowing (temporary until bug is fixed)
- Return with error if mlme ioctl called while interface is down
- Start adding netif_msg support
- Don't bang on chip so hard when setting WEP
20050822
- Only indicate scan completion if initiated via SIWSCAN
- Use tasklet_init instead of filling in the struct ourselves
- Move things around so ring sizes can be adjusted eventually
- Prevent user from requesting a scan less than 3 seconds from the last user
initiated scan
- Make WPA work :)
- adm8211b antistall code isn't safe.. disabled for now until a proper reset
can be done
20050819
- Translate reason codes into English
- Add support for SIOCSIWENCODEEXT
- Use smarter detection to turn shared key authentication off
- Hopefully fix crash when reassociating w/ the AP in high traffic
20050818
- Remove some magic numbers
- Reenable LLTX
- Remove needless locking (I hope)
- Put in proper duplicate frame removal
- Ton of endianness fixes (but now sparse complains)
- Don't confuse capability set with frame control. Thanks to Gord for running
the debug code that revealed the problem
20050816
- Prepare to accept more sophisticated scanning options
- Add spy support (will actually work once ieee80211 core code enables it)
- Fix WEP again
- A little bit of work on WPA
20050815
- Add preliminary power management support (currently disabled)
- BSS -> ESS
- More work on WE18/WPA support
- Fix link light?
- Combine ieee80211_start and ieee80211_start_scan
20050813
- Eliminate unnecessary function declarations in adm8211.h
- More dead code removal
- Generate wireless event when associated/disassociated/scan completed
- Start support for wireless extensions v18
- Adjust handling of hidden SSIDs
- Idle chip before updating WEP settings
- Adjust adhoc bssid generation
20050812
- Refactor syn writing code
- Eliminate short_preamble parameter in adm8211_tx
- Improve code w/ sparse
- Fix WEP
- Update INSTALL
- Update TODO
20050811
- Eliminate a bunch of dead code
- Fix compiler warnings in ieee80211_sta.c
- Use netif_carrier_on/off
- Make ieee80211_set_associated usage more consistent
- Put duplicate frame dropping back
- Fix reconnections
20050810
- Start netdev version
- Changelog cleaned out
- Massive overhaul of driver to use new kernel ieee80211 code
- Ping problem fixed (somehow)
- WEP currently broken
