zephyr/include
Jackie Ja 1bf00725dc net: websocket: Fix conflict flag
The message type flag will be set to
0x11(WEBSOCKET_FLAG_FINAL(0x01) | WEBSOCKET_FLAG_PING(0x10)) when
receiv PING with final fragment, it conficts with
WEBSOCKET_FLAG_PONG(0x11)

The WEBSOCKET_FLAG_PONG should be 0x20

Signed-off-by: Jackie Ja <qazq.jackie@gmail.com>
2020-10-06 12:02:06 +03:00
..
app_memory
arch ARC: MWDT: drop redundant stack checking 2020-10-02 11:32:12 +02:00
audio
bluetooth Bluetooth: host: Change PA sync callbacks to global callbacks 2020-10-02 11:49:13 +02:00
canbus
cmsis_rtos_v1
cmsis_rtos_v2
console
crypto
data
debug
devicetree
dfu
disk
display
drivers emul: spi: Add support for SPI emulators 2020-10-05 15:33:00 -04:00
dt-bindings drivers: eSPI: add eSPI driver support for NPCX7 series. 2020-10-02 11:33:15 +02:00
fs
linker linker: use SECTION_DATA_PROLOGUE for app_smem 2020-09-30 14:14:07 -07:00
logging logging: Refactoring macro to avoid Coverity issue 2020-10-04 14:45:45 -07:00
mgmt
net net: websocket: Fix conflict flag 2020-10-06 12:02:06 +03:00
posix
power
random
settings
shell
stats
storage include/storage/flash_map: describe return values of flash_area_open() 2020-09-24 19:21:48 +02:00
sys code-guideline: Fixing code violation 10.4 Rule 2020-10-01 17:13:29 -04:00
timing
toolchain
tracing
usb code-guideline: Fixing code violation 10.4 Rule 2020-10-01 17:13:29 -04:00
zephyr
cache.h
device.h
devicetree.h include/devicetree.h: Add DT_ENUM_IDX_OR macro 2020-10-05 10:15:32 -05:00
ec_host_cmd.h include: remove enum build assert 2020-10-02 11:44:39 +02:00
emul.h
exc_handle.h
fatal.h
generated_dts_board.h
init.h
irq_nextlevel.h
irq_offload.h
irq.h
kernel_includes.h
kernel_structs.h code-guideline: Fixing code violation 10.4 Rule 2020-10-01 17:13:29 -04:00
kernel_version.h
kernel.h queue: Fixed using incorrect init macro 2020-10-05 21:30:16 -04:00
mempool_heap.h
mempool_sys.h
ptp_clock.h
sched_priq.h
shared_irq.h
spinlock.h
sw_isr_table.h
sys_clock.h kernel/sys_clock.h: Remove deprecated macros 2020-10-04 14:12:27 -07:00
syscall_handler.h
syscall.h
timeout_q.h kernel: timer: update _timeout API for const correctness 2020-10-02 11:29:14 +02:00
toolchain.h
wait_q.h
zephyr.h