summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-06-12ath10k: mac80211 driver for Qualcomm Atheros 802.11ac CQA98xx devicesKalle Valo32-0/+22094
2013-06-11cw1200: Fix an assorted pile of checkpatch warnings.Solomon Peachy9-75/+80
2013-06-11cw1200: Eliminate the ETF debug/engineering code.Solomon Peachy7-349/+2
2013-06-11cw1200: Remove "ITP" debug subsystem.Solomon Peachy8-905/+3
2013-06-10rt2x00: rt2x00queue: initialize data_queue fields earlierGabor Juhos1-6/+38
2013-06-10rtlwifi: initialize local array and set value.Yunlian Jiang1-1/+1
2013-06-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville20-66/+371
2013-06-10cw1200: handle allocation failure in wsm_event_indication()Dan Carpenter1-0/+2
2013-06-10cw1200: read beyond end of array in debug codeDan Carpenter1-3/+2
2013-06-10cw1200: Sanity-check arguments in copy_from_user()Solomon Peachy1-4/+14
2013-06-10cw1200: hwio: Remove an unnecessary gotoJoe Perches1-1/+0
2013-06-05iwlwifi: mvm: don't request SMPS on non-STA ifaceEytan Lifshitz1-0/+3
2013-06-05iwlwifi: mvm: fix MCAST in AP modeEmmanuel Grumbach1-1/+1
2013-06-05iwlwifi: mvm: enable PM always in unassociated modeAlexander Bondar2-0/+5
2013-06-04iwlwifi: mvm: Change location of vif_count verification for PMAlexander Bondar2-26/+17
2013-06-04iwlwifi: mvm: correctly configure MCAST in AP modeEmmanuel Grumbach3-2/+13
2013-06-04iwlwifi: mvm: reorder Rx handler for performance purposesEmmanuel Grumbach1-4/+5
2013-06-04iwlwifi: mvm: Fix quota command settingsIlan Peer1-9/+16
2013-06-04iwlwifi: don't return -ERFKILL if SEND_IF_RFKILL is setEran Harary1-1/+2
2013-06-04iwlwifi: mvm: don't enable MIMO when BT is activeEmmanuel Grumbach2-1/+108
2013-06-04iwlwifi: mvm: don't start BA agreement when BT is activeEmmanuel Grumbach1-0/+11
2013-06-04iwlwifi: mvm: limit the length of the AMPDU when BT is runningEmmanuel Grumbach1-0/+7
2013-06-04iwlwifi: mvm: fix the LUT for BT CoexEmmanuel Grumbach1-1/+1
2013-06-03brcmsmac: Reduce log spam in heavy tx, make err print in debugJohn Greene1-1/+1
2013-06-03ath9k: Do not maintain ANI state per-channelSujith Manoharan4-28/+22
2013-06-03ath9k: Print ANI statistics in debugfsSujith Manoharan2-19/+64
2013-06-03ath9k: Set ofdmWeakSigDetect directlySujith Manoharan4-12/+4
2013-06-03ath9k: Simplify ANI initializationSujith Manoharan6-27/+10
2013-06-03ath9k: Remove unused structure ath_dbg_bb_mac_sampSujith Manoharan1-39/+0
2013-06-03ath9k: Enable WoW only for AR9462Sujith Manoharan7-207/+35
2013-06-03ath9k: Return early for invalid ratesSujith Manoharan1-2/+2
2013-06-03net, ipw2x00: remove redundant D0 power state setYijing Wang1-2/+0
2013-06-03ath9k: advertise support for active monitor interfacesFelix Fietkau1-0/+2
2013-06-03Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-2/+16
2013-06-03cw1200: rename the cw1200 platform definition headerSolomon Peachy2-2/+2
2013-06-03cw1200: Rework SDIO platform support to prevent build problems.Solomon Peachy4-121/+30
2013-06-03cw1200: Replace use of 'struct resource' with 'int' for GPIO fields.Solomon Peachy3-91/+41
2013-06-03cw1200: Reference correct 'powerup' GPIO signal.Solomon Peachy2-2/+2
2013-06-03cw1200: move platform_data header to correct location.Solomon Peachy3-3/+3
2013-06-03cw1200: Rename 'sbus' to 'hwbus'Solomon Peachy10-123/+119
2013-05-31Revert "mac80211_hwsim: remove P2P_DEVICE support"Johannes Berg1-1/+3
2013-05-31Revert "iwlwifi: mvm: remove P2P_DEVICE support"Johannes Berg1-1/+13
2013-05-30cw1200: remove unused including <linux/version.h>Wei Yongjun3-3/+0
2013-05-30cw1200: use module_spi_driver to simplify the codeWei Yongjun1-14/+1
2013-05-30cw1200: convert to use simple_open()Wei Yongjun1-7/+1
2013-05-30cw1200: remove duplicated include from wsm.cWei Yongjun1-1/+0
2013-05-30cw1200: Fix compile with CONFIG_PM=nSolomon Peachy5-4/+27
2013-05-30ath9k: check for Rx-STBC flag and pass it to ieee80211Oleksij Rempel3-3/+15
2013-05-30ath9k: remove useless flag conversation.Oleksij Rempel4-10/+12
2013-05-29iwlwifi: mvm: implement D3 testingJohannes Berg8-21/+182