Commit Graph

288 Commits

Author SHA1 Message Date
mark 43f4bf9158 Initial add of the MPL version 1.1. 2000-02-07 19:26:25 +00:00
mark 676c10df18 Intial add 2000-02-07 19:25:37 +00:00
mark fb29c78344 Updated again for 0.1.3. 2000-02-07 19:03:37 +00:00
mark 786378bea5 Updated for 0.1.3 2000-02-07 19:03:19 +00:00
mark 2f38d7bf45 Added the CFPPERIOD and CFPMAXDURATION. Don't know how they got overlooked. 2000-02-07 19:02:27 +00:00
mark 3860705b7f Added the config.* files and made a legibility change to mysteries. 2000-02-07 19:01:47 +00:00
mark 4b6149c9fe Don't need it anymore. 2000-02-07 17:21:53 +00:00
mark 3e28a3af96 Created the codingstd directory and added the files to it. 2000-02-07 17:21:13 +00:00
mark 0e485dd005 Moved to the codingstd directory. 2000-02-07 17:20:48 +00:00
mark b475d93194 Uncommented the call the print_80211_frame(). 2000-02-07 16:39:32 +00:00
mark f55813a234 Added a magic check to the irq handler loop. 2000-02-07 16:31:19 +00:00
mark 497b83105a Added elements for the p2req_mm_state message. It enables the mm transmit
capability and sets a static QoS level that will be used for all transmits.
2000-02-07 15:28:11 +00:00
mark 2beb879c1c Added the overlength ethernet frame fix. 2000-02-07 14:49:47 +00:00
mark a51011b4a8 Fixed start script. Wasn't calling _associate for STAs and was using the
wrong variable name for the APBRIDGEDEVICE.
2000-02-07 13:48:31 +00:00
mark 14c2b56723 Updated for version 0.1.3. 2000-02-07 12:26:39 +00:00
mark 3f8815f5c2 Added another mystery. Updated the version code to 0.1.3. 2000-02-07 12:23:16 +00:00
mark a7f89b6021 Removed the debugging switch (again). 2000-02-07 12:17:01 +00:00
mark 9e9b022acd Changed some of the .opts variables and fixed the APSSID name in wlan-ng. 2000-02-07 12:13:26 +00:00
mark 788ec21b1c Commented out the debugging switch. 2000-02-07 12:01:30 +00:00
mark 3bddbcdfb0 Added code and variables to set up the dot11req_start command for the AP case. 2000-02-07 12:00:49 +00:00
mark ee77a4bc97 The prior change I made was wrong. When interpreting the 802.3 len field
as 'big-endian', values between 0-1500 are reserved as lengths.  Values
OVER 1500 are type codes.
2000-02-07 04:21:25 +00:00
mark f59c207eef Changed backward check for DIXII versus 802.3 encoding in ether_to_p80211(). 2000-02-07 02:01:54 +00:00
mark 5bddc8a1c5 Added some debug code for the zero addresses in STA mode problem. 2000-02-07 01:52:33 +00:00
mark e495a2c98b Added code to extend the maximum data length for AP mode. 2000-02-06 21:59:34 +00:00
mark c746125f76 Last time, changed the source address for ESS_STA. This time I got the one
for ESS_AP.  DOH!
2000-02-06 21:57:50 +00:00
mark 7ad605e899 Changed AP outgoing source address to be the source address from the
skb.
2000-02-06 21:54:47 +00:00
mark 8130df532a Added copy of mac address to bssid (DOH!). Put the read/write of pcfinfo
back in, it's just not fatal if it fails.
2000-02-05 06:43:32 +00:00
mark 7068ddc1ff Added setting wlandev->macmode to start(). 2000-02-04 01:45:43 +00:00
mark 17cf5be5dd Fixed some RID lengths. We still need to finish that. 2000-02-03 22:29:43 +00:00
mark 632c218ae3 Removed the unused elements from start(). 2000-02-03 22:29:08 +00:00
mark 996609b572 Fixed a comment. 2000-02-03 22:28:31 +00:00
mark 814826d26c In start(), I commented out some RID items that aren't needed or aren't supported yet in the firmware. 2000-02-03 21:59:55 +00:00
mark 3094d96b73 Copied the collection of the download space and timeout to ramdl_enable(). 2000-02-03 21:20:40 +00:00
mark 09d37de5f1 Added some more debug messages to ramdl_enable(). 2000-02-03 20:47:10 +00:00
mark 6cf7a2ebcc Added debug statements to ramdl_enable. 2000-02-03 18:56:47 +00:00
mark 70958c8b44 Removed byte order calls for arguments to cmd_download in ramdl_enable. 2000-02-03 18:45:32 +00:00
mark 122f0a24c1 Added some script elements to initialize an AP. 2000-02-03 18:28:22 +00:00
joellen f580566f15 Added documentation for 802.11 to PRISM2 RID mapping 2000-02-03 17:56:24 +00:00
mark aae086d7bc Forgot to set the fc field when I moved the header formatting code. 2000-02-03 04:44:31 +00:00
mark 865125e0ba Moved the frame header formatting from the prism2 driver up into p80211.
Had to change the declaration and usage of the wlandev->macmode variable
in the process.
2000-02-03 04:37:55 +00:00
joellen cf10e2c98d fixed bug in rxmonitor; memset was going out of bounds 2000-02-03 04:15:38 +00:00
mark 41cc3881cc Changed initmac() so it will survive if cmd_initialize succeeds, but other
initializations fail.  This happens if we have a valid primary, but not a
valid secondary.
2000-02-02 20:28:34 +00:00
mark 3ad353ccf4 Removed an extraneous 'x' from the version info output. 2000-02-02 01:11:15 +00:00
mark 4ed12c2f49 Ifdef'd RAM and FLASH debug code out, enabled real code. 2000-02-02 00:58:45 +00:00
mark 0c349acb2d Fixed divide by zero in flashdl_write() and moved some things around to
support the debug messages better.
2000-02-01 22:28:32 +00:00
mark 432c044447 Fixed some of the debug code so we still grab the download buffer info. 2000-02-01 22:06:31 +00:00
mark 5a68b9ea19 Fixed name of debug log call. 2000-02-01 21:48:20 +00:00
mark 9868dee24a Ifdef'd the download access commands for testing. Will remove the ifdefs
later.
2000-02-01 19:26:51 +00:00
mark 0e5ea85ddd Finished download functionality, ready for testing. 2000-02-01 19:24:58 +00:00
mark bb4230aec9 Added a whole bunch of stuff for download. Also added code to prism2mgmt.c
to be able to turn monitor mode OFF.
2000-01-31 20:05:16 +00:00