summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* ath9k: fix column header comments for some initval arraysGabor Juhos2013-01-072-6/+6
* carl9170: refactor carl9170_update_beaconChristian Lamparter2013-01-071-53/+80
* carl9170: remove custom NUM_TID and friendsChristian Lamparter2013-01-072-14/+8
* carl9170: disable hw crypto for p2p networksChristian Lamparter2013-01-071-0/+8
* carl9170: don't enable hw crypto offload, if the fw doesn't support itChristian Lamparter2013-01-073-12/+24
* carl9170: Only specify interface combinations if more than one interface is p...Christian Lamparter2013-01-071-10/+19
* carl9170: allow P2P_GO interface creation after P2P_CLIENTChristian Lamparter2013-01-071-3/+51
* carl9170: import 1.9.7 firmware headersChristian Lamparter2013-01-073-4/+12
* carl9170: advertise support for TDLSChristian Lamparter2013-01-072-5/+5
* ath9k_hw: use the devres API for allocationsFelix Fietkau2013-01-077-80/+37
* ath9k: use the devres API for allocations/mappingsFelix Fietkau2013-01-077-170/+51
* rt2800: refactor RFCSR initializationStanislaw Gruszka2013-01-071-372/+423
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-01-0717-386/+311
|\
| * iwlwifi: always check that grab_nic_access succeedsEmmanuel Grumbach2013-01-036-43/+51
| * iwlwifi: fix spelling and value in LED registers.Eytan Lifshitz2013-01-032-3/+3
| * iwlwifi: move some PCIe calls to better placesJohannes Berg2013-01-032-6/+5
| * iwlwifi: request IRQ only onceJohannes Berg2013-01-032-41/+25
| * iwlwifi: don't treat a bool as an error codeEmmanuel Grumbach2013-01-031-2/+2
| * iwlwifi: virtualize SRAM accessEmmanuel Grumbach2013-01-039-98/+109
| * iwlwifi: virtualize iwl_{grab,release}_nic_accessEmmanuel Grumbach2013-01-038-108/+115
| * iwlwifi: use __packedJohannes Berg2013-01-031-4/+4
| * iwlwifi: let the op_mode run a FW while in RFKILLEmmanuel Grumbach2013-01-033-6/+8
| * iwlwifi: don't verify fw after downloadEmmanuel Grumbach2013-01-031-94/+0
| * iwlwifi: clean up code in AGGEmmanuel Grumbach2013-01-031-11/+10
| * iwlwifi: make the BC table layout configurableEmmanuel Grumbach2013-01-034-1/+10
* | mac80211: split TX aggregation stop actionJohannes Berg2013-01-0311-11/+33
* | regulatory: use IS_ERR macro family for freq_reg_infoJohannes Berg2013-01-033-22/+15
* | regulatory: remove handling of channel bandwidthJohannes Berg2013-01-033-12/+6
* | mac80211_hwsim: allow testing paged RXJohannes Berg2013-01-031-3/+23
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-12-192-1/+9
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-12-192-1/+9
| |\
| | * wireless: fix Atheros drivers compilationVladimir Kondratiev2012-12-171-1/+1
| | * rt2x00: zero-out rx_statusGabor Juhos2012-12-171-0/+8
* | | drivers: remove reference to feature-removal-schedule.txtTao Ma2012-12-171-5/+1
|/ /
* | Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-12-135-31/+11
|\ \
| * | ath9k: Use standard #defines for PCIe Capability ASPM fieldsBjorn Helgaas2012-12-071-4/+4
| * | iwlwifi: Use standard #defines for PCIe Capability ASPM fieldsBjorn Helgaas2012-12-071-5/+2
| * | iwlwifi: collapse wrapper for pcie_capability_read_word()Bjorn Helgaas2012-12-071-10/+3
| * | iwlegacy: Use standard #defines for PCIe Capability ASPM fieldsBjorn Helgaas2012-12-073-11/+2
| * | iwlegacy: collapse wrapper for pcie_capability_read_word()Bjorn Helgaas2012-12-072-10/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-133-3/+3
|\ \ \ | |_|/ |/| |
| * | wireless: mwifiex: Fix typo in wireless/mwifiex driverMasanari Iida2012-12-032-2/+2
| * | treewide: fix typo of "suport" in various comments and KconfigMasanari Iida2012-11-192-2/+2
| * | treewide: fix typo of "suppport" in various commentsMasanari Iida2012-11-191-1/+1
| |/
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-12-1180-1401/+1613
|\ \
| * \ Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville2012-12-113-6/+6
| |\ \
| | * | wireless: fix VHT max AMPDU exponent definitionJohannes Berg2012-12-061-1/+1
| | * | Revert: "rt2x00: Don't let mac80211 send a BAR when an AMPDU subframe fails"Stanislaw Gruszka2012-12-052-5/+5
| * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2012-12-1128-263/+358
| |\ \ \
| | * | | iwlwifi: don't handle masked interruptEmmanuel Grumbach2012-12-101-2/+10