summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2014-02-28ath10k: reduce htt tx/rx spinlock overheadMichal Kazior3-10/+23
2014-02-28ath10k: batch htt tx/rx completionsMichal Kazior2-40/+85
2014-02-28ath10k: bypass htc for htt tx pathMichal Kazior8-109/+123
2014-02-28ath10k: replace send_head() with tx_sg()Michal Kazior5-46/+92
2014-02-28ath10k: remove is_aborted from skb_cbMichal Kazior2-21/+0
2014-02-28ath10k: remove DMA mapping wrappersMichal Kazior6-42/+34
2014-02-27ath10k: skip management frames in HTT pathJanusz Dziedzic1-1/+16
2014-02-27ath10k: bitrate_mask add force_sgi supportJanusz Dziedzic2-3/+33
2014-02-27ath10k: enable spectrum management supportJanusz Dziedzic1-1/+2
2014-02-27ath10k: set the mactime of ieee80211_rx_statusChun-Yeow Yeoh3-0/+9
2014-02-26ath10k: fix sta_rc_update for non-ap iftypeMichal Kazior1-4/+7
2014-02-26ath10k: fix 4addr rxMichal Kazior1-2/+8
2014-02-26ath10k: add more details to some debug messagesBen Greear2-2/+4
2014-02-26ath10k: implement drv_get_tsf for ibss mergingChun-Yeow Yeoh1-0/+11
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-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-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 Berg156-5778/+8925
2014-02-15ath10k: implement sta_rc_update()Michal Kazior3-0/+175