KrasnikovEugene / wcn36xx

21 stars 16 forks source link

Rework wcn36xx_smd_notify #92

Closed KrasnikovEugene closed 11 years ago

KrasnikovEugene commented 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.

KrasnikovEugene commented 11 years ago

smd_read_avail can not be called from smd_notify function.