NdisSend problem in Pocket PC 2002

I am testing on iPAQ Pocket PC 2002.

I have a protocol driver and a wireless card driver.

From the protocol driver write function, NdisSend is
called to transmit packets to the wireless driver. I
do not see the SendHandler of the wireless card driver
being called when NdisSend is called.

From the protocol driver I can communicate with the
driver and receive packets as well but NdisSend fails.

Any pointers to why call to NdisSend does not call the
SendHandler of my driver.

Thanks,

…Ram


Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook™.
http://calendar.yahoo.com

Hi,Ramakrishna Nayak

What is the return value of NdisSend?

======= 2003-06-02 14:13:00 You wrote=======

I am testing on iPAQ Pocket PC 2002.

I have a protocol driver and a wireless card driver.

From the protocol driver write function, NdisSend is
called to transmit packets to the wireless driver. I
do not see the SendHandler of the wireless card driver
being called when NdisSend is called.

From the protocol driver I can communicate with the
driver and receive packets as well but NdisSend fails.

Any pointers to why call to NdisSend does not call the
SendHandler of my driver.

Thanks,

…Ram


Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook™.
http://calendar.yahoo.com


You are currently subscribed to ntdev as: xxxxx@sinfors.com.cn
To unsubscribe send a blank email to xxxxx@lists.osr.com

= = = = = = = = = = = = = = = = = = = =

Crasher Guo
xxxxx@sinfors.com.cn
2003-06-03

I have initialized the return status to
NDIS_STATUS_PENDING before calling NdisSend and after
calling NdisSend, it still remains on
NDIS_STATUS_PENDING.

The SendHandler of the driver is not called.

Thanks,

…Ram

— Crasher Guo wrote:
> Hi,Ramakrishna Nayak
>
> What is the return value of NdisSend?
>
> ======= 2003-06-02 14:13:00 You wrote=======
>
> >I am testing on iPAQ Pocket PC 2002.
> >
> >I have a protocol driver and a wireless card
> driver.
> >
> >From the protocol driver write function, NdisSend
> is
> >called to transmit packets to the wireless driver.
> I
> >do not see the SendHandler of the wireless card
> driver
> >being called when NdisSend is called.
> >
> >From the protocol driver I can communicate with the
> >driver and receive packets as well but NdisSend
> fails.
> >
> >Any pointers to why call to NdisSend does not call
> the
> >SendHandler of my driver.
> >
> >Thanks,
> >
> >…Ram
> >
> >
> >
> >
> >Do you Yahoo!?
> >Yahoo! Calendar - Free online calendar with sync to
> Outlook™.
> >http://calendar.yahoo.com
> >
> >
> >—
> >You are currently subscribed to ntdev as:
> xxxxx@sinfors.com.cn
> >To unsubscribe send a blank email to
> xxxxx@lists.osr.com
>
> = = = = = = = = = = = = = = = = = = = =
>
>
> Crasher Guo
> xxxxx@sinfors.com.cn
> 2003-06-03
>
>
>
>
>
> —
> You are currently subscribed to ntdev as:
> xxxxx@yahoo.com
> To unsubscribe send a blank email to
xxxxx@lists.osr.com


Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook™.
http://calendar.yahoo.com

Hi,Ramakrishna Nayak

NdisSend return NDIS_STATUS_PENDING means you send will be complete asynchrony,After complete this send , NIC driver will call you ProtocolComplete callback function.

======= 2003-06-03 06:34:00 You wrote=======

I have initialized the return status to
NDIS_STATUS_PENDING before calling NdisSend and after
calling NdisSend, it still remains on
NDIS_STATUS_PENDING.

The SendHandler of the driver is not called.

Thanks,

…Ram

— Crasher Guo wrote:
>> Hi,Ramakrishna Nayak
>>
>> What is the return value of NdisSend?
>>
>> ======= 2003-06-02 14:13:00 You wrote=======
>>
>> >I am testing on iPAQ Pocket PC 2002.
>> >
>> >I have a protocol driver and a wireless card
>> driver.
>> >
>> >From the protocol driver write function, NdisSend
>> is
>> >called to transmit packets to the wireless driver.
>> I
>> >do not see the SendHandler of the wireless card
>> driver
>> >being called when NdisSend is called.
>> >
>> >From the protocol driver I can communicate with the
>> >driver and receive packets as well but NdisSend
>> fails.
>> >
>> >Any pointers to why call to NdisSend does not call
>> the
>> >SendHandler of my driver.
>> >
>> >Thanks,
>> >
>> >…Ram
>> >
>> >
>> >
>> >
>> >Do you Yahoo!?
>> >Yahoo! Calendar - Free online calendar with sync to
>> Outlook™.
>> >http://calendar.yahoo.com
>> >
>> >
>> >—
>> >You are currently subscribed to ntdev as:
>> xxxxx@sinfors.com.cn
>> >To unsubscribe send a blank email to
>> xxxxx@lists.osr.com
>>
>> = = = = = = = = = = = = = = = = = = = =
>>
>>
>> Crasher Guo
>> xxxxx@sinfors.com.cn
>> 2003-06-03
>>
>>
>>
>>
>>
>> —
>> You are currently subscribed to ntdev as:
>> xxxxx@yahoo.com
>> To unsubscribe send a blank email to
>xxxxx@lists.osr.com
>
>
>

>Do you Yahoo!?
>Yahoo! Calendar - Free online calendar with sync to Outlook™.
>http://calendar.yahoo.com
>
>
>—
>You are currently subscribed to ntdev as: xxxxx@sinfors.com.cn
>To unsubscribe send a blank email to xxxxx@lists.osr.com

= = = = = = = = = = = = = = = = = = = =

Crasher Guo
xxxxx@sinfors.com.cn
2003-06-04