summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Bluetooth: Fix HCI init for BlueFRITZ! devicesJohan Hedberg2013-07-291-1/+4
| | * | | | | Bluetooth: Add support for Atheros [0cf3:e003]AceLan Kao2013-07-252-0/+3
| | * | | | | Bluetooth: Fix race between hci_register_dev() and hci_dev_open()Gustavo Padovan2013-07-251-7/+4
| | * | | | | Bluetooth: Add support for Atheros [0cf3:3121]AceLan Kao2013-07-252-0/+3
| | * | | | | Bluetooth: ath3k: Add support for ID 0x13d3/0x3402Sujith Manoharan2013-07-252-0/+3
| | * | | | | Bluetooth: fix wrong use of PTR_ERR() in btusbAdam Lee2013-07-251-7/+7
| | * | | | | Bluetooth: ath3k: don't use stack memory for DMAStanislaw Gruszka2013-07-251-9/+29
| | * | | | | Bluetooth: ath3k: Add support for Fujitsu Lifebook UH5x2 [04c5:1330]Thomas Loo2013-07-252-0/+3
| | * | | | | Bluetooth: Fix invalid length check in l2cap_information_rsp()Jaganath Kanakkassery2013-07-251-1/+1
| * | | | | | MAINTAINERS: change email of TI WiLink drivers' maintainerLuciano Coelho2013-07-311-1/+1
| * | | | | | mwifiex: fix command 0x2c timeout during p2p_find or p2p_connectStone Piao2013-07-311-2/+2
| * | | | | | mwifiex: fix wrong data rates in P2P clientAvinash Patil2013-07-311-1/+2
| * | | | | | mwifiex: check for bss_role instead of bss_mode for STA operationsAvinash Patil2013-07-312-4/+6
| * | | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-07-293-3/+13
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | regulatory: use correct regulatory initiator on wiphy registerArik Nemtsov2013-07-251-1/+4
| | * | | | | mac80211: fix monitor interface suspend crash regressionStanislaw Gruszka2013-07-231-2/+5
| | * | | | | mac80211: prevent the buffering or frame transmission to non-assoc mesh STAChun-Yeow Yeoh2013-07-221-0/+4
| * | | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-07-299-39/+57
| |\ \ \ \ \ \
| | * | | | | | iwlwifi: pcie: clear RFKILL interrupt in AMPGEmmanuel Grumbach2013-07-262-0/+10
| | * | | | | | iwlwifi: mvm: fix flushing not started aggregation sessionsJohannes Berg2013-07-261-3/+8
| | * | | | | | iwlwifi: mvm: Disable managed PS when GO is addedIlan Peer2013-07-261-21/+21
| | * | | | | | iwlwifi: pcie: reset the NIC before the bring upEmmanuel Grumbach2013-07-261-0/+5
| | * | | | | | iwlwifi: mvm: set SSID bits for passive channelsDavid Spinadel2013-07-242-10/+2
| | * | | | | | iwlwifi: mvm: use only a single GTK in D3Johannes Berg2013-07-241-5/+10
| | * | | | | | iwlwifi: add DELL SKU for 5150 HMCEmmanuel Grumbach2013-07-221-0/+1
| * | | | | | | Merge branch 'for-linville-current' of git://github.com/kvalo/athJohn W. Linville2013-07-292-2/+10
| |\ \ \ \ \ \ \
| | * | | | | | | MAINTAINERS: update ath6kl git locationKalle Valo2013-07-221-1/+1
| | * | | | | | | MAINTAINERS: add ath10kKalle Valo2013-07-221-0/+8
| | * | | | | | | ath10k: ATH10K should depend on HAS_DMAGeert Uytterhoeven2013-07-221-1/+1
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | rt2x00: fix stop queueStanislaw Gruszka2013-07-291-7/+11
| * | | | | | | brcmfmac: inform cfg80211 about disconnect when device is unpluggedArend van Spriel2013-07-261-1/+4
| * | | | | | | mwifiex: Add missing endian conversion.Tomasz Moń2013-07-261-2/+2
* | | | | | | | ath9k: Add more PCI IDs for WB225 cardsSujith Manoharan2013-08-051-0/+72
* | | | | | | | ath9k: Fix antenna control init for AR9485Sujith Manoharan2013-08-051-1/+13
* | | | | | | | ath9k: Remove ath_ant_comb_update()Sujith Manoharan2013-08-054-28/+1
* | | | | | | | hostap: do not return positive number on failure path in prism2_open()Alexey Khoroshilov2013-08-051-2/+2
* | | | | | | | ath9k: Support ANT diversity for WB225Sujith Manoharan2013-08-053-41/+86
* | | | | | | | ath9k: Set SWCOM value for CUS198Sujith Manoharan2013-08-052-0/+2
* | | | | | | | ath9k: Remove "shared_chain_lnadiv"Sujith Manoharan2013-08-054-4/+3
* | | | | | | | ath9k: Program HW for WB195 diversitySujith Manoharan2013-08-052-0/+66
* | | | | | | | ath9k: Enable WLAN/BT Ant Diversity for WB225/WB195Sujith Manoharan2013-08-051-5/+13
* | | | | | | | ath9k: Rename ath9k_hw_antctrl_shared_chain_lnadivSujith Manoharan2013-08-054-9/+7
* | | | | | | | ath9k: Add a HW capability for WLAN/BT RX diversitySujith Manoharan2013-08-054-9/+28
* | | | | | | | ath9k: Cleanup WLAN/BT RX diversitySujith Manoharan2013-08-054-28/+26
* | | | | | | | ath9k: Fix antenna diversity for CUS198Sujith Manoharan2013-08-053-26/+59
* | | | | | | | ath9k: Print LNA combining mode during initSujith Manoharan2013-08-051-15/+9
* | | | | | | | ath9k: Add information about antenna diversitySujith Manoharan2013-08-051-0/+52
* | | | | | | | Merge tag 'for-linville-20130730' of git://github.com/kvalo/ath6klJohn W. Linville2013-08-0219-454/+959
|\ \ \ \ \ \ \ \
| * | | | | | | | ath10k: fix rts/fragmentation threshold setupMichal Kazior2013-07-301-26/+28
| * | | | | | | | ath10k: fix memleak in mac setupMichal Kazior2013-07-301-11/+15