All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vasanthakumar Thiagarajan <vasanth@atheros.com>
To: Felix Fietkau <nbd@openwrt.org>
Cc: "linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
	"linville@tuxdriver.com" <linville@tuxdriver.com>,
	Luis Rodriguez <Luis.Rodriguez@Atheros.com>
Subject: Re: [PATCH 3/3] ath9k_hw: remove enum wireless_mode and its users
Date: Thu, 14 Oct 2010 11:39:08 +0530	[thread overview]
Message-ID: <20101014060908.GC21903@vasanth-laptop> (raw)
In-Reply-To: <1286981008-85124-3-git-send-email-nbd@openwrt.org>

On Wed, Oct 13, 2010 at 08:13:28PM +0530, Felix Fietkau wrote:
> +			return &ar5416_11ng_ratetable;
> +		return &ar5416_11g_ratetable;
ineffective return.
>  	case IEEE80211_BAND_5GHZ:
> -		mode = ATH9K_MODE_11A;
>  		if (is_ht)
> -			mode = ATH9K_MODE_11NA_HT20;
> -		if (is_cw_40)
> -			mode = ATH9K_MODE_11NA_HT40PLUS;
> -		break;
> +			return &ar5416_11na_ratetable;
> +		return &ar5416_11a_ratetable;
same here.

Also, legacy rate tables can be removed.

Vasanth

  reply	other threads:[~2010-10-14  6:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-13 14:43 [PATCH 1/3] ath9k: make rate control debugfs stats per station Felix Fietkau
2010-10-13 14:43 ` [PATCH 2/3] ath9k: remove sc->cur_rate_table and sc->cur_rate_mode Felix Fietkau
2010-10-13 14:43   ` [PATCH 3/3] ath9k_hw: remove enum wireless_mode and its users Felix Fietkau
2010-10-14  6:09     ` Vasanthakumar Thiagarajan [this message]
2010-10-14  8:12       ` Vasanthakumar Thiagarajan
     [not found] <20101014082135.GG21903@vasanth-laptop>
2010-10-14  8:51 ` Rajkumar Manoharan

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=20101014060908.GC21903@vasanth-laptop \
    --to=vasanth@atheros.com \
    --cc=Luis.Rodriguez@Atheros.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.