diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-14 13:28:49 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-14 13:28:49 -0400 |
commit | 43096597a4cc4bd3f912be8a69dbd12e27e08038 (patch) | |
tree | 88cb4ba7562b0883aa987ee43f42a6c9bf9cd05f /drivers/net/wireless | |
parent | 79aa79bac979323a8cb10438be16d29cf252167d (diff) | |
parent | 485013717020cd8961337309e359d6cef43d6022 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6:
qlge: Fix page size ifdef test.
net: Rationalise email address: Network Specific Parts
dsa: fix compile bug on s390
netns: mib6 section fixlet
enic: Fix Kconfig headline description
de2104x: wrong MAC address fix
s390: claw compile fixlet
net: export genphy_restart_aneg
cxgb3: extend copyrights to 2008
cxgb3: update driver version
net/phy: add missing kernel-doc
pktgen: fix skb leak in case of failure
mISDN/dsp_cmx.c: fix size checks
misdn: use nonseekable_open()
net: fix driver build errors due to missing net/ip6_checksum.h include
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r-- | drivers/net/wireless/wavelan.c | 2 | ||||
-rw-r--r-- | drivers/net/wireless/wavelan.p.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/wavelan.c b/drivers/net/wireless/wavelan.c index 136220b5ca81..e939a73ff794 100644 --- a/drivers/net/wireless/wavelan.c +++ b/drivers/net/wireless/wavelan.c | |||
@@ -4387,7 +4387,7 @@ MODULE_LICENSE("GPL"); | |||
4387 | * | 4387 | * |
4388 | * Thanks go also to: | 4388 | * Thanks go also to: |
4389 | * James Ashton (jaa101@syseng.anu.edu.au), | 4389 | * James Ashton (jaa101@syseng.anu.edu.au), |
4390 | * Alan Cox (alan@redhat.com), | 4390 | * Alan Cox (alan@lxorguk.ukuu.org.uk), |
4391 | * Allan Creighton (allanc@cs.usyd.edu.au), | 4391 | * Allan Creighton (allanc@cs.usyd.edu.au), |
4392 | * Matthew Geier (matthew@cs.usyd.edu.au), | 4392 | * Matthew Geier (matthew@cs.usyd.edu.au), |
4393 | * Remo di Giovanni (remo@cs.usyd.edu.au), | 4393 | * Remo di Giovanni (remo@cs.usyd.edu.au), |
diff --git a/drivers/net/wireless/wavelan.p.h b/drivers/net/wireless/wavelan.p.h index b33ac47dd8df..44d31bbf39e4 100644 --- a/drivers/net/wireless/wavelan.p.h +++ b/drivers/net/wireless/wavelan.p.h | |||
@@ -186,7 +186,7 @@ | |||
186 | * | 186 | * |
187 | * Thanks go also to: | 187 | * Thanks go also to: |
188 | * James Ashton <jaa101@syseng.anu.edu.au>, | 188 | * James Ashton <jaa101@syseng.anu.edu.au>, |
189 | * Alan Cox <alan@redhat.com>, | 189 | * Alan Cox <alan@lxorguk.ukuu.org.uk>, |
190 | * Allan Creighton <allanc@cs.usyd.edu.au>, | 190 | * Allan Creighton <allanc@cs.usyd.edu.au>, |
191 | * Matthew Geier <matthew@cs.usyd.edu.au>, | 191 | * Matthew Geier <matthew@cs.usyd.edu.au>, |
192 | * Remo di Giovanni <remo@cs.usyd.edu.au>, | 192 | * Remo di Giovanni <remo@cs.usyd.edu.au>, |