code is currently out of tree https://github.com/hadess/rtl8723bs?files=1
The driver in that tree only works with patches to the kernel that are included in that repo. So far, no one has taken the time to convert the vendor's peculiar code into the form necessary for the driver to meet even the low standards of the staging tree. You will need to clone that repo and build your own driver.
WORKAROUND: sudo apt-get install build-essential linux-headers-generic git git clone https://github.com/hadess/rtl8723as.git cd rtl8723as make sudo make install sudo depmod -a sudo modprobe r8723bs
I had forgotten that this bug was open. It should be closed as INVALID as it is not really a bug. Thus far, no one has done the work needed to get this really awful code into anything that could be merged, even in staging. One additional problem is that the driver only works on devices attached to BayTrail processors. Most CherryTrail systems do not recognize the device. The concern of the OP is real, but not having a driver in the kernel is a deficiency, not a bug.
8723be wifi driver has been merged into staging for 4.12. currently very broken, but this bug is about merging only.
it stopped working starting from 4.14 (regression) https://bugzilla.kernel.org/show_bug.cgi?id=197137