Commit Graph

657 Commits

Author SHA1 Message Date
mark 93060680c9 Added the 0.1.9 block, started the 0.1.10. 2001-09-04 13:17:11 +00:00
mark 2abe0f840d Removed the MONITOR define. I don't want it conditional. 2001-08-31 23:14:15 +00:00
mark e12631a561 Added the adhoc patch referred to in the list archives at:
http://macdaddy.lists.linux-wlan.com/pipermail/linux-wlan-user/2001-August/002236.html
2001-08-31 23:12:50 +00:00
mark 5d26ebba05 Re-added monitor mode from patch referenced in list archive
http://macdaddy.lists.linux-wlan.com/pipermail/linux-wlan-user/2001-August/002236.html
2001-08-31 23:09:03 +00:00
mark 36393c8b07 Made PCMCIA the default target for build. PCI and PLX are disabled by
default.  This was necessary for the dk80211b build environment.
2001-08-31 22:26:35 +00:00
mark ba1649b2db Updated the version number following the 0.1.9 release. 2001-08-31 22:24:37 +00:00
mark 01c5293fe1 Removed the INSTFIXED debug echo. Oops, that one made it into the 0.1.9
release.  :-(
2001-08-31 22:06:57 +00:00
mark 1be915b869 A fix to rc.wlan and updates to the README file. 2001-08-28 19:58:05 +00:00
mark f63dc41ae1 Fixes for the new rc.wlan script and the install rule for etc/Makefile. 2001-08-28 19:17:56 +00:00
mark 807206bea8 First version of the new rc.wlan and wlan.conf files. 2001-08-28 18:27:39 +00:00
mark 2eaaa74381 Fixed a missing \n. 2001-08-28 18:26:02 +00:00
mark 419ee891c0 Removed some old scripts for starting PCI devices. They've been
replaced with the rc.wlan script.
2001-08-28 14:42:10 +00:00
mark 696d51043c Updates for handling pcmcia/pci/plx builds. We no longer require the
presence of pcmcia-cs source when building for pci/plx.  Additionally,
if pcmcia isn't selected in Configure, the pcmcia source won't be looked
for or prompted for.
2001-08-28 12:26:18 +00:00
mark 76e92bfeff Bracketed some declarations with __KERNEL__ to prevent warnings when
compiling prism2dl.
2001-08-28 12:24:38 +00:00
mark 229bcb0ab4 For PCI and PLX, removed the dependency on the pcmcia-cs code. Now folks
who only want a PCI or PLX driver won't be required to install pcmcia-cs.
2001-08-27 18:49:40 +00:00
mark 116b756ceb Got rid of pci_enable() for 2.2.x kernels. 2001-08-27 15:43:42 +00:00
mark 52647a8c38 Fix for pci_resource_start on 2.2.x. We need to mask off all four lower
bits of the BAR.
2001-08-27 15:29:34 +00:00
mark 4101eabb1b Added 2.4.x "emulation" for 2.2.x builds. 2001-08-27 15:23:55 +00:00
mark 2459b2abec Fixed that stupid pcmcia_unregister bug. 2001-08-24 19:46:12 +00:00
mark d956aee7db Finished adding the dot11req_reset support and the plx|pci cleanup code.
At this point, both pci and plx seem to be running reasonably well under
2.4.7.
2001-08-23 22:07:14 +00:00
mark 0d617beab9 Added the dot11req_reset message metadata. 2001-08-23 20:45:26 +00:00
mark 722018504a Fixes/additions to support linux 2.4.x particularly with PLX and mini-pci.
These fixes aren't complete yet.  Next step: add support for the pci_close()
method and for dot11req_reset.
2001-08-23 20:35:23 +00:00
mark 1c89490f16 Removed pci-scan once and for all. 2001-08-21 17:33:36 +00:00
mark 12f20a7c1d New additions for the move of the pci-scan related code. 2001-08-20 17:27:19 +00:00
mark 5ecf113b34 Modified the makefile so pci-scan won't be linked to the driver. Also
modified the locations of the pci-scan related headers.
2001-08-20 17:26:51 +00:00
mark 24368ae648 Moved pci-scan.c to src/pci-scan so it will be a separate module instead of
being linked to the prism2_xxx drivers.  Also moved the prism2/include/prism2/
pci-scan.h and kern_compat.h files to src/include/pci-scan.
2001-08-20 17:23:20 +00:00
mark 1f621f90fa Updates for the release of 0.1.9-pre1 2001-07-20 00:19:40 +00:00
mark 78996405b2 Updated the version number to 0.1.9. 2001-07-20 00:06:44 +00:00
mark a2bb077524 Some fixes for the mini-pci. This version does in fact work. I had
to change when we were requesting the IRQ.  Additionally, I had to add
some really long delays during the reset.
2001-07-19 23:51:36 +00:00
mark 49a975a789 Added another fdef 0 2001-07-19 21:40:51 +00:00
mark b5c8dd13ce More changes to support the mini-pci. It still isn't working right yet. 2001-07-19 21:24:42 +00:00
mark 6fb8eb605e Updates added to support the ISIL mini-PCI reference design. The PCI part
doesn't work yet, but the changes impact the PCMCIA and PLX parts as well.
I'm checking the changes in because I want the changes that affect PCMCIA
to get wide testing as soon as possible.
2001-07-07 19:48:14 +00:00
mark 110197272f Added a debug message that indicates where and in what address space the
PDA was found.
2001-07-04 15:19:02 +00:00
mark 0abe3ec4ee Added a test for empty stack/queue that's independent of tbusy. 2001-07-04 15:18:31 +00:00
eturner 78d525a653 Change README to reflect new installation procedure 2001-06-25 21:11:13 +00:00
eturner c105f49777 Fixed all errors in building MIBEDIT and re-committed them for the initial version of MIBEDIT. 2001-06-25 20:52:47 +00:00
eturner 83b3ff55d7 Added missing file. 2001-06-25 20:01:15 +00:00
eturner 8e421a214d Add Makefile.am back into source tree 2001-06-25 19:30:03 +00:00
eturner 2f1696c135 Remove MIBEDIT automake file 2001-06-25 19:27:50 +00:00
eturner 46aa717e1c Removed Makefile.in from repository 2001-06-25 19:16:23 +00:00
eturner a032913fc4 Initial version MIBEDIT project 2001-06-25 18:56:29 +00:00
eturner e9ea0e0a53 Initial verion MIBEDIT project 2001-06-25 18:54:21 +00:00
eturner ddfed686b9 Change copyright date 2001-06-25 17:32:05 +00:00
mark ab384e8f1b Added some comments to document what we need to do in response to the
MAC's LinkStatus info frame.
2001-06-12 20:13:46 +00:00
jo-ellen d8ef2dfee3 Altered the access output of "wlanctl-ng mibs" to be a 2-digit display and corrected the logic of the error message for mibget and mibset. 2001-06-11 20:51:10 +00:00
jo-ellen 32b686b961 Fixed typo of implemenation to implementation. 2001-06-11 14:20:17 +00:00
jo-ellen 0debca1bc9 Changed 'wlanctl-ng mibs' to print access type (r, w, rw) instead of whether
the mib is required.
2001-06-08 21:45:39 +00:00
mark 24f55a6590 Moved variable and types to all-one-line (particularly ENUM) for mibedit. 2001-06-06 17:56:36 +00:00
mark 4dce8f53a1 Changes to support testing the card for NICIdentity on the devkit platform. 2001-05-30 03:18:14 +00:00
jo-ellen ab73737113 Took out reference to "man page" in wlanctl-ng usage function since wlanctl-ng
does not have a man page.
2001-05-21 20:31:20 +00:00