From: "Alina Friedrichsen" <x-alina@gmx.net>
To: "Alina Friedrichsen" <x-alina@gmx.net>,
linux-wireless@vger.kernel.org, Sujith.Manoharan@atheros.com
Subject: Re: IBSS issues
Date: Fri, 27 Feb 2009 10:01:40 +0100 [thread overview]
Message-ID: <20090227090140.291190@gmx.net> (raw)
In-Reply-To: <20090227082545.291220@gmx.net>
Hi Sujith!
> The strange thing is after the ping from peer1 to peer2, the ping fro=
m
> peer2 to peer1 works too. The same is if I start tcpdump on peer1. Af=
ter
> stopping tcpdump it keeps working. Looking...
I found it. :)
The problem is the following code:
[drivers/net/wireless/ath9k/main.c, ath9k_configure_filter(), line 2399=
]
if (changed_flags & FIF_BCN_PRBRESP_PROMISC) {
if (*total_flags & FIF_BCN_PRBRESP_PROMISC) {
memcpy(sc->curbssid, ath_bcast_mac, ETH_ALEN);
sc->curaid =3D 0;
ath9k_hw_write_associd(sc);
}
}
On scanning the BSSID is set to the broadcast MAC, but never set back.
Im not sure how to fix it in the cleanest way. I know to less about the=
handling of multi interface devices. ath9k people can you help please?
Thanks
Alina
--=20
Computer Bild Tarifsieger! GMX FreeDSL - Telefonanschluss + DSL
f=FCr nur 17,95 =BF/mtl.!* http://dsl.gmx.de/?ac=3DOM.AD.PD003K11308T45=
69a
--
To unsubscribe from this list: send the line "unsubscribe linux-wireles=
s" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2009-02-27 9:01 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-27 4:04 IBSS issues Sujith
2009-02-27 8:25 ` Alina Friedrichsen
2009-02-27 8:44 ` Sujith
2009-02-27 9:53 ` Alina Friedrichsen
2009-02-27 10:14 ` Sujith
2009-02-27 10:56 ` Alina Friedrichsen
2009-02-27 9:01 ` Alina Friedrichsen [this message]
2009-02-27 9:24 ` Sujith
2009-02-27 10:19 ` Alina Friedrichsen
2009-02-27 10:32 ` Sujith
2009-02-27 11:02 ` Alina Friedrichsen
2009-02-27 21:53 ` Johannes Berg
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=20090227090140.291190@gmx.net \
--to=x-alina@gmx.net \
--cc=Sujith.Manoharan@atheros.com \
--cc=linux-wireless@vger.kernel.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.