summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-03-13ath6kl: remove spaces before semicolonKalle Valo2-3/+3
2014-03-13ath6kl: use braces on both arms of if statementKalle Valo6-27/+44
2014-03-13ath6kl: fix blank lines before and after bracesKalle Valo13-53/+2
2014-03-13ath6kl: fix struct hif_scatter_req list handlingKalle Valo2-3/+3
2014-03-13ath10k: add recalc RTS/CTS protection methodMarek Kwaczynski3-11/+59
2014-03-11ath10k: allow the supported rate change by reassociate peerChun-Yeow Yeoh2-13/+16
2014-03-07ath10k: do not overwrite max_antenna_gainMarek Puzyniak1-1/+0
2014-03-07ath10k: support msdu chainingBen Greear1-5/+54
2014-03-03ath10k: add vdev-id, return code to error codesBen Greear1-86/+115
2014-02-28ath10k: minimize coherent dma accessesMichal Kazior1-11/+4
2014-02-28ath10k: remove pci completion listMichal Kazior2-279/+24
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-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