summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2014-05-29wil6210: limit MTUVladimir Kondratiev1-0/+14
2014-05-29ath9k: Fix deadlock while updating p2p beacon timerRajkumar Manoharan1-10/+8
2014-05-29brcmfmac: remove firmware list from USB driverArend van Spriel1-76/+0
2014-05-29brcmfmac: Remove interrupt endpoint usage from USB driver.Hante Meuleman1-77/+1
2014-05-29brcmfmac: Increase max buffer size for receiving control message from dongleDaniel Kim1-4/+5
2014-05-29brcmutil: assure unused bits are cleared in 11n chanspecArend van Spriel1-1/+1
2014-05-29brcmfmac: make brcmf_fw_nvram_strip() staticArend van Spriel2-2/+1
2014-05-29brcmfmac: use asynchronous firmware request in USBArend van Spriel1-30/+68
2014-05-29brcmfmac: use asynchronous firmware request in SDIOArend van Spriel1-147/+124
2014-05-29brcmfmac: introduce asynchronous firmware loadingArend van Spriel2-1/+120
2014-05-29brcmfmac: Add log of superspeed device detection to USB probe.Hante Meuleman1-1/+3
2014-05-29brcmfmac: rework usb callback operationsArend van Spriel1-20/+28
2014-05-29brcmfmac: call brcmf_detach() unconditional in sdio .remove() callbackArend van Spriel1-3/+1
2014-05-29brcmfmac: rename nvram.[ch] for upcoming firmware handling functionsArend van Spriel4-12/+12
2014-05-29brcmfmac: remove .init() callback for internal bus interfaceArend van Spriel4-15/+10
2014-05-29brcmfmac: make chandef_to_chanspec() function staticArend van Spriel1-2/+2
2014-05-29brcmfmac: restore mpc before passing scan status to cfg80211Arend van Spriel1-2/+3
2014-05-29brcmfmac: reduce log level for invalid scheduled scan requestArend van Spriel1-1/+1
2014-05-29wcn36xx: Use kmemdup instead of kmalloc + memcpyBenoit Taine1-2/+1
2014-05-29mwifiex: use time_after()Manuel Schölling1-1/+1
2014-05-29at76c50x-usb: Make WEP encryption working.Andrea Merello2-13/+52
2014-05-29at76c50x-usb: Don't perform DMA from stack memoryAndrea Merello1-31/+56
2014-05-29ath9k: avoid passing buffers to the hardware during flushFelix Fietkau1-11/+13
2014-05-29ath9k: simplify DFS pulse interval debug printingZefir Kurtisi3-5/+3
2014-05-29rsi: avoid format string leak to thread nameKees Cook1-1/+1
2014-05-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville169-2297/+3823
2014-05-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+4
2014-05-27ath10k: abort incomplete scatter-gather pci tx properlyMichal Kazior3-6/+40
2014-05-27ath10k: protect src_ring state with ce_lock in tx_sg()Michal Kazior1-3/+7
2014-05-27ath10k: ensure rx-frag ignores rssiBen Greear1-0/+1
2014-05-27ath10k: dont configure bssid for ap modeMichal Kazior1-1/+6
2014-05-27ath10k: protect wep tx key setupMichal Kazior1-2/+10
2014-05-27ath10k: drain tx before restarting hwMichal Kazior1-9/+22
2014-05-27ath10k: perform hw restart lazilyMichal Kazior2-19/+20
2014-05-27ath10k: clean up start() callbackMichal Kazior1-11/+23
2014-05-26ath10k: make core registering asyncMichal Kazior2-12/+33
2014-05-26ath10k: remove unnecessary tasklet_kill()Michal Kazior1-2/+0
2014-05-26ath10k: relocate core create/destroy functionsMichal Kazior1-64/+64
2014-05-26ath10k: fix protected flag strippingMichal Kazior1-9/+24
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-58/+61
2014-05-23ath9k/ath10k: remove unnecessary channel_switch_beacon callbacksLuciano Coelho2-18/+0
2014-05-23ath10k: fix ath10k_bmi_read32 macroFrederic Danis1-1/+2
2014-05-23ath10k: prevent hif_stop being called twiceMichal Kazior1-0/+3
2014-05-23ath10k: fix core start sequenceMichal Kazior8-107/+76
2014-05-22mwifiex: use 'const' qualifier for 2nd arg of mwifiex_tdls_add_ht_operJohn W. Linville1-1/+1
2014-05-22ath9k: fix sleep timer during suspendRajkumar Manoharan1-0/+1
2014-05-22ath9k: Handle multiple keys while setting tx filtersRajkumar Manoharan2-11/+45
2014-05-22mwifiex: update seq number correctly for packets from TDLS peerAvinash Patil2-3/+16
2014-05-22mwifiex: set TDLS flags for AMSDU packetsAvinash Patil1-0/+7
2014-05-22mwifiex: delete TDLS link upon Teardown eventAvinash Patil1-1/+5