aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-26Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville1-6/+4
2012-06-25mac80211_hwsim: fix smatch/sparse complaintsJohannes Berg1-6/+4
2012-06-22rtlwifi: Change debug level for deletion of an entry in CAMLarry Finger1-2/+3
2012-06-22ath9k_hw: fix smatch warning in ar9003_hw_spur_mitigate_mrc_cckRajkumar Manoharan1-3/+1
2012-06-22ath9k_hw: rename mrcCCKOff to fix smatch warningRajkumar Manoharan4-16/+10
2012-06-22brcmsmac: fix NULL pointer crash in brcms_c_regd_init()Arend van Spriel1-0/+5
2012-06-22brcmfmac: make inclusion of vmalloc.h explicit fixing linux-next buildArend van Spriel1-0/+1
2012-06-22mwifiex: enhance power save for USB and PCIe chipsetsAmitkumar Karwar1-1/+5
2012-06-22mwifiex: wake up main thread to handle Tx traffic if scan is delayed/abortedAmitkumar Karwar2-1/+3
2012-06-22mwifiex: parse WPA IE and support WPA/WPA2 mixed mode for uAPAvinash Patil2-23/+49
2012-06-22Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xxJohn W. Linville17-109/+332
2012-06-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextJohn W. Linville3-21/+24
2012-06-21Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho17-109/+332
2012-06-21wl18xx: use %zu for size_t arguments in printk callsLuciano Coelho1-2/+2
2012-06-21wl18xx: split siso40 HT cap between 2Ghz and 5GhzArik Nemtsov1-5/+19
2012-06-21wl18xx: sane defaults for HT capabilitiesArik Nemtsov3-34/+42
2012-06-21wl18xx: explicitly remove the 5Ghz MIMO HT capArik Nemtsov1-14/+3
2012-06-21wlcore: read FW logs from FW memory on watchdog recoveryIgal Chernobelsky1-12/+22
2012-06-21wlcore: do not report noise level in get survey opYoni Divinsky1-4/+1
2012-06-21wl18xx: set Tx align quirk for PG2Arik Nemtsov1-1/+1
2012-06-21wl18xx: increase Rx descriptors for PG2Arik Nemtsov1-1/+10
2012-06-21wlcore: reconfigure sleep_auth when removing interfacesArik Nemtsov3-32/+43
2012-06-21wlcore: allow setting sleep_auth before interface initArik Nemtsov8-5/+27
2012-06-21wlcore: add a debugfs entry to allow changing the sleep mode by handLuciano Coelho6-1/+70
2012-06-21wlcore: suppress error message on Rx BA session removalArik Nemtsov1-2/+7
2012-06-21iwlwifi: limit mac_change_interface to BSS contextJohannes Berg1-20/+17
2012-06-21iwlwifi: increase scan timeoutJohannes Berg1-1/+1
2012-06-21iwlwifi: fix radio reset scan dwell vs. quiet timeJohannes Berg1-0/+6
2012-06-20rtlwifi: rtl8192se: Fix gcc 4.7.x warningLarry Finger1-0/+3
2012-06-20ath9k: do not sampling on ani timer when chip is in sleepRajkumar Manoharan1-1/+1
2012-06-20ath9k_hw: fix LNA control on WLAN sleepRajkumar Manoharan1-2/+15
2012-06-20ath9k_hw: update ar9462 dac_async_fifo initvalRajkumar Manoharan1-1/+1
2012-06-20ath9k: fix mci_is_enabled utilityRajkumar Manoharan1-1/+2
2012-06-20ath9k_hw: fix BT mute at hw initRajkumar Manoharan2-8/+0
2012-06-20ath9k: fix incorrect profile type manupulationBala Shanmugam1-1/+14
2012-06-20wl1251: send filters to firmware as they are setGrazvydas Ignotas1-4/+23
2012-06-20wl1251: fix filtering supportGrazvydas Ignotas2-9/+6
2012-06-20wl1251: remove unused filter_workGrazvydas Ignotas2-37/+0
2012-06-20brcm80211: smac: use current regulatory domain when checking whether OFDM is allowedSeth Forshee3-126/+15
2012-06-20brcm80211: smac: don't validate channels against internal regulatory dataSeth Forshee1-338/+6
2012-06-20brcm80211: smac: use mac80211 channel data for tx power limitsSeth Forshee1-59/+14
2012-06-20brcm80211: smac: enable/disable radio on regulatory updatesSeth Forshee1-41/+26
2012-06-20brcm80211: smac: inform mac80211 of the X2 regulatory domainSeth Forshee3-178/+210
2012-06-20brcm80211: smac: clean up channel.cSeth Forshee1-133/+5
2012-06-20brcm80211: smac: remove unused code for 40MHz channelsSeth Forshee1-116/+0
2012-06-20brcm80211: smac: always set channel specified by mac80211Seth Forshee1-24/+6
2012-06-20brcm80211: smac: don't set up tx power limits during initializationSeth Forshee1-8/+0
2012-06-20mwifiex: support for WEP in AP modeAvinash Patil4-1/+108
2012-06-20mwifiex: separate uAP WPA/WPA2 parsing from other BSS parametersAvinash Patil1-68/+79
2012-06-20mwifiex: set HT capability based on cfg80211_ap_settingsAvinash Patil5-0/+59