An error occurred fetching the project authors.
- 23 Sep, 2005 3 commits
-
-
Pavel Roskin authored
Signed-off-by:
Pavel Roskin <proski@gnu.org> orinoco_send_wevents() could return without unlocking. Failure to read BSSID from the hardware would cause orinoco_send_wevents() to return with lock held. Found by sparse. Signed-off-by:
Jeff Garzik <jgarzik@pobox.com>
-
Pavel Roskin authored
Signed-off-by:
Pavel Roskin <proski@gnu.org> Fix memory leak and unneeded unlock in orinoco_join_ap() If orinoco_lock() fails, the code would still run orinoco_unlock(), instead of freeing the allocated memory. Found by sparse. Signed-off-by:
Jeff Garzik <jgarzik@pobox.com>
-
Pavel Roskin authored
Signed-off-by:
Pavel Roskin <proski@gnu.org> Remove inneeded system includes. Most system includes are not needed. In particular, the hardware backends don't need anything network related. Some includes have been moved from local headers to the C files where they are actually used. Includes that have to be in the local headers are no longer from the C sources. Signed-off-by:
Jeff Garzik <jgarzik@pobox.com>
-
- 22 Sep, 2005 1 commit
-
-
James Ketrenos authored
-
- 16 Sep, 2005 1 commit
-
-
Pavel Roskin authored
Author: Pavel Roskin <proski@gnu.org> Date: Fri Sep 16 00:50:00 2005 -0400 Don't include <net/ieee80211.h> twice. Signed-off-by:
Pavel Roskin <proski@gnu.org> Signed-off-by:
Jeff Garzik <jgarzik@pobox.com>
-
- 14 Sep, 2005 1 commit
-
-
Pavel Roskin authored
Author: Jean Tourrilhes <jt@hpl.hp.com> Signed-off-by:
Pavel Roskin <proski@gnu.org> Use new Wireless Extension API for wireless stats. Signed-off-by:
Jeff Garzik <jgarzik@pobox.com>
-
- 05 Sep, 2005 3 commits
-
-
Pavel Roskin authored
Signed-off-by:
Pavel Roskin <proski@gnu.org> diff-tree cb289b9f9b2a0f3ae7070a008f22e383b37526ee (from 56bfcdb38b3d04c1f8c1fd705e411f4be53b663c) Author: Pavel Roskin <proski@gnu.org> Date: Thu Sep 1 19:05:16 2005 -0400 Optimize orinoco_join_ap() - break from loop once the requested BSSID is found. Signed-off-by:
Jeff Garzik <jgarzik@pobox.com>
-
Pavel Roskin authored
Signed-off-by:
Pavel Roskin <proski@gnu.org> diff-tree ca955293cdfd3139e150d3b4fed3922a7eb651fb (from cb289b9f9b2a0f3ae7070a008f22e383b37526ee) Author: Pavel Roskin <proski@gnu.org> Date: Thu Sep 1 19:08:00 2005 -0400 Fix memory leak on error in processing hostscan frames. Signed-off-by:
Jeff Garzik <jgarzik@pobox.com>
-
Pavel Roskin authored
Signed-off-by:
Pavel Roskin <proski@gnu.org> diff-tree 8fc038ec51acf5f777fade80c5e38112b766aeee (from ca955293cdfd3139e150d3b4fed3922a7eb651fb) Author: Pavel Roskin <proski@gnu.org> Date: Thu Sep 1 19:10:12 2005 -0400 Change orinoco_translate_scan() to return error code on error. Adjust the caller to check for errors and clean up if needed. Signed-off-by:
Jeff Garzik <jgarzik@pobox.com>
-
- 31 Jul, 2005 1 commit
-
-
Peter Hagervall authored
A few sparse cleanups for orinoco.c Signed-off-by:
Peter Hagervall <hager@cs.umu.se> Cc: Jeff Garzik <jgarzik@pobox.com> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Jeff Garzik <jgarzik@pobox.com>
-
- 27 Jun, 2005 8 commits
-
-
Jeff Garzik authored
-
Christoph Hellwig authored
Patch from Pavel Roskin
-
Christoph Hellwig authored
If the frame has ToDS flag set, mark it by setting skb->pkt_type to PACKET_OTHERHOST, so that applications unaware of promiscous mode won't get uplink (STA->AP) packets for STA->STA transmissions relayed by the AP. Thanks to John Denker and David Gibson for finding the problem and the solution. Patch from Pavel Roskin
-
Christoph Hellwig authored
Patch from Pavel Roskin
-
Christoph Hellwig authored
Patch from Pavel Roskin
-
Christoph Hellwig authored
I completely reimplemented this based on ethtool_ops, CVS has an ioctl-based version.
-
Christoph Hellwig authored
(patch from Moustafa Youssef, updated by Jim Carter and Pavel Roskin).
-
Christoph Hellwig authored
We need constants from this header in the next patches.
-
- 15 May, 2005 5 commits
-
-
Christoph Hellwig authored
small fixes from CVS that didn't fit elsewhere Index: linux-2.6/drivers/net/wireless/orinoco.c ===================================================================
-
Christoph Hellwig authored
Patch from Pavel Roskin Index: linux-2.6/drivers/net/wireless/orinoco.c ===================================================================
-
Christoph Hellwig authored
Patch from Pavel Roskin. Index: linux-2.6/drivers/net/wireless/orinoco.c ===================================================================
-
Christoph Hellwig authored
Patch from Pavel Roskin Index: linux-2.6/drivers/net/wireless/orinoco.c ===================================================================
-
Christoph Hellwig authored
Patch from Thomas Schulz Index: linux-2.6/drivers/net/wireless/orinoco.c ===================================================================
-
- 13 May, 2005 6 commits
-
-
Jeff Garzik authored
Contributors: Host AP contributors James Ketrenos <jketreno@linux.intel.com> Francois Romieu <romieu@fr.zoreil.com> Adrian Bunk <bunk@stusta.de> Matthew Galgoci <mgalgoci@parcelfarce.linux.th eplanet.co.uk>
-
David Gibson authored
Consolidate allocation of firmware buffers. In the process, remove duplication of a workaround for an old symbol firmware bug, and fix a bug where we could retry the workaround, even if it already failed to help. Signed-off-by:
David Gibson <hermes@gibson.dropbear.id.au> Signed-off-by:
Jeff Garzik <jgarzik@pobox.com>
-
David Gibson authored
Don't attempt to manually set the channel in infrastructure mode, the firmware doesn't like that much. Also don't attempt to override the firmware's default channel number for IBSS mode (I believe default channel can vary by regulatory domain). Signed-off-by:
David Gibson <hermes@gibson.dropbear.id.au> Signed-off-by:
Jeff Garzik <jgarzik@pobox.com>
-
David Gibson authored
Remove the dump_recs debugging iwpriv command. It will be replaced later with the simpler and more flexible get_rid command. Signed-off-by:
David Gibson <hermes@gibson.dropbear.id.au> Signed-off-by:
Jeff Garzik <jgarzik@pobox.com>
-
David Gibson authored
Adds an ignore_disconnect module parameter. When enabled, the driver will continue attempting to send packets even when the firmware has told us we've lost our link to the AP. On some firmwares this substantially increases the usable range of the card (presumably because we have an interrmittent connection, but the firmware is able to queue the packets for us until we're connected again). On some other cards, it causes the firmware to fall in a screaming heap :( (hence, default off). Signed-off-by:
David Gibson <hermes@gibson.dropbear.id.au> Signed-off-by:
Jeff Garzik <jgarzik@pobox.com>
-
David Gibson authored
Minor updates/bugfixes to the handling of wireless statistics.
-
- 16 Apr, 2005 1 commit
-
-
Linus Torvalds authored
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
-