From: "Mustafa Yücel" <yuecelm@gmail.com>
To: "Divinsky, Yonatan" <yoni.divinsky@ti.com>
Cc: coelho@ti.com, linux-wireless@vger.kernel.org
Subject: Re: wl12xx: extend survey with channel_time_tx, channel_busy_time and channel_time
Date: Fri, 18 May 2012 11:51:46 +0200 [thread overview]
Message-ID: <4FB61BB2.5050900@gmail.com> (raw)
In-Reply-To: <CANJm+iAxcPrgJfx_03P1L-G7YFdPDK7B-aRXDgbpand0XgULVA@mail.gmail.com>
>> currently only the noise of the main channel is filled within the
>> wl1271_op_get_survey function. but to get acs working, in need to fill
>> channel_time, channel_time_tx and channel_busy_time in the survey. is it
>> somehow possible to get these values (or similar values like a duty
>> cycle value) from the firmware? the only requirement I see as far, is
>> that it should measure these values inside a ROC phase...
>>
>
> I checked and currenty I don't see a possiblity to get this parameter,
> I am trying to find out with the firmware team. I don't quite
> understand what the parameter stand for.
> for example what does channel_time_tx exactly mean?
I am not sure if I can help you here much, because I am more familiar
with rf technologies from low-power radios like the TI CC1000 and
CC2500. maybe we dont need channel_time_tx at all as we dont send data
inside the ROC phase, we only have to find out how clear or busy the
channel is (maybe its also possible to differ valid 802.11 frames from
other APs and interference noise like from microwaves). In the terms of
CC1000/CC2500 it would be called "clear channel assessment", in terms of
ethernet "carrier sense multiple access", maybe Wifi have something
similiar to sense the channel...
here is the definition from the nl80211.h header:
NL80211_SURVEY_INFO_CHANNEL_TIME:
amount of time (in ms) that the radio spent on this channel
NL80211_SURVEY_INFO_CHANNEL_TIME_BUSY:
amount of the time the primary channel was sensed busy (either due to
activity or energy detect)
NL80211_SURVEY_INFO_CHANNEL_TIME_TX:
amount of time the radio spent transmitting data
prev parent reply other threads:[~2012-05-18 9:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-14 16:10 wl12xx: extend survey with channel_time_tx, channel_busy_time and channel_time Mustafa Yücel
2012-05-17 6:25 ` Divinsky, Yonatan
2012-05-18 9:51 ` Mustafa Yücel [this message]
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=4FB61BB2.5050900@gmail.com \
--to=yuecelm@gmail.com \
--cc=coelho@ti.com \
--cc=linux-wireless@vger.kernel.org \
--cc=yoni.divinsky@ti.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).