summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ath9k: Update AR9331 v1.1 initvalsSujith Manoharan2013-12-091-104/+24
* ath9k: Remove AR955x INI duplicatesSujith Manoharan2013-12-091-532/+8
* ath9k: Update mac_postamble for AR9003 familySujith Manoharan2013-12-091-1/+1
* ath9k: Initialize baseband for DFS channelsSujith Manoharan2013-12-093-0/+13
* ath9k: Add initval arrays for DFS channelsSujith Manoharan2013-12-093-2/+20
* rtlwifi: rtl8192c-common: Fix sparse warningLarry Finger2013-12-091-1/+1
* wcn36xx: enable the beaconing in mesh modeChun-Yeow Yeoh2013-12-091-4/+8
* ath9k: enable dfs for mesh modeChun-Yeow Yeoh2013-12-091-0/+3
* mwifiex: do not flood kmsg/dmesg with USB debug messagesUjjal Roy2013-12-091-1/+1
* mwifiex: remove redundant goto exit_remove statementAmitkumar Karwar2013-12-091-6/+2
* mwifiex: update statistics for bridged packets on AP interfaceUjjal Roy2013-12-091-1/+14
* mwifiex: correct TX byte count statisticsUjjal Roy2013-12-095-1/+5
* mwifiex: correct RX byte count statisticsUjjal Roy2013-12-091-2/+3
* mwifiex: fix rx_pending count imbalanceUjjal Roy2013-12-096-31/+19
* mwifiex: avoid using variable name eth_hdrBing Zhao2013-12-091-10/+10
* mwifiex: fix an issue with Appletalk devicesAmitkumar Karwar2013-12-092-4/+12
* mwifiex: remove rfc1042_eth_hdr variableAmitkumar Karwar2013-12-092-6/+4
* mwifiex: declare snap_type as __be16 variableAmitkumar Karwar2013-12-092-4/+4
* mwifiex: use little-endian variables in firmware structuresUjjal Roy2013-12-093-17/+17
* bcma: pci: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2013-12-091-1/+1
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-12-0910-202/+124
|\
| * Bluetooth: Remove dead code from SMP encryption functionJohan Hedberg2013-12-041-8/+1
| * Bluetooth: Remove useless smp_rand functionJohan Hedberg2013-12-041-13/+2
| * Bluetooth: Enable autosuspend for Intel Bluetooth deviceTedd Ho-Jeong An2013-12-041-1/+3
| * Bluetooth: Add support for Intel Bluetooth device [8087:0a2a]Tedd Ho-Jeong An2013-12-041-0/+1
| * Bluetooth: Refactor hci_disconn_complete_evtAndre Guedes2013-12-041-22/+21
| * Bluetooth: Remove unneeded check in hci_disconn_complete_evt()Andre Guedes2013-12-041-10/+9
| * Bluetooth: ath3k: Add support for a new AR3012 deviceSujith Manoharan2013-12-042-0/+3
| * Bluetooth: ath3k: Add support for another AR3012 cardSujith Manoharan2013-12-042-0/+3
| * Bluetooth: Remove unnecessary 'send' parameter from smp_failure()Johan Hedberg2013-12-041-8/+8
| * Bluetooth: Remove link type check in hci_disconn_complete_evt()Andre Guedes2013-12-041-2/+1
| * Bluetooth: Add an extra check in mgmt_device_disconnected()Andre Guedes2013-12-041-0/+3
| * Bluetooth: Check address in mgmt_disconnect_failed()Andre Guedes2013-12-041-1/+11
| * Bluetooth: btmrvl: remove cal-data byte swapping and redundant mem copyBing Zhao2013-12-042-18/+11
| * Bluetooth: btmrvl: use cal-data from device-tree instead of conf fileBing Zhao2013-12-044-89/+18
| * Bluetooth: btmrvl: operate on 16-bit opcodes instead of ogf/ocfBing Zhao2013-12-042-20/+20
| * Bluetooth: Store supported commands only during setup procedureMarcel Holtmann2013-12-041-1/+4
| * Bluetooth: Remove debug statement for features complete eventMarcel Holtmann2013-12-041-6/+0
| * Bluetooth: Set default own address type only during controller setupMarcel Holtmann2013-12-041-9/+11
| * Bluetooth: Fix limited discoverable mode for Zeevo modulesMarcel Holtmann2013-12-041-1/+1
* | Merge tag 'for-linville-20131203' of git://github.com/kvalo/athJohn W. Linville2013-12-0918-406/+1413
|\ \
| * | ath10k: fix multi BSSID with WPA on FW 10.1Michal Kazior2013-12-021-0/+40
| * | ath10k: fix Tx status clearingMichal Kazior2013-11-271-1/+1
| * | ath10k: allow explicit MSI/MSI-X disablingMichal Kazior2013-11-271-13/+34
| * | ath10k: re-add support for early fw indicationMichal Kazior2013-11-272-5/+102
| * | ath10k: extract functions for legacy irq handlingMichal Kazior2013-11-271-33/+32
| * | ath10k: defer irq registration until hif start()Michal Kazior2013-11-273-58/+23
| * | ath10k: decouple ath10k_pci_start_ce()Michal Kazior2013-11-271-21/+54
| * | ath10k: don't use interrupts for BMIMichal Kazior2013-11-271-24/+26
| * | ath10k: split up pci irq codeMichal Kazior2013-11-271-94/+131