summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * ath10k: append the wmi_op_version to testmode get_version cmdRyan Hsu2017-05-042-0/+8
| * ath10k: fix out of bounds access to local bufferMichael Mera2017-05-041-6/+10
| * ath10k: add initial SDIO supportErik Stromdahl2017-05-044-0/+2352
| * ath10k: different fw file name for sdioErik Stromdahl2017-05-041-1/+12
| * ath10k: htc: ready_ext msg supportErik Stromdahl2017-05-042-6/+27
| * ath10k: sdio get target infoErik Stromdahl2017-05-043-1/+77
| * ath10k: add sdio extra initializationsErik Stromdahl2017-05-041-0/+18
| * ath10k: various sdio related definitionsErik Stromdahl2017-05-044-0/+82
| * ath10k: htc: refactorizationErik Stromdahl2017-05-041-40/+34
| * ath10k: htc: move htc ctrl ep connect to htc_initErik Stromdahl2017-05-041-22/+17
| * ath10k: htc: rx trailer lookahead supportErik Stromdahl2017-05-042-5/+120
| * ath10k: htc: made static function publicErik Stromdahl2017-05-042-6/+14
* | mwifiex: add missing USB-descriptor endianness conversionJohan Hovold2017-05-191-1/+2
* | mwifiex: pcie: stop setting/clearing 'surprise_removed'Brian Norris2017-05-191-2/+0
* | mwifiex: pcie: remove useless pdev checkBrian Norris2017-05-191-5/+0
* | mwifiex: 11h: drop unnecessary check for '!priv'Brian Norris2017-05-191-6/+0
* | mwifiex: remove redundant 'adapter' check in mwifiex_adapter_cleanupBrian Norris2017-05-191-5/+0
* | mwifiex: remove useless 'mwifiex_lock'Brian Norris2017-05-192-6/+0
* | mwifiex: don't leak stashed beacon buffer on resetBrian Norris2017-05-191-2/+1
* | mwifiex: don't drop lock between list-retrieval / list-deletionBrian Norris2017-05-191-3/+2
* | mwifiex: Add locking to mwifiex_11n_delbaDouglas Anderson2017-05-191-2/+6
* | mwifiex: Don't release cmd_pending_q_lock while iteratingDouglas Anderson2017-05-191-2/+0
* | mwifiex: Don't release tx_ba_stream_tbl_lock while iteratingDouglas Anderson2017-05-191-7/+2
* | mwifiex: fixup error cases in mwifiex_add_virtual_intf()Brian Norris2017-05-191-36/+35
* | mwifiex: pcie: de-duplicate buffer allocation codeBrian Norris2017-05-191-91/+66
* | rtlwifi: rtl8723ae: fix spelling mistake: "Coexistance" -> "Coexistence"Colin Ian King2017-05-181-1/+1
* | rtlwifi: fix spelling mistake: "Pairwiase" -> "Pairwise"Colin Ian King2017-05-183-3/+3
* | rtlwifi: btcoex: 23b 1ant: check PS state before setting tdma durationPing-Ke Shih2017-05-182-0/+4
* | rtlwifi: btcoex: 23b 1ant: monitor bt is enabled or disabledPing-Ke Shih2017-05-181-4/+4
* | rtlwifi: btcoex: 23b 1ant: check if BT high priority packet existPing-Ke Shih2017-05-183-0/+13
* | rtlwifi: btcoex: 23b 1ant: monitor wifi and BT counterPing-Ke Shih2017-05-182-11/+145
* | rtlwifi: btcoex: 23b 1ant: TDMA duration for ACL busyPing-Ke Shih2017-05-181-23/+31
* | rtlwifi: btcoex: 23b 1ant: rename and coding style modification.Ping-Ke Shih2017-05-182-46/+44
* | rtlwifi: btcoex: Restore 23b 1ant routine for tdma adjustmentLarry Finger2017-05-181-1/+176
* | rtlwifi: btcoex: 21a 1ant: add bt_tx_rx_mask into bt infoYan-Hsuan Chuang2017-05-182-0/+15
* | rtlwifi: btcoex: 21a 1ant: fix some coding style issuesYan-Hsuan Chuang2017-05-181-7/+7
* | rtlwifi: btcoex: 21a 1ant: treat ARP as special packetYan-Hsuan Chuang2017-05-182-3/+47
* | rtlwifi: btcoex: 21a 1ant: re-init coex after wifi leaves IPSYan-Hsuan Chuang2017-05-181-2/+4
* | rtlwifi: btcoex: 21a 1ant: use default value when initiating coexYan-Hsuan Chuang2017-05-181-1/+0
* | rtlwifi: btcoex: 21a 1ant: mark packet high priority when scanningYan-Hsuan Chuang2017-05-181-0/+13
* | rtlwifi: btcoex: 21a 1ant: normal mode for retry limit when connectedYan-Hsuan Chuang2017-05-181-2/+2
* | rtlwifi: btcoex: 21a 1ant: wifi slot time adjustmentYan-Hsuan Chuang2017-05-181-10/+28
* | rtlwifi: btcoex: 21a 1ant: coex table and tdma settings for softap modeYan-Hsuan Chuang2017-05-181-8/+17
* | rtlwifi: btcoex: 21a 1ant: react to special packet when wifi is not scanningYan-Hsuan Chuang2017-05-181-1/+5
* | rtlwifi: btcoex: 21a 1ant: shorten wifi slot when connected scanYan-Hsuan Chuang2017-05-181-11/+11
* | rtlwifi: btcoex: 21a 1ant: more bt profiling when wifi receives special packetYan-Hsuan Chuang2017-05-181-17/+14
* | rtlwifi: btcoex: 21a 1ant: set tdma and coex table when wifi is idleYan-Hsuan Chuang2017-05-181-11/+23
* | rtlwifi: btcoex: 21a 2ant: remove unused antenna detection variablesYan-Hsuan Chuang2017-05-182-17/+0
* | rtlwifi: btcoex: 21a 2ant: fix PTA unstable problem when hw initYan-Hsuan Chuang2017-05-182-26/+14
* | rtlwifi: btcoex: 21a 2ant: refine bt info notify to have more profilingsYan-Hsuan Chuang2017-05-182-47/+124