From: Guillaume Chazarain <[EMAIL PROTECTED]>
Date: Wed, 19 Jul 2006 14:47:34 +0200
> Shuya MAEDA wrote :
> > "while (__delta > USEC_PER_SEC){ ... }", but I think it should be
> > "while (__delta >= USEC_PER_SEC){ ... }". Is it right?
>
> I agree, good catch :-)
Applied, thanks a lot.
-
To unsub
Christoph Hellwig wrote:
On Sun, Jul 23, 2006 at 08:40:20PM -0700, Michael Wu wrote:
orinoco: Switch to d80211.h
This patch "converts" the orinoco driver to use d80211.h instead of
ieee80211.h. It also copies the IEEE80211_DATA_LEN definition to
d80211.h for use by the stack and drivers.
NACK
On Sun, Jul 23, 2006 at 08:40:20PM -0700, Michael Wu wrote:
> orinoco: Switch to d80211.h
>
> This patch "converts" the orinoco driver to use d80211.h instead of
> ieee80211.h. It also copies the IEEE80211_DATA_LEN definition to
> d80211.h for use by the stack and drivers.
NACK for all of these p
Michael Wu wrote:
orinoco: Switch to d80211.h
This patch "converts" the orinoco driver to use d80211.h instead of
ieee80211.h. It also copies the IEEE80211_DATA_LEN definition to
d80211.h for use by the stack and drivers.
Signed-off-by: Michael Wu <[EMAIL PROTECTED]>
---
drivers/net/wireless/
Michael Wu wrote:
airo: Switch to d80211.h
This patch "converts" the airo driver to use d80211.h instead of
ieee80211.h. It also adds struct ieee80211_info_element and
modifies d80211 to use that.
Signed-off-by: Michael Wu <[EMAIL PROTECTED]>
---
drivers/net/wireless/airo.c | 15
i
ray_cs: Remove dependency on ieee80211
This patch removes the dependency on ieee80211.h from
the ray_cs driver.
Signed-off-by: Michael Wu <[EMAIL PROTECTED]>
---
drivers/net/wireless/ray_cs.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/wireless/ray_cs.c
orinoco: Switch to d80211.h
This patch "converts" the orinoco driver to use d80211.h instead of
ieee80211.h. It also copies the IEEE80211_DATA_LEN definition to
d80211.h for use by the stack and drivers.
Signed-off-by: Michael Wu <[EMAIL PROTECTED]>
---
drivers/net/wireless/orinoco.c | 37 +++
Hi,
This patch series converts a number of fullmac wireless drivers to use
d80211.h instead of ieee80211.h. The changes are not major for the most part
due to the fact that fullmac drivers tend to use the macros in ieee80211.h
more than any actual 802.11 stack functions.
Notes on indivi
airo: Switch to d80211.h
This patch "converts" the airo driver to use d80211.h instead of
ieee80211.h. It also adds struct ieee80211_info_element and
modifies d80211 to use that.
Signed-off-by: Michael Wu <[EMAIL PROTECTED]>
---
drivers/net/wireless/airo.c | 15
include/net/d80211.h
zd1201: Switch to d80211.h
This patch "converts" the zd1201 driver to use d80211.h instead
of ieee80211.h
Signed-off-by: Michael Wu <[EMAIL PROTECTED]>
---
drivers/net/wireless/zd1201.c | 14 +++---
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/drivers/net/wireless/zd
wl3501_cs: Switch to d80211.h
This patch "converts" the wl3501_cs driver to use d80211.h instead
of ieee80211.h.
From: Michael Wu <[EMAIL PROTECTED]>
---
drivers/net/wireless/wl3501.h |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/wireless/wl3501.h b/dri
Anthony DeRobertis wrote:
Andreas Kleen wrote:
You need to use iommu=soft swiotlb=force
The standard IOMMU is also broken on VIA, but forced swiotlb should
work.
Didn't work :-(
Excepts from the log:
Bootdata ok (command line is BOOT_IMAGE=2.6.17-1-smp ro root=902
iommu=soft swiotl
Just a reminder to folks out there... Don't send private driver support
emails.
I receive a lot of email. A lot. Not as much as Linus or Andrew
probably, but still sizable. And quite regularly, I will receive a
private email asking for help on a SATA or net driver problem. The
poster w
Michael Buesch wrote:
On Sunday 23 July 2006 17:59, Larry Finger wrote:
Do you have the same problem on other git trees?
I saw some people running into this error when cloning Linus'
linux-2.6.git. I couldn't reproduce it, using exactly the same git version.
I had the same error when pulling fr
On Sunday 23 July 2006 17:59, Larry Finger wrote:
> > Do you have the same problem on other git trees?
> > I saw some people running into this error when cloning Linus'
> > linux-2.6.git. I couldn't reproduce it, using exactly the same git version.
>
> I had the same error when pulling from Linus
Daniel Drake wrote:
Michael Buesch wrote:
[EMAIL PROTECTED]:/tmp$ git --version
git version 1.4.1
[EMAIL PROTECTED]:/tmp$ git clone
git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Generating pack...
Done counting 290305 objects.
Deltifying 290305 objects.
100% (290305
Michael Buesch wrote:
[EMAIL PROTECTED]:/tmp$ git --version
git version 1.4.1
[EMAIL PROTECTED]:/tmp$ git clone
git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Generating pack...
Done counting 290305 objects.
Deltifying 290305 objects.
100% (290305/290305) done
fatal: u
Hi John,
I would say something is broken in the wireless-2.6 git repository.
When I try to clone the tree, I get this error:
[EMAIL PROTECTED]:/tmp$ git --version
git version 1.2.3
[EMAIL PROTECTED]:/tmp$ git clone
git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
fatal: p
On Sunday 23 July 2006 02:10, Michael Buesch wrote:
> On Sunday 23 July 2006 10:43, Michael Wu wrote:
> > d80211: Make MACSTR/MAC2STR macro available to drivers
> >
> > This patch moves the MACSTR/MAC2STR macros to d80211.h
> > so that they are available to drivers. It also converts the adm8211
> >
On Sunday 23 July 2006 10:43, Michael Wu wrote:
> d80211: Make MACSTR/MAC2STR macro available to drivers
>
> This patch moves the MACSTR/MAC2STR macros to d80211.h
> so that they are available to drivers. It also converts the adm8211
> and bcm43xx drivers to use this macro.
I'd say d80211.h is st
d80211: Make MACSTR/MAC2STR macro available to drivers
This patch moves the MACSTR/MAC2STR macros to d80211.h
so that they are available to drivers. It also converts the adm8211
and bcm43xx drivers to use this macro.
Signed-off-by: Michael Wu <[EMAIL PROTECTED]>
---
drivers/net/wireless/d80211/
adm8211: Add MAINTAINERS entry
Add MAINTAINERS entry for adm8211 driver.
Signed-off-by: Michael Wu <[EMAIL PROTECTED]>
---
MAINTAINERS |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index c40db05..2ed8cf9 100644
--- a/MAINTAINERS
+++ b/M
adm8211: Restore frame header after TX
This patch makes the adm8211 driver restore the TX frame's header to
the original 802.11 header before returning it to the 802.11 stack. This allows
the d80211 rate control algorithm to work correctly.
Signed-off-by: Michael Wu <[EMAIL PROTECTED]>
---
driv
23 matches
Mail list logo