From: "John W. Linville" <linville@tuxdriver.com>
To: Simon Wunderlich <simon.wunderlich@s2003.tu-chemnitz.de>
Cc: linux-wireless@vger.kernel.org,
Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
Subject: Re: [PATCH-resend 0/9] ath5k/ath9k: respin/resend 5/10 MHz and CSA patches
Date: Thu, 15 Aug 2013 16:04:04 -0400 [thread overview]
Message-ID: <20130815200404.GH2133@tuxdriver.com> (raw)
In-Reply-To: <1376460098-26648-1-git-send-email-siwu@hrz.tu-chemnitz.de>
On Wed, Aug 14, 2013 at 08:01:29AM +0200, Simon Wunderlich wrote:
> This series contains the rebased patches for 5/10 MHz and channel switch
> announcement for ath5k/ath9k as sent in their respective series earlier. No
> modification was made. Since Johannes picked the nl/cfg/mac80211 parts
> only, these patches are still missing in the tree. John reported some
> trouble building with these patches, but I couldn't see any problems here.
>
> The series is based on wireless-testing of todays master. Please tell
> me if there are any problems (including compiler errors and kernel config)
> so I can rework if neccesary.
CC drivers/net/wireless/ath/ath9k/rc.o
drivers/net/wireless/ath/ath9k/rc.c: In function ‘ath_rate_update’:
drivers/net/wireless/ath/ath9k/rc.c:1333:3: error: invalid type argument of ‘->’ (have ‘struct cfg80211_chan_def’)
make[2]: *** [drivers/net/wireless/ath/ath9k/rc.o] Error 1
>
> Thanks!
> Simon
>
> Simon Wunderlich (9):
> ath9k: always use SIFS times from OFDM for 5/10 MHz
> ath9k: use chandef instead of channel_type
> ath9k: report 5/10 MHz channels
> ath9k: set 5/10 MHz supported channels and fix bitrate
> ath9k: announce that ath9k supports 5/10 MHz
> ath5k: report 5/10 MHz channels
> ath5k: set 5/10 MHz supported channels and fix duration
> ath5k: enable support for 5 MHz and 10 MHz channels
> ath9k: enable CSA functionality in ath9k
>
> drivers/net/wireless/ath/ath5k/ath5k.h | 1 +
> drivers/net/wireless/ath/ath5k/base.c | 59 ++++++++++++++++++----
> drivers/net/wireless/ath/ath5k/base.h | 2 +-
> drivers/net/wireless/ath/ath5k/mac80211-ops.c | 2 +-
> drivers/net/wireless/ath/ath5k/pcu.c | 2 +
> drivers/net/wireless/ath/ath5k/qcu.c | 25 ++++++++-
> drivers/net/wireless/ath/ath9k/ath9k.h | 2 +
> drivers/net/wireless/ath/ath9k/beacon.c | 21 ++++++++
> drivers/net/wireless/ath/ath9k/common.c | 67 +++++++++++++++----------
> drivers/net/wireless/ath/ath9k/common.h | 3 +-
> drivers/net/wireless/ath/ath9k/htc_drv_main.c | 5 +-
> drivers/net/wireless/ath/ath9k/hw.c | 5 +-
> drivers/net/wireless/ath/ath9k/init.c | 30 +++++++----
> drivers/net/wireless/ath/ath9k/main.c | 25 +++++++--
> drivers/net/wireless/ath/ath9k/rc.c | 9 +++-
> drivers/net/wireless/ath/ath9k/recv.c | 11 ++++
> drivers/net/wireless/ath/ath9k/xmit.c | 2 +
> 17 files changed, 206 insertions(+), 65 deletions(-)
>
> --
> 1.7.10.4
>
>
--
John W. Linville Someday the world will need a hero, and you
linville@tuxdriver.com might be all we have. Be ready.
next prev parent reply other threads:[~2013-08-15 20:15 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-14 6:01 [PATCH-resend 0/9] ath5k/ath9k: respin/resend 5/10 MHz and CSA patches Simon Wunderlich
2013-08-14 6:01 ` [PATCH-resend 1/9] ath9k: always use SIFS times from OFDM for 5/10 MHz Simon Wunderlich
2013-08-14 6:01 ` [PATCH-resend 2/9] ath9k: use chandef instead of channel_type Simon Wunderlich
2013-08-16 8:46 ` [PATCH-resend-v2 " Simon Wunderlich
2013-08-14 6:01 ` [PATCH-resend 3/9] ath9k: report 5/10 MHz channels Simon Wunderlich
2013-08-14 6:01 ` [PATCH-resend 4/9] ath9k: set 5/10 MHz supported channels and fix bitrate Simon Wunderlich
2013-08-14 6:01 ` [PATCH-resend 5/9] ath9k: announce that ath9k supports 5/10 MHz Simon Wunderlich
2013-08-14 6:01 ` [PATCH-resend 6/9] ath5k: report 5/10 MHz channels Simon Wunderlich
2013-08-14 6:01 ` [PATCH-resend 7/9] ath5k: set 5/10 MHz supported channels and fix duration Simon Wunderlich
2013-08-14 6:01 ` [PATCH-resend 8/9] ath5k: enable support for 5 MHz and 10 MHz channels Simon Wunderlich
2013-08-14 6:01 ` [PATCH-resend 9/9] ath9k: enable CSA functionality in ath9k Simon Wunderlich
2013-08-15 20:04 ` John W. Linville [this message]
2013-08-16 8:38 ` [PATCH-resend 0/9] ath5k/ath9k: respin/resend 5/10 MHz and CSA patches Simon Wunderlich
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=20130815200404.GH2133@tuxdriver.com \
--to=linville@tuxdriver.com \
--cc=linux-wireless@vger.kernel.org \
--cc=simon.wunderlich@s2003.tu-chemnitz.de \
--cc=siwu@hrz.tu-chemnitz.de \
/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).