wlan: Do not make hdd context as NULL in hdd adapter
When driver gets hdd uninit call it is making hdd context as NULL and this hdd context is used in net dev notifier call which results in undefined behavior. To address above issue, do not make hdd context as NULL in hdd adapter on hdd uninit. Change-Id: I4f5b8342fdbd6584bc98ad7225741e5a729f8448 CRs-Fixed: 2901585
Loading
Please register or sign in to comment