linux-stable/drivers/net/wireless/broadcom/brcm80211/brcmfmac
Rafał Miłecki 20856adf22 brcmfmac: add missing break when deleting P2P_DEVICE
We obviously don't want to fall through in that switch. With this change
1) We wait for event (triggered by p2p_disc) as expected
2) We remove interface manually on timeout
3) We return 0 on success instead of -ENOTSUPP

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2016-06-29 19:01:57 +03:00
..
Makefile
bcdc.c brcmf: Fix null pointer exception in bcdc_hdrpull 2016-04-26 12:18:37 +03:00
bcdc.h
bcmsdh.c brcmfmac: Fix 'did not remove int handler' warning 2016-06-04 17:58:52 +03:00
btcoex.c brcmfmac: use jiffies for timeout in btcoex 2016-01-08 10:44:46 +02:00
btcoex.h
bus.h brcmfmac: revise handling events in receive path 2016-04-14 15:57:52 +03:00
cfg80211.c brcmfmac: slightly simplify building interface combinations 2016-06-29 18:41:34 +03:00
cfg80211.h brcmfmac: include also core.h header in cfg80211.h 2016-06-29 19:00:35 +03:00
chip.c brcmfmac: add support for the PCIE devices 43525 and 43465 2016-06-16 18:20:05 +03:00
chip.h brcmfmac: access PMU registers using standalone PMU core if available 2016-02-06 13:52:47 +02:00
common.c brcmfmac: add support for nl80211 BSS_SELECT feature 2016-04-26 12:14:27 +03:00
common.h brcmfmac: merge platform data and module paramaters 2016-03-07 14:15:56 +02:00
commonring.c
commonring.h
core.c brcmfmac: use const char * for interface name in brcmf_add_if 2016-06-29 18:59:59 +03:00
core.h brcmfmac: use const char * for interface name in brcmf_add_if 2016-06-29 18:59:59 +03:00
debug.c brcmfmac: Use consistent naming for bsscfgidx. 2015-11-26 13:55:18 +02:00
debug.h brcmfmac: assure net_ratelimit() is declared before use 2015-11-30 14:46:45 +02:00
feature.c brcmfmac: add 802.11w management frame protection support 2016-03-07 14:15:59 +02:00
feature.h brcmfmac: add 802.11w management frame protection support 2016-03-07 14:15:59 +02:00
firmware.c brcmfmac: insert default boardrev in nvram data if missing 2016-04-14 15:57:47 +03:00
firmware.h brcmfmac: fix BRCMF_FW_NVRAM_DEF macro for older gcc compilers 2016-01-18 11:20:52 -05:00
flowring.c brcmfmac: Increase nr of supported flowrings. 2016-02-25 11:59:22 +02:00
flowring.h brcmfmac: Increase nr of supported flowrings. 2016-02-25 11:59:22 +02:00
fweh.c brcmfmac: fix lockup when removing P2P interface after event timeout 2016-06-29 18:57:19 +03:00
fweh.h brcmfmac: Add length checks on firmware events 2016-03-07 14:14:45 +02:00
fwil.c brcmfmac: Return actual error by fwil. 2015-11-30 14:46:38 +02:00
fwil.h brcmfmac: add support for nl80211 BSS_SELECT feature 2016-04-26 12:14:27 +03:00
fwil_types.h brcmfmac: add 802.11w management frame protection support 2016-03-07 14:15:59 +02:00
fwsignal.c brcmfmac: fix skb priority handling 2016-06-16 18:19:41 +03:00
fwsignal.h brcmfmac: cleanup ampdu-rx host reorder code 2016-04-14 15:57:51 +03:00
msgbuf.c brcmfmac: add eth_type_trans back for PCIe full dongle 2016-06-03 11:17:45 +03:00
msgbuf.h brcmfmac: Increase nr of supported flowrings. 2016-02-25 11:59:22 +02:00
of.c brcmfmac: merge platform data and module paramaters 2016-03-07 14:15:56 +02:00
of.h brcmfmac: merge platform data and module paramaters 2016-03-07 14:15:56 +02:00
p2p.c brcmfmac: add missing break when deleting P2P_DEVICE 2016-06-29 19:01:57 +03:00
p2p.h brcmfmac: Cleanup ssid storage. 2015-11-30 14:46:37 +02:00
pcie.c brcmfmac: add support for the PCIE devices 43525 and 43465 2016-06-16 18:20:05 +03:00
pcie.h
proto.c
proto.h brcmfmac: cleanup ampdu-rx host reorder code 2016-04-14 15:57:51 +03:00
sdio.c brcmfmac: change rx_seq check log from error print to debug print 2016-06-16 18:20:10 +03:00
sdio.h brcmfmac: Fix 'did not remove int handler' warning 2016-06-04 17:58:52 +03:00
tracepoint.c
tracepoint.h
usb.c brcm80211: correct speed testing 2016-05-03 15:49:34 -04:00
usb.h
vendor.c
vendor.h