Re: [PATCH v3] nl80211: Broadcast CMD_NEW_INTERFACE and CMD_DEL_INTERFACE

2014-11-27 Thread Jouni Malinen
On Wed, Nov 12, 2014 at 04:26:45PM +0200, Tomasz Bursztyka wrote: Let the other listeners being notified when a new or del interface command has been issued, thus reducing later necessary request to be in sync with current context. This seems to trigger a NULL pointer dereference in

Re: [PATCH v3] nl80211: Broadcast CMD_NEW_INTERFACE and CMD_DEL_INTERFACE

2014-11-19 Thread Johannes Berg
On Wed, 2014-11-12 at 16:26 +0200, Tomasz Bursztyka wrote: Let the other listeners being notified when a new or del interface command has been issued, thus reducing later necessary request to be in sync with current context. Applied. johannes -- To unsubscribe from this list: send the line

[PATCH v3] nl80211: Broadcast CMD_NEW_INTERFACE and CMD_DEL_INTERFACE

2014-11-12 Thread Tomasz Bursztyka
Let the other listeners being notified when a new or del interface command has been issued, thus reducing later necessary request to be in sync with current context. Signed-off-by: Tomasz Bursztyka tomasz.burszt...@linux.intel.com --- net/wireless/nl80211.c | 48