netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: linux-kernel@vger.kernel.org, netdev@oss.sgi.com
Subject: [BK PATCHES] 2.4.x net driver merges
Date: Tue, 29 Jul 2003 12:24:01 -0400	[thread overview]
Message-ID: <20030729162401.GB1920@gtf.org> (raw)


BK users, pull from

	bk pull bk://gkernel.bkbits.net/net-drivers-2.4

Others may download the patch from

ftp://ftp.kernel.org/pub/linux/kernel/people/jgarzik/patchkits/2.4/2.4.22-pre8-netdrvr1.patch.bz2

This will update the following files:

 Documentation/Configure.help         |   12 
 Documentation/networking/ifenslave.c |   90 +
 drivers/net/Config.in                |    1 
 drivers/net/Makefile                 |    1 
 drivers/net/b44.c                    | 1881 +++++++++++++++++++++++++++++++++++
 drivers/net/b44.h                    |  543 ++++++++++
 drivers/net/wireless/airo.c          |  767 ++++++++------
 7 files changed, 2962 insertions(+), 333 deletions(-)

through these ChangeSets:

<jgarzik@redhat.com> (03/07/29 1.1039)
   [netdrvr] add new broadcom 440x net driver, "b44"
   
   By David Miller, with many fixes from Pekka Pietikainen.

<achirica@telefonica.net> (03/07/29 1.1038)
   [wireless airo] adds support for noise level reporting (if available)

<achirica@telefonica.net> (03/07/29 1.1037)
   [wireless airo] makes the card passive when entering monitor mode

<achirica@telefonica.net> (03/07/29 1.1036)
   [wireless airo] eliminate infinite loop
   
   makes sure a possible (never happened, but just in case) infinite
   loop in the transmission code terminates.

<achirica@telefonica.net> (03/07/29 1.1035)
   [wireless airo] safer shutdown sequence
   
   changes the card shutdown sequence to a safer one

<achirica@telefonica.net> (03/07/29 1.1034)
   [wireless airo] fix Tx race

<shmulik.hen@intel.com> (03/07/19 1.1032)
   [bonding] fix ifenslave ABI bug

<achirica@telefonica.net> (03/07/19 1.1031)
   [wireless airo] Update to wireless extensions 16 (new spy API).

<achirica@telefonica.net> (03/07/19 1.1030)
   [wireless airo] Update to wireless extensions 15 (add monitor mode).

<achirica@telefonica.net> (03/07/19 1.1029)
   [wireless airo] Return channel in infrastructure mode.

<achirica@telefonica.net> (03/07/19 1.1028)
   [wireless airo] Checks for small packets before transmitting them.

<achirica@telefonica.net> (03/07/19 1.1027)
   [wireless airo] Returns proper status in case of transmission error.

<achirica@telefonica.net> (03/07/19 1.1026)
   [wireless airo] Fix small endianness bug.

<achirica@telefonica.net> (03/07/19 1.1025)
   [wireless airo] Don't call MIC functions if the card doesn't support them.

<achirica@telefonica.net> (03/07/19 1.1024)
   [wireless airo] Don't sleep when the stats are requested.

<achirica@telefonica.net> (03/07/19 1.1023)
   [wireless airo] Make locking "per thread" so it's fully preemptive.

<achirica@telefonica.net> (03/07/19 1.1022)
   [wireless airo] Update  structs with the new fields in latest firmwares.

<achirica@telefonica.net> (03/07/19 1.1021)
   [wireless airo] Simplify dynamic buffer code in Cisco extensions.

<achirica@telefonica.net> (03/07/19 1.1020)
   [wireless airo] sync with 2.6
   
   Trivialities: spelling, stack usage, checking return vals, etc.

                 reply	other threads:[~2003-07-29 16:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030729162401.GB1920@gtf.org \
    --to=jgarzik@pobox.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).