wlan: Disable WMM inactivity timer on Del Tspec
Inactivity timer is started on successful ADDTS triggered via iw command. This timer is not stopped and destroyed if AP sends DELTS. If another ADDTS is triggered via iw command, the timer will be started again and since the same timer is being added to timer list, kernel panic occurs. Fix is to disable WMM inactivity timer on DELTS triggered by AP. Change-Id: I51c450dcef8ba39bb3bf4ca01eb25049878ae22e CRs-Fixed: 2398628
Loading
Please register or sign in to comment