From: Kalle Valo <kvalo@qca.qualcomm.com>
To: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Cc: <linux-wireless@vger.kernel.org>, <ath6kl-devel@qualcomm.com>
Subject: Re: [PATCH V3 1/5] ath6kl: Group wiphy initialization into ath6kl_cfg80211_init()
Date: Thu, 1 Mar 2012 09:07:28 +0200 [thread overview]
Message-ID: <4F4F2030.9080805@qca.qualcomm.com> (raw)
In-Reply-To: <4F4F1817.9070904@qca.qualcomm.com>
On 03/01/2012 08:32 AM, Kalle Valo wrote:
> On 02/28/2012 04:50 PM, Vasanthakumar Thiagarajan wrote:
>> There are some code which initializes various wiphy members
>> left outside ath6kl_cfg80211_init(), in ath6kl_core_init().
>> Move them into a single palce.
>>
>> Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
>
> Thanks, all five patches applied.
There's an issue and I think these patches might cause it. Earlier (with
commit 9289a8a8e2) my ath6kl device was always wlan0:
6: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast
state UP qlen 1000
link/ether 00:03:7f:04:04:c2 brd ff:ff:ff:ff:ff:ff
But now for some reason it's always wlan3 even though the mac address is
the same:
4: wlan3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
link/ether 00:03:7f:04:04:c2 brd ff:ff:ff:ff:ff:ff
I'm guessing this has something to do with mac address and udev, but I
didn't investigate this. But if you have the time better to check that
there are no suprises hidden anywhere.
Kalle
next prev parent reply other threads:[~2012-03-01 7:07 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-28 14:50 [PATCH V3 1/5] ath6kl: Group wiphy initialization into ath6kl_cfg80211_init() Vasanthakumar Thiagarajan
2012-02-28 14:50 ` [PATCH V3 2/5] ath6kl: Initialize netdev hw_features for every interface Vasanthakumar Thiagarajan
2012-02-28 14:50 ` [PATCH V3 3/5] ath6kl: Refactor ath6kl_wmi_control_rx() Vasanthakumar Thiagarajan
2012-02-28 14:50 ` [PATCH V3 4/5] ath6kl: Skip vif index validation in ath6kl_rx() for wmi events Vasanthakumar Thiagarajan
2012-02-28 14:50 ` [PATCH V3 5/5] ath6kl: Defer wiphy and netdev registration till the end of ath6kl_core_init() Vasanthakumar Thiagarajan
2012-03-01 6:32 ` [PATCH V3 1/5] ath6kl: Group wiphy initialization into ath6kl_cfg80211_init() Kalle Valo
2012-03-01 7:07 ` Kalle Valo [this message]
2012-03-01 8:07 ` Vasanthakumar Thiagarajan
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=4F4F2030.9080805@qca.qualcomm.com \
--to=kvalo@qca.qualcomm.com \
--cc=ath6kl-devel@qualcomm.com \
--cc=linux-wireless@vger.kernel.org \
--cc=vthiagar@qca.qualcomm.com \
/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.