aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-18net: mac80211_hwsim: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2015-08-18net: hostap: convert to using IFF_NO_QUEUEPhil Sutter1-2/+2
2015-08-17Merge tag 'mac80211-next-for-davem-2015-08-14' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller9-9/+15
2015-08-14mac80211_hwsim: unregister genetlink family properlySu Kang Yin1-1/+3
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-10/+51
2015-08-13iwlwifi: mvm: don't set K1/K2 for AES-CMACJohannes Berg2-4/+2
2015-08-03rtlwifi: rtl8723be: Add module parameter for MSI interruptsLarry Finger1-0/+1
2015-07-31Merge tag 'wireless-drivers-next-for-davem-2015-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller72-350/+4592
2015-07-31Revert "ath9k: export HW random number generator"Kalle Valo5-110/+0
2015-07-31rtlwifi: Fix NULL dereference when PCI driver used as an APLuis Felipe Dominguez Vega1-2/+5
2015-07-31b43: fix extpa_gain check for 2GHzHauke Mehrtens1-1/+1
2015-07-31rsi: Fix failure to load firmware after memory leak fix and fix the leakMike Looijmans2-1/+11
2015-07-31Merge tag 'iwlwifi-for-kalle-2015-07-30' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixesKalle Valo3-6/+33
2015-07-30iwlwifi: pcie: fix stuck queue detection for sleeping clientsEmmanuel Grumbach1-2/+13
2015-07-28iwlwifi: mvm: Fix regular scan priorityAvraham Stern1-1/+1
2015-07-28iwlwifi: pcie: fix prepare card flowEmmanuel Grumbach1-3/+19
2015-07-21mwifiex: correct p2p and station interface countersAniket Nagarnaik1-1/+3
2015-07-21mwifiex: use maximum ssid length as 0xfe for p2pAniket Nagarnaik1-0/+4
2015-07-21mwifiex: add bss mode TLV to extended scan commandAniket Nagarnaik2-0/+16
2015-07-21iwlegacy: convert hex_dump_to_buffer() to %*phAndy Shevchenko2-7/+3
2015-07-21wlcore: add antenna diversity readingGuy Mishol2-1/+5
2015-07-21ath9k: export HW random number generatorMiaoqing Pan5-0/+110
2015-07-21ath9k: Fix register definitions for QCA956xMiaoqing Pan1-10/+15
2015-07-21brcmfmac: set wiphy's addresses to provide valid MACsRafa? Mi?ecki2-0/+17
2015-07-21ath9k: fix moredata flag endianness in cabq txMichal Kazior1-2/+2
2015-07-21brcmsmac: Use kstrdup to simplify codeChristophe Jaillet1-3/+1
2015-07-21rtlwifi: rtl8821ae: Fix an expression that is always falseLarry Finger2-1/+2
2015-07-21mwifiex: fix for p2p broken linkAniket Nagarnaik3-4/+29
2015-07-21ath9k: make DMA stop related messages debug-onlyFelix Fietkau4-6/+12
2015-07-21wlcore: sdio: return correct error codeRaphaƫl Poggi1-1/+2
2015-07-21b43: Fix typo in function nameNik Nyby3-4/+4
2015-07-21rtlwifi: fix typo in commentsNik Nyby1-2/+2
2015-07-21mwifiex: usb: Fix double add error when submitting rx urbReyad Attiyat1-2/+4
2015-07-21mwifiex: fix leak of gen_ie storage on exit from mwifiex_del_mgmt_iesJohn Linville1-0/+1
2015-07-21mwifiex: do not short circuit exit from mwifiex_set_mgmt_iesJohn Linville1-0/+2
2015-07-21mwifiex: avoid freeing improper pointer in mwifiex_set_wowlan_mef_entryJohn Linville1-2/+6
2015-07-21wireless: cw1200: Remove redundant spi driver bus initializationAntonio Borneo1-1/+0
2015-07-21mwifiex: handle multichannel eventAvinash Patil4-0/+46
2015-07-21mwifiex: separate interface combination for multichannel and DFSAvinash Patil1-3/+22
2015-07-21mwifiex: advertise multichannel support to cfg80211Avinash Patil3-5/+23
2015-07-21mwifiex: support to set multichannel policy to FWAvinash Patil3-0/+40
2015-07-21mwifiex: extend tx_data pause to AP interface as wellAvinash Patil3-34/+93
2015-07-21mwifiex: enable traffic only when port is openAvinash Patil7-3/+16
2015-07-21mwifiex: support for bypass tx queueAvinash Patil6-2/+111
2015-07-21mwifiex: update domain_info upon band change in start_apAvinash Patil3-2/+9
2015-07-21mwifiex: add cfg80211 tdls channel switch handlerXinming Hu1-0/+72
2015-07-21mwifiex: enhance tdls link setup conditionXinming Hu4-7/+25
2015-07-21mwifiex: enable tdls channel switch ext_capXinming Hu1-0/+6
2015-07-21mwifiex: add tdls config commandXinming Hu5-0/+166
2015-07-21mwifiex: process tdls channel switch eventXinming Hu4-1/+117