created | 2019-05-04T02:22:37Z |
---|---|
begin | 2017-10-15T00:00:00Z |
end | 2017-10-16T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2017-10-15T13:06:12Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/ic/ar5211.c | log | diff | annotate |
src/sys/dev/ic/ar5212.c | log | diff | annotate | |
message |
Initialize status return code in ar5k_ar5211_reset() and ar5k_ar5212_reset(), in the same way as ar5k_ar5210_reset() does it. Error messages were displaying uninitialized values: "ath_reset: unable to reset hardware; hal status 3497439432" ok mpi@ |
date | 2017-10-15T14:55:13Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/usb/if_bwfm_usb.c | log | diff | annotate |
message |
Similar to other USB based backend drivers, have a list of TX/RX buffers. By storing the pointer of the TX mbuf in the TX buffer, we can make sure to free the mbuf properly after TX completed. This also seems to speed up the WiFi scan. previous version ok stsp@ |
date | 2017-10-15T15:21:24Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/ic/bwfm.c | log | diff | annotate |
src/sys/dev/ic/bwfmreg.h | log | diff | annotate | |
message |
Set default join preferences to prefer APs based on the RSSI, with a boost set to prefer 5GHz APs. |