summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-28mwifiex: disable uapsd in tdls configXinming Hu1-6/+5
2017-07-28mwifiex: usb: unlock on error in mwifiex_usb_tx_aggr_tmo()Dan Carpenter1-1/+2
2017-07-28mwifiex: uninit wakeup info in the error handlingJeffy Chen1-1/+6
2017-07-28mwifiex: fix compile warning of unused variableShawn Lin1-1/+2
2017-07-28mwifiex: drop num CPU noticeBrian Norris1-3/+1
2017-07-28mwifiex: keep mwifiex_cancel_pending_ioctl() staticBrian Norris2-2/+3
2017-07-28mwifiex: pcie: remove unnecessary 'pdev' checkBrian Norris1-8/+5
2017-07-28mwifiex: pcie: disable device DMA before unmapping/freeing buffersBrian Norris1-7/+9
2017-07-28mwifiex: debugfs: allow card_reset() to cancel thingsBrian Norris1-2/+0
2017-07-28mwifiex: pcie: unify MSI-X / non-MSI-X interrupt processBrian Norris1-65/+3
2017-07-28mwifiex: pcie: remove unnecessary masksBrian Norris1-4/+0
2017-07-28mwifiex: drop 'add_tail' param from mwifiex_insert_cmd_to_pending_q()Brian Norris3-7/+6
2017-07-28mwifiex: don't open-code ARRAY_SIZE()Brian Norris3-12/+5
2017-07-28mwifiex: utilize netif_tx_{wake,stop}_all_queues()Brian Norris1-18/+2
2017-07-28mwifiex: make mwifiex_free_cmd_buffer() return voidBrian Norris2-5/+3
2017-07-28mwifiex: fix misnomers in mwifiex_free_lock_list()Brian Norris1-6/+3
2017-07-28mwifiex: ensure "disable auto DS" struct is initializedBrian Norris1-3/+3
2017-07-28mwifiex: fixup init_channel_scan_gap error caseBrian Norris1-1/+2
2017-07-28mwifiex: don't short-circuit netdev notifiers on interface deletionBrian Norris1-4/+0
2017-07-28mwifiex: unregister wiphy before freeing resourcesBrian Norris3-1/+10
2017-07-28mwifiex: re-register wiphy across resetBrian Norris1-3/+4
2017-07-28mwifiex: pcie: don't allow cmd buffer reuse after resetBrian Norris1-1/+2
2017-07-28mwifiex: reset interrupt status across device resetBrian Norris1-0/+1
2017-07-28mwifiex: reunite copy-and-pasted remove/reset codeBrian Norris1-76/+28
2017-07-28rsi: fix static checker warningAmitkumar Karwar1-1/+8
2017-07-28rsi: check length before USB read/write registerAmitkumar Karwar1-0/+6
2017-07-28rsi: use macro for allocating USB bufferAmitkumar Karwar2-2/+3
2017-07-28rsi: regulatory enhancementsPrameela Rani Garnepudi2-12/+45
2017-07-28rsi: Send rx filter frame to device when interface is downPrameela Rani Garnepudi1-0/+4
2017-07-28rsi: Remove internal header from Tx status skbPrameela Rani Garnepudi1-1/+9
2017-07-28rsi: update tx command frame block/unblock dataPrameela Rani Garnepudi2-7/+22
2017-07-28rsi: block/unblock data queues as per connection statusPrameela Rani Garnepudi1-0/+5
2017-07-28rsi: update autorate request command framePrameela Rani Garnepudi1-0/+3
2017-07-28rsi: set_key enhancementsPrameela Rani Garnepudi1-13/+15
2017-07-28rsi: update set_key command framePrameela Rani Garnepudi2-14/+28
2017-07-28rsi: update vap capabilities command framePrameela Rani Garnepudi3-29/+49
2017-07-28rsi: update set_channel command framePrameela Rani Garnepudi2-25/+35
2017-07-28rsi: Update baseband RF programming framePrameela Rani Garnepudi2-11/+25
2017-07-28rsi: Update aggregation parameters command framePrameela Rani Garnepudi2-24/+31
2017-07-28rsi: Update peer notify command framePrameela Rani Garnepudi2-10/+13
2017-07-28rsi: remove unnecessary check for 802.11 management packetPrameela Rani Garnepudi1-30/+24
2017-07-28rsi: Update in tx command frame radio capabilitiesPrameela Rani Garnepudi3-28/+48
2017-07-28rsi: immediate wakeup bit and priority for TX command packetsPrameela Rani Garnepudi2-0/+4
2017-07-28rsi: add common structures needed for command packetsPrameela Rani Garnepudi1-0/+38
2017-07-28rsi: Rename mutex tx_rxlock to the tx_lock.Karun Eagalapati3-8/+8
2017-07-28rsi: use separate mutex lock for receive threadKarun Eagalapati4-8/+11
2017-07-28rsi: SDIO Rx packet processing enhancementKarun Eagalapati3-8/+28
2017-07-28rsi: Optimise sdio claim and release hostKarun Eagalapati1-10/+21
2017-07-28rsi: rename variable in_sdio_litefi_irqKarun Eagalapati1-1/+1
2017-07-28rsi: separate function for data packet descriptorPavani Muthyala1-23/+28