| Commit message (Expand) | Author | Age | Files | Lines |
* | rtw88: refine flow to get tx power index | Zong-Zhe Yang | 2019-06-27 | 2 | -22/+44 |
* | rtw88: remove all RTW_MAX_POWER_INDEX macro | Tzu-En Huang | 2019-06-27 | 3 | -15/+19 |
* | rtw88: update tx power limit table to RF v20 | Zong-Zhe Yang | 2019-06-27 | 4 | -93/+793 |
* | rtw88: correct power limit selection | Zong-Zhe Yang | 2019-06-27 | 3 | -8/+131 |
* | rtw88: choose the lowest as world-wide power limit | Yan-Hsuan Chuang | 2019-06-27 | 1 | -2/+10 |
* | rtw88: fix incorrect tx power limit at 5G | Yan-Hsuan Chuang | 2019-06-27 | 1 | -10/+7 |
* | rtw88: remove unused variable | Yan-Hsuan Chuang | 2019-06-27 | 1 | -2/+1 |
* | rtw88: unify prefixes for tx power setting routine | Yan-Hsuan Chuang | 2019-06-27 | 3 | -66/+66 |
* | rtw88: do not use (void *) as argument | Yan-Hsuan Chuang | 2019-06-27 | 1 | -7/+5 |
* | rtw88: resolve order of tx power setting routines | Yan-Hsuan Chuang | 2019-06-27 | 2 | -525/+515 |
* | Merge tag 'wireless-drivers-next-for-davem-2019-06-26' of git://git.kernel.or... | David S. Miller | 2019-06-26 | 10 | -36/+511 |
|\ |
|
| * | rtw88: fix typo rtw_writ16_set | Tzu-En Huang | 2019-06-25 | 1 | -1/+1 |
| * | rtw88: rsvd page should go though management queue | Yan-Hsuan Chuang | 2019-06-25 | 1 | -1/+1 |
| * | rtw88: restore DACK results to save time | Yan-Hsuan Chuang | 2019-06-25 | 3 | -12/+355 |
| * | rtw88: power on again if it was already on | Yan-Hsuan Chuang | 2019-06-25 | 1 | -1/+7 |
| * | rtw88: 8822c: use more accurate ofdm fa counting | Yan-Hsuan Chuang | 2019-06-25 | 2 | -4/+26 |
| * | rtw88: 8822c: disable rx clock gating before counter reset | Yan-Hsuan Chuang | 2019-06-25 | 2 | -0/+6 |
| * | rtw88: 8822c: update channel and bandwidth BB setting | Chien-Hsun Liao | 2019-06-25 | 2 | -8/+56 |
| * | rtw88: 8822c: add rf write protection when switching channel | Chien-Hsun Liao | 2019-06-25 | 1 | -4/+9 |
| * | rtw88: add beacon function setting | Chin-Yen Lee | 2019-06-25 | 3 | -0/+21 |
| * | rtw88: add support for random mac scan | Yan-Hsuan Chuang | 2019-06-25 | 2 | -0/+21 |
| * | rtw88: add fast xmit support | Yan-Hsuan Chuang | 2019-06-25 | 1 | -0/+1 |
| * | rtw88: more descriptions about LPS | Yan-Hsuan Chuang | 2019-05-28 | 1 | -1/+1 |
| * | rtw88: pci: check if queue mapping exceeds size of ac_to_hwq | Yan-Hsuan Chuang | 2019-05-28 | 1 | -0/+2 |
| * | rtw88: pci: use ieee80211_ac_numbers instead of 0-3 | Yan-Hsuan Chuang | 2019-05-28 | 1 | -4/+4 |
* | | rtw88: Make some symbols static | YueHaibing | 2019-05-28 | 2 | -8/+11 |
* | | rtw88: avoid circular locking between local->iflist_mtx and rtwdev->mutex | Stanislaw Gruszka | 2019-05-28 | 1 | -1/+2 |
* | | rtw88: fix unassigned rssi_level in rtw_sta_info | Yan-Hsuan Chuang | 2019-05-28 | 1 | -2/+2 |
* | | rtw88: fix subscript above array bounds compiler warning | Stanislaw Gruszka | 2019-05-28 | 1 | -0/+5 |
|/ |
|
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | rtw88: add license for Makefile | Yan-Hsuan Chuang | 2019-05-03 | 1 | -0/+2 |
* | rtw88: Make RA_MASK macros ULL | Nathan Chancellor | 2019-05-02 | 1 | -6/+6 |
* | rtw88: phy: mark expected switch fall-throughs | Gustavo A. R. Silva | 2019-05-02 | 1 | -0/+3 |
* | rtw88: fix shift of more than 32 bits of a integer | Colin Ian King | 2019-05-02 | 1 | -3/+3 |
* | rtw88: new Realtek 802.11ac driver | Yan-Hsuan Chuang | 2019-04-30 | 39 | -0/+47506 |