Commit Graph

1761 Commits

Author SHA1 Message Date
solomon f130836263 Clean up a raft of build warnings about mismatched types. 2005-01-25 00:28:33 +00:00
solomon 040739edac generate etags too 2005-01-25 00:28:12 +00:00
solomon ac8f60ac62 Took care of some build warnings. 2005-01-25 00:27:10 +00:00
solomon 60dbe3b9fa the tags file. :) 2005-01-25 00:26:22 +00:00
solomon 8252ef9248 Fixed a rather nasty race condition on device registration.
Props to Chris Rankin for setting me onto this.
2005-01-24 22:36:17 +00:00
solomon 7001cb081e fix a build error. Bad Solomon. 2005-01-20 21:06:04 +00:00
solomon a0ef59cdc0 Fix the problem where we effectively kill the netdev on an
ifstate_disable.
2005-01-20 20:55:15 +00:00
solomon 997d78d4c4 fix the "Debug: sleeping function called from invalid context" noise in
the logs.  Caused by incorrect GFP_KERNEL usage when submitting the
RX_URB.
2005-01-17 16:24:40 +00:00
solomon 378526baa3 2.6 sysfs support in the form of SET_NETDEV_DEV (Dan Willimas) 2005-01-17 16:16:32 +00:00
solomon a2c4637b7a catch some bogosity. 2005-01-17 16:16:11 +00:00
solomon 0705b2bb72 Wireless Extension SCAN support. 2005-01-17 16:13:20 +00:00
solomon 012d5524db -pre25 2005-01-11 17:44:10 +00:00
solomon 55a707764e fix a brown-paper-bag bug in the registration code. 2005-01-11 17:43:54 +00:00
solomon 6798b19622 Sitecom Wl-022, courtesy of Armijn Hemel 2005-01-11 17:40:47 +00:00
solomon b65ba45b9c ethtool fixes. 2005-01-11 17:36:59 +00:00
solomon 62b50b8e0f -pre24, fix build on 2.6.10-rcX 2004-12-08 20:27:12 +00:00
solomon 38d3572649 fix a 2.6 build issue. 2004-12-08 19:31:09 +00:00
solomon 6a2f11b77b another fix from Colin Leroy, this one shuts down the USB widget
cleanly.
2004-11-29 16:29:09 +00:00
solomon c2ee63e27b Fix the register_netdev failure case. Thakns to Colin Leroy 2004-11-18 16:48:59 +00:00
solomon 0ce2d4bcce more instances of usb_unlink_urb() replaced. 2004-11-18 15:56:39 +00:00
solomon 16e7e21e32 fix the TIMEOUT. 2004-11-18 15:27:10 +00:00
solomon 95c2867286 another device ID. 2004-11-18 15:23:49 +00:00
solomon 7b7b2df484 dev_get is gone in 2.6.10-rc2 2004-11-18 15:13:28 +00:00
solomon 7ec0c64dd1 Fixes for 2.6.10-rc1 and newer. 2004-10-26 14:48:01 +00:00
solomon 74532acc08 -pre32 and usb compatibility. 2004-10-26 14:45:25 +00:00
solomon c35c0c05b6 We need if_ether.h for the eth_hdr() call. 2004-10-15 14:19:47 +00:00
solomon de8bbcc6e8 it didn't build cleanly on 2.6.9-rc4 2004-10-15 14:19:12 +00:00
solomon 57c7c352d0 build fixes for 2.6.9-rc4 and newer. 2004-10-15 13:58:03 +00:00
solomon c3c9700dd2 x64-64 fixes. 2004-09-13 14:57:46 +00:00
solomon 88bd2cb99e Fix a typo. 2004-09-13 14:53:46 +00:00
solomon 20184acd85 Fix a linkstate problem. 2004-08-12 20:29:37 +00:00
solomon 298487fa90 rename the man pages.
bump version up to 0.2.1-pre22  (will I ever make 0.2.2?)
2004-08-04 21:09:28 +00:00
solomon b699dd8a95 Build fixes to make the recent fedora 2 kernels build okay. 2004-08-04 17:27:56 +00:00
solomon 10efbbce7c Change the default kernel directory. 2004-08-04 14:55:27 +00:00
solomon 23645a991e Doc updates. 2004-08-04 14:51:51 +00:00
mark 3ee057aec0 new USB ID. 2004-07-28 21:07:07 +00:00
mark 386a42f0d4 New Z-Com id from Alain Chehikian <alain.chehikian@cegetel.net>. 2004-06-21 15:15:58 +00:00
solomon 3ef12d908b Add ident for Linksys WUSB11 v3.0, which apparently also comes in a
prism2 variant.
2004-06-08 18:50:05 +00:00
solomon a5558977f1 update the format slightly. 2004-05-05 18:24:46 +00:00
solomon cbe633a417 updates to reflect new firmware status. 2004-05-04 15:21:33 +00:00
solomon 67720c4420 change module install path. 2004-05-04 15:15:22 +00:00
solomon 603ae70f9a Add in IWSPY support, courtesy of Josef Kriegl
That patch got morphed into the beginnings of an overhaul of the rx
frame representation, with OOB metadata being passed with each frame to
p80211.  Eventually there will only be one rx path in the NSD, and
p80211conv_* will be the only thing to care about how it goes out to
userland (eg sniff headers, etc)
2004-05-04 15:11:41 +00:00
solomon 9b87e2e340 Firmware files are FINALLY bundled. Meh. 2004-05-04 14:11:13 +00:00
solomon a38294a28b -pre21 2004-04-26 14:59:22 +00:00
solomon 4e09e7876e Fix a kbuild-2.4 problem. 2004-04-20 19:28:43 +00:00
solomon 504fdb1330 convert prism2 driver over to new module parameter semantics. 2004-04-20 14:55:47 +00:00
solomon 982ecccad0 2.6 module parameter code. Still need to convert the prism2 driver. 2004-04-20 14:48:20 +00:00
solomon 239d2f0c15 Fix from Shiro Ninomiya:
GIWENCODE test was inverted.
2004-04-09 20:26:51 +00:00
solomon b49b385c33 We don't want to load the tertiary firmware for SSF cards. Whoops. :) 2004-04-05 20:57:03 +00:00
mark 784516b5bf New USB id. 2004-03-25 16:03:26 +00:00