Documentation updates.

This commit is contained in:
solomon 2002-09-06 00:44:31 +00:00
parent 7f3b93e532
commit f538e687e7
2 changed files with 2 additions and 9 deletions

View File

@ -42,9 +42,8 @@
*
* --------------------------------------------------------------------
- Updates to hfa384x.h to reflect latest documentation
- Completely re-did the kernel version detection system; also removed
the WLAN_TARGET_ARCH stuff as well as we now auto-magically figure
it out. Similarly,
- Build system mini-enema. Automagically detect kernel version,
pcmcia status, and modversions. Pick up the kernel compile flags.
- Hopefully fixed the 'crash on unload' for 2.2.x kernels and PCI.
- 'p2req_join' command, see doc/wlanctl-ng.p2req_join.txt
This lets you join a specific SSID. Thanks to Clay Jones.

6
TODO
View File

@ -43,18 +43,12 @@
* --------------------------------------------------------------------
Linux WLAN NG TODO
- Restructure the makefile layout to make it a bit simpler and sane
- Add a query of the ifstate.
- Move all of the wireless extensions work up to p80211 so that the new
MACs will get wireless extensions support for free!
- [CS] Need to look at the pcmcia_cs/include/linux/config.h issue.
David's overriding our include of the kernel config with his collection
of config items that pcmcia_cs cares about. Unfortunately, there's at
least one item we need (CONFIG_NETLINK) that pcmcia_cs isn't picking up.
- [USB] Remove driver's port-reset when new primary firmware becomes
available.
- [USB] Look into multiple posted URBs
- Figure out how to reasonably control powersave
- Review changes necessary for static linking to kernel
- Update MAC RID to 802.11 MIB mapping document
- Update MAC feature to 802.11 mapping document