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 |
|
joellen
|
333e2cb4db
|
Fixed bug in int_rxmonitor when setting CRC.
|
2000-01-31 19:47:10 +00:00 |
|
joellen
|
58384a6b67
|
Modified a few handlers for mibitems in mibset_mibget function. Added new API enhancement RID #define's to header file.
|
2000-01-31 03:20:10 +00:00 |
|
mark
|
a5d1388fe3
|
Changed hw->auxen to be an enable counter. This allows multiple enables
and disables to overlap.
|
2000-01-30 17:00:39 +00:00 |
|
joellen
|
f6bb3e9527
|
Modified wlanctl to print all request type commands, not just dot11req. Added support for printing all the mib items.
|
2000-01-29 22:17:27 +00:00 |
|
mark
|
7d27d17666
|
Added image construction and PDA crc.
|
2000-01-29 22:15:18 +00:00 |
|
mark
|
8fd24ebeee
|
Removed the setting of tbusy to 1 in the txframe() return handling. The
IRQ handler have have already cleared it. This was the source of the
transmit stalls.
|
2000-01-28 12:57:46 +00:00 |
|
mark
|
570becebdd
|
Changes to try to fix stalling.
|
2000-01-28 08:37:44 +00:00 |
|
mark
|
9631bc8b62
|
Added clear of tbusy when hard_start called w/ tbusy set. Change the db
log level for some things in prism2sta.c
|
2000-01-28 07:56:33 +00:00 |
|
mark
|
f8454d8a86
|
Made another change to tbusy handling.
|
2000-01-28 06:49:08 +00:00 |
|
mark
|
fb2da14e18
|
Changed return values from prism2sta_txframe() and fixed dev->tbusy handling
in netdev_hard_start_xmit().
|
2000-01-28 06:42:52 +00:00 |
|
mark
|
b6561fde70
|
Added a small delay between the write to the BAP select and offset registers
in copy_to_bap(). An attempt to get rid of the BAP errors we've been getting
from the txframe() routine.
|
2000-01-28 06:32:58 +00:00 |
|
mark
|
0ac131596d
|
Fixed pda printing when reading card pda. More fixes relating to the
copy_to_bap() function. We're still getting failures when writing to the
BAP though.
|
2000-01-28 06:04:09 +00:00 |
|
mark
|
b0eb144b91
|
Fixed copy_XXX_bap() return value. If there's an offset register
indicated error, now return the value of the offset register. Also changed
All the bap error LOG_DEBUG()s in prism2sta.c to print the result in hex.
|
2000-01-28 03:36:51 +00:00 |
|
mark
|
2a0a52f1b7
|
Removed the packet frees for failure conditions in hard_start(). Once
msd->txframe() is called, the MSD owns the frame and is responsible for
freeing it.
|
2000-01-28 03:21:20 +00:00 |
|
mark
|
560a9bb886
|
Put the call to readpda() back. It's not the problem.
|
2000-01-28 03:12:52 +00:00 |
|
joellen
|
edc8a5b6f8
|
Edited build and install instructions for package.
|
2000-01-28 03:11:20 +00:00 |
|
mark
|
4f05a5683f
|
For test: removed call to readpda() in initmac().
|
2000-01-28 02:57:43 +00:00 |
|
joellen
|
d011a76bd3
|
Fixed last of the few bugs as a result of testing mibset_mibget.
|
2000-01-28 02:56:13 +00:00 |
|
mark
|
62aa7f9e7b
|
Changes to support download.
|
2000-01-28 00:48:00 +00:00 |
|