From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felix Fietkau Date: Fri, 25 Jun 2010 14:43:10 +0200 Subject: [ath9k-devel] ATH9K does not transmit beacons in AD-HOC mode In-Reply-To: <64C15B02-158D-4058-8B06-EB93EAB0F8B4@sabanciuniv.edu> References: <64C15B02-158D-4058-8B06-EB93EAB0F8B4@sabanciuniv.edu> Message-ID: <4C24A45E.8010609@openwrt.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On 2010-06-25 11:07 AM, Alphan Ulusoy wrote: > Hi, > > I have noticed that ATH9K does not transmit beacons in IBSS. I can > only see probe request/response frames but no periodic beacons. I > have even applied the patch proposed by Felix > (https://patchwork.kernel.org/patch/99373/) that disables VEOL and > uses SWBA interrupts instead. It looks like beacon tasklet is never > called. I don't think this is normal. Is there a missing line that > must kick-off beacon transmission (e.g. ath9k_hw_puttxbuf, > ath9k_hw_txstart) ? The second patch (the one you applied) doesn't work without the first patch (https://patchwork.kernel.org/patch/99372/) - Felix