linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Pavel Roskin <proski@gnu.org>
To: Nick Kossifidis <mickflemm@gmail.com>
Cc: "John W. Linville" <linville@tuxdriver.com>,
	"Luis R. Rodriguez" <mcgrof@gmail.com>,
	Bob Copeland <me@bobcopeland.com>,
	ath5k-devel@lists.ath5k.org, linux-wireless@vger.kernel.org,
	ic.felix@gmail.com, Felix Fietkau <nbd@openwrt.org>
Subject: Re: Ath5k and proprietary extensions
Date: Tue, 01 Sep 2009 16:31:41 -0400	[thread overview]
Message-ID: <1251837101.14862.32.camel@mj> (raw)
In-Reply-To: <40f31dec0908282151t245912f0ye79684d4a519f3c9@mail.gmail.com>

On Sat, 2009-08-29 at 07:51 +0300, Nick Kossifidis wrote:

> a) X.R.: eXtended Range is a set of proprietary rates and some extra
> techniques (various hw tweaks etc) to enable long distance, low
> bandwidth links.

I'm not interested because it's ugly and we don't have a good reference
implementation.  Besides, there must be a reason why it's not in the
FreeBSD HAL.  Either it's patented or Atheros was ashamed to expose that
code.

> b) OFDM-only g settings for AR5211: AR5211 chips have support for
> draft-g (eg. no dynamic CCK/OFDM modulation, only OFDM). I don't know
> if we want to support it or not, removing the settings will save us
> some space and since it's a draft g implementation i don't think there
> are many compatible APs out there. Is there any possibility to support
> draft-g on mac80211/cfg80211 ? If not we can just drop it else it's
> just some extra data, no big deal.

If there is a simple way to support it, let's do it.  I think having
"pure G" may be a good idea in some situations, regardless of the
hardware limitations.  But that's something that should be done in
mac80211.

I would keep the initialization code for now.

That said, AR5210 and AR5211 are so rare, that we might consider
splitting them into separate drivers that would not be actively
maintained.

> c) Half/quarter rate channels (10/5MHz width) and turbo mode (double
> rate - 40MHz width): Hw can transmit with different channel width
> allowing us to operate on half, quarter or double rate (also called
> turbo mode).

It would be nice to be able to receive on wide and narrow channels, at
least in the monitor mode.  Generally, "be liberal in what you accept,
and conservative in what you send".

We'll need some API to set the bandwidth and radiotap flags to
communicate the bandwidth to the recipient.

> d) Fast frames: Hw can tx/rx jumbo frames of 3kbytes+ so fast frame
> aggregation is a way to make use of that hw feature by sending 2
> frames together (for more infos check out super ag white paper).

Likewise, it would be nice to receive them.

> e) Compression: Hw can do on-chip compression/decompression using
> standard Lempel Ziv algorithm per tx queue, MadWiFi implements this
> and uses a vendor IE to let others know that it supports this feature
> (same IE is used for all capabilities, fast frames, XR etc).

Same thing here, as long as we can reuse the existing kernel code for
decompression.

-- 
Regards,
Pavel Roskin

  parent reply	other threads:[~2009-09-01 20:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-29  4:51 Ath5k and proprietary extensions Nick Kossifidis
2009-08-29  7:18 ` [ath5k-devel] " Benoit PAPILLAULT
2009-08-29  9:56   ` RHS Linux User
2009-08-29 15:47   ` Nick Kossifidis
2009-08-29 19:15     ` Luis R. Rodriguez
2009-08-31 12:53 ` Bob Copeland
2009-09-01 14:37 ` Jouni Malinen
2009-09-01 20:31 ` Pavel Roskin [this message]
2009-09-30  3:11   ` [ath5k-devel] " Aditya
2009-09-01 21:39 ` Luis R. Rodriguez

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=1251837101.14862.32.camel@mj \
    --to=proski@gnu.org \
    --cc=ath5k-devel@lists.ath5k.org \
    --cc=ic.felix@gmail.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=mcgrof@gmail.com \
    --cc=me@bobcopeland.com \
    --cc=mickflemm@gmail.com \
    --cc=nbd@openwrt.org \
    /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).