Commit 54179b0
wilc1000: fix register_netdevice use for AP mon interface
Monitor(mon.) interface is used for handling the AP mode. 'ieee80211_ptr'
reference is not configured for mon interface so using register_netdevice()
instead of cfg80211_unregister_netdevice().
Fixes: 2fe8ef1 ("cfg80211: change netdev registration/unregistration semantics")
Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>1 parent f3ce240 commit 54179b0
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
| 275 | + | |
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
| 296 | + | |
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
| |||
0 commit comments