Closed KrasnikovEugene closed 11 years ago
Now in function wcn36xx_smd_notify we queue smd_work but do we really need that? May be we can handle SMD responses in the same context as wcn36xx_smd_notify. Double check that and probably can get rid of wcn36xx_wq work queue.
smd_read_avail can not be called from smd_notify function.
Now in function wcn36xx_smd_notify we queue smd_work but do we really need that? May be we can handle SMD responses in the same context as wcn36xx_smd_notify. Double check that and probably can get rid of wcn36xx_wq work queue.