Commit graph

488 commits

Author SHA1 Message Date
mark d4484f3de0 Added "unhandled" messages for the info frames we're doing nothing with. 2000-07-02 15:20:04 +00:00
mark 75831a459d Added Brian Denheyer's patch. 2000-07-01 14:43:46 +00:00
mark 673f7b6f8c Fixed a naming screwup for txfid_stackempty. Fat fingered I think. 2000-06-30 18:36:16 +00:00
mark 3403fc0d8f Put the TxComp and TxExc events back into the code after testing w/o
proved fruitless.  Also added the DTIM event to the irq handler loop.
2000-06-30 18:24:30 +00:00
mark 150a10fdb5 Added the prototype for prism2mgmt_dump_state(). 2000-06-30 00:56:53 +00:00
mark e0a03be7b5 Added p2req_state_dump. 2000-06-30 00:54:09 +00:00
mark 72d4ac5caf Fixed the name of INTEN_DTIM_SET. 2000-06-29 13:31:53 +00:00
mark f1e709457e Fixed the EVACK_DTIM_SET macro name and added DTIM event enable to the
AP initialization.
2000-06-29 13:30:33 +00:00
mark 7dc5ab7f70 Fixed some calls to INTEN_ISALLOC, they should be EVSTAT_ISALLOC. 2000-06-29 13:27:59 +00:00
mark 26613a6648 Added constants, a stub handler, and an ack for the DTIM event. 2000-06-29 13:26:13 +00:00
mark 5ba12e069f Reduced the number of buffers we allocate. 2000-06-28 22:21:33 +00:00
mark b7b6da1b46 Removed the request for TxComplete and TxException interrupts in the
TxControl field of the tx descriptor.
2000-06-28 20:37:39 +00:00
mark 95667aa407 Made STA startup the default. Somewhere along the way this got changed
to AP.
2000-06-28 12:44:46 +00:00
mark 94b8ba4532 A couple of cleanups on error warnings and messages. 2000-06-28 12:41:23 +00:00
mark 0b5cf907dc Added some fixes for the rpxlite combination of kernel and pcmcia-cs. Mostly
related to the updates for 2.3.x/2.4.x.
2000-06-21 13:10:54 +00:00
mark 64dc35cae6 Commented debug statement out. 2000-06-16 00:20:06 +00:00
mark 6bc08b0db5 Added initialization for routing APs. 2000-06-16 00:06:34 +00:00
mark 6f35799dcc Added INC/DEC_USE for prism2 and p80211 modules. 2000-06-15 18:04:59 +00:00
mark f42a10aefd Updates for kernel based pcmcia. 2000-06-15 17:17:01 +00:00
mark 23da1fc5cb Removed the modversions include. 2000-06-15 14:16:09 +00:00
mark 32d0452194 Initial changes to support the 2.3.x/2.4.x kernel. 2000-06-14 15:04:53 +00:00
mark 57022341f7 Added an ifdef case for the new struct net_device name. 2000-06-11 16:22:34 +00:00
joellen 5c4caafcff Fixed the LOG_ERROR name. 2000-06-06 20:00:10 +00:00
mark 402f1422a1 Added code to deal w/ Compaq PCI card CIS stupidity. 2000-06-06 19:41:31 +00:00
mark 8f4eaa6a63 Fixes for some makefiles. Added sash to initrd flist. 2000-05-17 19:27:22 +00:00
mark ad564b5a0f Fixes for some makefiles. Added sash to initrd flist. 2000-05-17 19:27:19 +00:00
mark dc377dfab8 Fixed backward unhandled drop condition. 2000-05-11 21:51:49 +00:00
mark 5fc6ae5fc6 Added frame type counters and zero length fix. 2000-05-11 21:37:24 +00:00
mark 1d032de10e Fixed a syntax error. 2000-05-11 16:42:05 +00:00
mark 8ee4f39c55 Added a do-nothing case to netdev_rx() for frames with zero payload data. 2000-05-11 16:41:13 +00:00
mark 627cfda659 Fixed i,j loop in initmac() 2000-05-04 00:24:59 +00:00
mark 7b24c9b69f Added multi TX FID support. 2000-05-03 21:55:04 +00:00
joellen 172ead397e Made a few more text edits to the Configure script 2000-05-02 19:15:44 +00:00
joellen f6805b483e Updated the text in the prompts of the Configure script to make things a little more clear. 2000-05-02 15:06:00 +00:00
joellen 67a10248df Changed the title of the configuration script from Linux WLAN NG to just
Linux WLAN
2000-05-01 17:11:47 +00:00
mark b04965289b Removed the HardHat cross compiler prefix. 2000-04-27 00:08:44 +00:00
joellen cd03cb5650 Made modifications to Makefiles to handle the cross compile of the driver source and the compile of the "mkmeta" executables to use the host compiler. Changed a few intalls (soft link in particular of prism2_cs) and a few minor changes to the Configure script and config.in. 2000-04-26 17:40:31 +00:00
mark eadf0ade3a Added support for suspend/resume. 2000-04-25 18:51:52 +00:00
mark bb8a14912c Added support for new bridge code and suspend resume. 2000-04-25 18:47:07 +00:00
mark 2eae5603e1 Added support for rejecting the CS_EVENT_RESET_REQUEST. We don't support
it because there's no event passed to the /etc/pcmcia scripts in
response to a RESET.  Since we have to reconfigure the card following a
reset (using wlanctl), we can't support it.  I added a log message that
tells the user to use 'cardctl suspend;cardctl resume' instead.
2000-04-25 14:29:31 +00:00
mark e31e7e0b57 Fixed some of the CIS output options. 2000-04-25 12:58:41 +00:00
mark 8a8c16347e Added new MII multimedia queuing based on DSCP field of the IP header. 2000-04-21 14:41:02 +00:00
mark 4dc40245cc Updated for version 0.7.0 2000-04-20 14:20:27 +00:00
mark 35f9480453 Fixed the 'generate' option. 2000-04-20 14:20:06 +00:00
mark 5be5861cdc Fixed module install dir 'append' problem. 2000-04-19 14:49:07 +00:00
joellen 12242417a7 Byte order fixes for the PowerPC platform. 2000-04-19 13:18:56 +00:00
mark 33185aed59 Fixed some of the error messages in mgmt_start(). 2000-04-18 17:42:57 +00:00
mark 1056606ebd Changed the ERROR and WARNING macros to include the function name. 2000-04-18 17:42:17 +00:00
joellen 2d3ff303a6 Removed byte swapping in PDR code validator. 2000-04-18 16:58:39 +00:00
mark 20b2d59e6b Added casts to make sure everything is 16-bit. 2000-04-18 14:33:53 +00:00