aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-30rtlwifi: rtl8188ee: rtl8192com: rtl8192cu: rtl8192ee: rtl8723ae: rtl87323be: rtl8821ae: Use common cmd_send_packetLarry Finger10-139/+45
2014-09-30rtlwifi: rtl8192ce: rtl8192common: Update for latest version of Realtek driversLarry Finger18-973/+534
2014-09-30rtlwifi: rtl8723be: Update driver to match Realtek release of 06/28/14Larry Finger30-3167/+3833
2014-09-30rtlwifi: rtl8723ae: Update driver to match 06/28/14 Realtek versionLarry Finger38-4836/+5403
2014-09-30rtlwifi: rtl8192ee: Move driver from staging to the regular treeLarry Finger25-1/+15380
2014-09-30rtlwifi: rtl8188ee: rtl8821ae: Fix a queue locking problemLarry Finger3-2/+5
2014-09-30mwifiex: add more dump information for PCIe interfaceAmitkumar Karwar2-0/+11
2014-09-30mwifiex: error path handling in pcie firmware dumpAmitkumar Karwar1-4/+7
2014-09-26rtlwifi: Fix problems with building an allyesconfigLarry Finger20-833/+223
2014-09-26rtlwifi: rtl8821ae: Move driver from staging to regular treeLarry Finger28-6/+26865
2014-09-26rtlwifi: rtl8188ee: Update driver to match Realtek release of 06282014Larry Finger25-4248/+4863
2014-09-26rtlwifi: Finish modifying core routines for new driversLarry Finger9-133/+174
2014-09-26rtlwifi: Update power-save routines for 062814 driverLarry Finger13-253/+162
2014-09-26rtlwifi: Modify cam.{c,h} and efuse.{c,h} for new driversLarry Finger4-156/+156
2014-09-26rtlwifi: Modify base.{c,h} for new driversLarry Finger3-252/+463
2014-09-26rtlwifi: Modify core.c for new driversLarry Finger4-234/+602
2014-09-26rtlwifi: rtl_pci: Start modification for new driversLarry Finger5-334/+605
2014-09-26rtlwifi: Remove extra workqueue for enter/leave power stateLarry Finger1-5/+2
2014-09-26rtlwifi: btcoexist: Fix Smatch warningLarry Finger3-3/+3
2014-09-26ath9k: Fix offchannel queuingSujith Manoharan1-3/+3
2014-09-26ath9k: Use normal queues for offchannel framesSujith Manoharan1-2/+1
2014-09-26ath9k: Fix queue managementSujith Manoharan1-7/+3
2014-09-26rt2800: correct BBP1_TX_POWER_CTRL maskStanislaw Gruszka1-1/+1
2014-09-26wil6210: ethtool opsVladimir Kondratiev6-12/+138
2014-09-26rtl818x_pci: add RSSI information for rtl8187SEandrea.merello1-5/+23
2014-09-26ath9k: Fix p2p address managementSujith Manoharan2-0/+37
2014-09-26mwifiex: ensure user_scan_in not NULL while setting scan channel gapAvinash Patil1-16/+17
2014-09-26ath9k: Cache BSS informationSujith Manoharan3-7/+17
2014-09-26Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller135-1682/+18980
2014-09-26ath5k: Remove AHB bus supportPaul Bolle6-294/+3
2014-09-26Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville28-440/+1017
2014-09-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextJohn W. Linville23-160/+573
2014-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller23-56/+116
2014-09-23brcmfmac: Fix off by one bug in brcmf_count_20mhz_channels()Emil Goode1-1/+1
2014-09-22ath9k: Fix NULL pointer dereference on early irqWojciech Dubowik1-1/+1
2014-09-21iwlwifi: mvm: Refactor and fix max probe len computationAndrei Otcheretianski3-20/+55
2014-09-21iwlwifi: mvm: disable BT Co-running by defaultEmmanuel Grumbach1-1/+1
2014-09-21iwlwifi: mvm: rs: fix logic in case of multiple TIDsEyal Shapira3-10/+11
2014-09-21iwlwifi: mvm: report all BA notifs to RSEyal Shapira1-11/+40
2014-09-21iwlwifi: 8000: fix fw name to account for revisionLiad Kaufman2-1/+19
2014-09-21iwlwifi: pcie: fix HW_REV saving for 8000 seriesLiad Kaufman1-1/+1
2014-09-21iwlwifi: Add missing PCI IDs for the 7260 seriesOren Givon1-0/+4
2014-09-21iwlwifi: mvm: limit aggregation size in low latency to 6Eyal Shapira1-1/+1
2014-09-21iwlwifi: mvm: rs: refactor to allow direct rs updatingEyal Shapira2-50/+52
2014-09-21iwlwifi: mvm: choose an initial tx rate based on rssi conditionsEyal Shapira4-40/+136
2014-09-18ath10k: use ether_addr_copy()Kalle Valo4-21/+21
2014-09-18ath10k: reformat help text in ath10k_read_simulate_fw_crash()Kalle Valo1-9/+5
2014-09-18ath10k: miscellaneous checkpatch fixesKalle Valo5-11/+8
2014-09-18ath10k: else is not generally useful after a break or returnKalle Valo4-17/+18