* Beacon sending information
@ 2016-10-03 13:47 Ricardo Santos
2016-10-03 14:08 ` Michal Kazior
0 siblings, 1 reply; 2+ messages in thread
From: Ricardo Santos @ 2016-10-03 13:47 UTC (permalink / raw)
To: ath10k
Hi,
I recently started to go through the ath10k driver and mac80211 source to understand where events happen in the code. Currently I'm trying to find where the beacon
generation and their tx is being handled, but so far without being successful. Can anyone indicate me where I can find that?
Otherwise, if it is no possible, I'll be happy if I can somehow add/view a print every time a beacon is sent. Is there a way to do it?
Thank you.
Best regards,
Ricardo Santos
_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Beacon sending information
2016-10-03 13:47 Beacon sending information Ricardo Santos
@ 2016-10-03 14:08 ` Michal Kazior
0 siblings, 0 replies; 2+ messages in thread
From: Michal Kazior @ 2016-10-03 14:08 UTC (permalink / raw)
To: Ricardo Santos; +Cc: ath10k@lists.infradead.org
On 3 October 2016 at 15:47, Ricardo Santos <ricardo.santos@kau.se> wrote:
> Hi,
>
> I recently started to go through the ath10k driver and mac80211 source to understand where events happen in the code. Currently I'm trying to find where the beacon
> generation and their tx is being handled, but so far without being successful. Can anyone indicate me where I can find that?
There are 2 designs:
- one where FW generates SWBA event for each beacon (see ath10k's wmi.c),
- the other uploads beacon template (look for TMPL_CMDID in ath10k)
when starting.
Both call ieee80211_beacon_get().
Michał
_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-10-03 14:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-03 13:47 Beacon sending information Ricardo Santos
2016-10-03 14:08 ` Michal Kazior
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.