drivers: wireless: Add do packet flow cotrol in gs2200m_ioctl_close()
NOTE: active close now works during http audio streaming Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
parent
cf867b2d43
commit
65e81a6159
|
@ -2379,6 +2379,10 @@ errout:
|
|||
|
||||
_remove_all_pkt(dev, _cid_to_uint8(msg->cid));
|
||||
|
||||
/* Do packet flow control */
|
||||
|
||||
_control_pkt_q(dev);
|
||||
|
||||
wlinfo("++ end: cid=%c type=%d \n", msg->cid, type);
|
||||
|
||||
return ret;
|
||||
|
|
Loading…
Reference in New Issue