Due to higher HSIC interrupt threshold value, sometimes driver is running short of enough rx urbs queued to HSIC HW to receive IP packets from mdm device. In this case driver is busy processing large number of completed rx urbs and left with fewer pending urbs with HW. This causes occasional throughput drops on rx data path. Hence increase number of rx urb from 50 to 100, to keep HSIC HW busy in pulling data from mdm device while completed urbs are getting processed. (cherry picked from commit e8f691f60db39b50951148c3e68ae35c89cdd397) CRs-Fixed: 397809 Signed-off-by: Hemant Kumar <hemantk@codeaurora.org> Change-Id: I590c203551c5ac83a71b8628d195f2a15840edf1 Signed-off-by: Neha Pandey <nehap@codeaurora.org>