summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-02-28rtl818x: check for pci_map_single() success when initializing RX ringandrea merello1-0/+7
2014-02-28rtl818x: pci_iomap() should pair with pci_iounmap()andrea merello1-1/+1
2014-02-28rtl818x: Explicitly enable contetion windowandrea merello1-0/+2
2014-02-28wl1251: spi: add device tree supportSebastian Reichel1-6/+17
2014-02-28wl1251: spi: add vio regulator supportSebastian Reichel2-2/+19
2014-02-28wl1251: move power GPIO handling into the driverSebastian Reichel3-18/+38
2014-02-28wl1251: split wl251 platform data to a separate structureLuciano Coelho3-13/+38
2014-02-25ath5k: set SURVEY_INFO_IN_USE on get_surveyFelix Fietkau1-0/+1
2014-02-25ath9k: make some hardware reset log messages debug-onlyFelix Fietkau1-3/+3
2014-02-25ath9k: do not set half/quarter channel flags in AR_PHY_MODEFelix Fietkau1-4/+0
2014-02-25ath9k: Use static constJoe Perches1-8/+12
2014-02-25ath9k: list more reset causes in debugfsFelix Fietkau1-0/+6
2014-02-25wireless/rt2x00: don't use PREPARE_WORK in rt2800usb.cTejun Heo1-1/+1
2014-02-25iwlegacy: properly enable power savingStanislaw Gruszka3-15/+72
2014-02-25iwlegacy: merge reclaim checkStanislaw Gruszka3-19/+16
2014-02-25iwl3945: fix wakeup interruptStanislaw Gruszka1-1/+3
2014-02-25mwifiex: enable obss scan offload feature flagAmitkumar Karwar1-1/+2
2014-02-25mwifiex: remove redundant del_timerAvinash Patil1-1/+0
2014-02-25mwifiex: use del_timer_sync instead of del_timerAvinash Patil4-4/+4
2014-02-25ath9k: Enable U-APSD AP mode supportJouni Malinen1-0/+1
2014-02-25drivers:net:wireless:airo.c:checkpatch.pl cleanupAvinash kumar1-2/+2
2014-02-25hostap: add Netgear MA401 cardCédric Le Goater1-0/+2
2014-02-25net: wireless: wl3501_cs: Remove duplicate includeSachin Kamat1-1/+0
2014-02-25b43: return true / false instead of numbers in functions which return bool valueZhao, Gang3-8/+8
2014-02-25b43: Kconfig: let config B43_BCMA_PIO depends on B43Zhao, Gang1-1/+1
2014-02-25rtlwifi: properly apply filter flagsPeter Wu1-22/+30
2014-02-25rtlwifi: avoid accessing RCR directlyPeter Wu6-10/+19
2014-02-25mwifiex: memory corruption in mwifiex_tdls_add_vht_capab()Dan Carpenter1-1/+1
2014-02-25Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville34-225/+713
2014-02-25Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville3-66/+79
2014-02-25Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville5-15/+36
2014-02-25Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville15-194/+895
2014-02-24Revert "Staging: rtl8812ae: remove modules field of rate_control_ops"John W. Linville1-0/+1
2014-02-23iwlwifi: mvm: fix a few wd_disable commentsEliad Peller2-3/+2
2014-02-23iwlwifi: mvm: prepare infrastructure for more TLV flagsEran Harary3-0/+65
2014-02-23iwlwifi: mvm: remove redundant define in fw.cInbal Hacohen1-2/+0
2014-02-23iwlwifi: nvm: remove reading valid antennas from NVMJohannes Berg2-19/+0
2014-02-20iwlwifi: mvm: add Rx frames statistics via debugfsEyal Shapira4-2/+185
2014-02-20iwlwifi: mvm: set immediate apply time bit in time eventsEmmanuel Grumbach2-2/+5
2014-02-20iwlwifi: pcie: stop the firmware when we restart itEmmanuel Grumbach1-2/+3
2014-02-20iwlwifi: mvm: fix possible memory leakEytan Lifshitz1-0/+1
2014-02-20mac80211: allow driver to return error from sched_scan_stopJohannes Berg2-4/+8
2014-02-20cfg80211: Pass TDLS peer capability information in tdls_mgmtSunil Dutt Undekari1-2/+2
2014-02-20Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg1518-31278/+165194
2014-02-18Bluetooth: append new supported device to the list [0b05:17d0]Andy Shevchenko2-0/+3
2014-02-18Bluetooth: sort the list of IDs in the source codeAndy Shevchenko2-65/+65
2014-02-18Bluetooth: allocate static minor for vhciLucas De Marchi1-1/+2
2014-02-15Bluetooth: btusb: Add IMC Networks (Broadcom based)Jurgen Kramer1-0/+3
2014-02-15ath10k: implement sta_rc_update()Michal Kazior3-0/+175
2014-02-15ath10k: fix SMPS supportMichal Kazior1-12/+44