Ack, Net80211 & ath
Monthadar Al Jaberi
monthadar at gmail.com
Wed Jul 27 12:14:32 UTC 2011
not from what I can see, it overides vap->iv_input and vap->iv_recv_mgmt
but not vap->iv_output...
in ieee80211_start there is #ifdef IEEE80211_SUPPORT_MESH
:S
Okej for ieee80211_mgmt_output I see that mesh_send_action call it, so
I can put one callback there...
On Wed, Jul 27, 2011 at 1:32 PM, Adrian Chadd <adrian at freebsd.org> wrote:
> isn't there a tx method that the mesh code overrides?
>
>
> Adrian
>
> On 27 July 2011 19:20, Monthadar Al Jaberi <monthadar at gmail.com> wrote:
>> Sounds like a plan!
>>
>> I guess I need to put some code with #ifdefs in:
>>
>> ieee80211_start
>> ieee80211_mgmt_output
>>
>> ?
>>
>>
>>
>>
>> On Wed, Jul 27, 2011 at 1:06 PM, Adrian Chadd <adrian at freebsd.org> wrote:
>>> On 27 July 2011 18:59, Monthadar Al Jaberi <monthadar at gmail.com> wrote:
>>>> Ok. For mesh forwarding information, how do I know about link failure
>>>> (not able to forward an MSDU/MMPDU). Cause then we need to generate a
>>>> PERR frame.
>>>
>>> Why not create a callback for all TXed frames when you're in mesh mode?
>>>
>>>
>>> Adrian
>>>
>>
>>
>>
>> --
>> //Monthadar Al Jaberi
>>
>
--
//Monthadar Al Jaberi
More information about the freebsd-wireless
mailing list