created | 2019-09-28T19:02:58Z |
---|---|
begin | 2019-09-25T00:00:00Z |
end | 2019-09-26T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2019-09-25T05:51:24Z | |||
---|---|---|---|---|
author | tobhe | |||
files | src/sys/net80211/ieee80211_input.c | log | diff | annotate |
message |
Update acces point channel in node list when receiving packets from same AP on a new channel. Not doing so leads to a disconnect because AP messages on the new channel are ignored. |
date | 2019-09-25T09:21:49Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm/cortex/ampintc.c | log | diff | annotate |
message |
Enable interrupts while running interrupt handlers like we do on arm64. ok patrick@, jsg@ |
date | 2019-09-25T09:30:28Z | |||
---|---|---|---|---|
author | kevlo | |||
files | src/sys/dev/ic/ti.c | log | diff | annotate |
src/sys/dev/pci/if_lge.c | log | diff | annotate | |
src/sys/dev/pci/if_nfe.c | log | diff | annotate | |
src/sys/dev/pci/if_nge.c | log | diff | annotate | |
message |
Argument order fix for MCLGETI. ok claudio@ |