2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-28 23:23:55 +08:00
linux-next/drivers/staging/rtl8723bs
Larry Finger 8561fb31a1 staging: rtl8723bs: Add missing return for cfg80211_rtw_get_station
With Androidx86 8.1, wificond returns "failed to get
nl80211_sta_info_tx_failed" and wificondControl returns "Invalid signal
poll result from wificond". The fix is to OR sinfo->filled with
BIT_ULL(NL80211_STA_INFO_TX_FAILED).

This missing bit is apparently not needed with NetworkManager, but it
does no harm in that case.

Reported-and-Tested-by: youling257 <youling257@gmail.com>
Cc: linux-wireless@vger.kernel.org
Cc: youling257 <youling257@gmail.com>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-11-09 04:34:12 -08:00
..
core staging: rtl8723bs: core: Remove true and false comparison 2018-10-09 14:57:33 +02:00
hal staging: rtl8723bs: Fix incorrect sense of ether_addr_equal 2018-11-07 13:08:28 +01:00
include staging: rtl8723bs: fix spelling mistake "toogle" -> "toggle" 2018-09-25 21:03:05 +02:00
os_dep staging: rtl8723bs: Add missing return for cfg80211_rtw_get_station 2018-11-09 04:34:12 -08:00
Kconfig
Makefile staging: rtl8723bs: Rename 'Hal8723BPwrSeq.{c, h}' to 'hal_pwr_seq.*'. 2018-05-25 18:47:22 +02:00
TODO