summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2014-07-15b43: don't warn about no 5 GHz support on 2.4 GHz devicesRafał Miłecki-8/+10
2014-07-15b43: enable radio 0x2057 rev 9 (AKA BCM43228) supportRafał Miłecki-2/+22
2014-07-15b43: N-PHY: implement channel switching of radio 0x2057 rev 5Rafał Miłecki-0/+129
2014-07-15b43: N-PHY: init and channel switching of radio 0x2057 rev 9Rafał Miłecki-1/+234
2014-07-15b43; N-PHY: write most of the missing code for revs 7+Rafał Miłecki-39/+290
2014-07-15b43: N-PHY: add placeholders for new devices supportRafał Miłecki-54/+231
2014-07-15b43: N-PHY: add TX gain tables for devices with specific EPARafał Miłecki-2/+72
2014-07-15b43: N-PHY: drop reg 0x1 access restriction on new PHY revsRafał Miłecki-2/+2
2014-07-15b43: always print info about radio (manuf, id, revision)Rafał Miłecki-4/+4
2014-07-10Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville-51/+246
2014-07-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-47/+145
2014-07-08Bluetooth: Add support for Acer [13D3:3432]Anantha Krishnan-0/+3
2014-07-07bcma: add driver for PCIe Gen 2 coreRafał Miłecki-0/+184
2014-07-07b43: fix reading info about radio for new devices (cores 40 & 42)Rafał Miłecki-1/+10
2014-07-07b43: N-PHY: add TX gains tables for radio 0x2057 rev 9Rafał Miłecki-0/+78
2014-07-07b43: N-PHY: rework names & picking of TX gain tablesRafał Miłecki-30/+84
2014-07-07b43: N-PHY: initialize hardware tables on new devicesRafał Miłecki-11/+281
2014-07-07rt2800usb: Don't perform DMA from stackAndrea Merello-6/+22
2014-07-07Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville-21/+8
2014-07-07iwlwifi: mvm: minor fix in commentEmmanuel Grumbach-1/+1
2014-07-07iwlwifi: mvm: remove 8000 HW family setting of adc sampling on nic configLiad Kaufman-2/+9
2014-07-07iwlwifi: mvm: teardown TDLS peers when initiating DCMArik Nemtsov-0/+27
2014-07-07iwlwifi: disable PSM on vifs with associated TDLS peersArik Nemtsov-5/+46
2014-07-07iwlwifi: mvm: protect TDLS discovery sessionArik Nemtsov-0/+13
2014-07-07iwlwifi: mvm: disallow new TDLS stations when appropriateArik Nemtsov-21/+60
2014-07-07iwlwifi: mvm: Use CS tx block bit for AP/GOAndrei Otcheretianski-3/+136
2014-07-07iwlwifi: mvm: Reflect GO channel switch in NoAAndrei Otcheretianski-10/+153
2014-07-07iwlwifi: mvm: Protect mvm->csa_vif with RCUAndrei Otcheretianski-9/+20
2014-07-07iwlwifi: mvm: Use beacon_get_template instead of beacon_getAndrei Otcheretianski-1/+2
2014-07-07iwlwifi: mvm: CSA unbind-bind flow support for clientLuciano Coelho-10/+25
2014-07-07iwlwifi: mvm: add switch_vif_chanctx operationLuciano Coelho-32/+135
2014-07-07iwlwifi: mvm: remove update type argument from quota updateJohannes Berg-62/+19
2014-07-07iwlwifi: mvm: don't pass update type to quota iteratorJohannes Berg-11/+5
2014-07-07iwlwifi: mvm: validate that we don't send zero quotaJohannes Berg-0/+8
2014-07-07iwlwifi: mvm: don't send zero quota to the firmwareJohannes Berg-5/+5
2014-07-07iwlwifi: mvm: let iwl_mvm_update_quotas disregard a disabled vifLuciano Coelho-20/+61
2014-07-07iwlwifi: 8000: drop a print when the address is invalidEran Harary-0/+3
2014-07-07iwlwifi: mvm: fix endianity in scan commandDavid Spinadel-5/+5
2014-07-07iwlwifi: mvm: init lmac scan commandDavid Spinadel-7/+13
2014-07-07iwlwifi: mvm: add unified LMAC scan APIDavid Spinadel-70/+653
2014-07-07iwlwifi: mvm: rs: don't save debugfs filesEliad Peller-26/+10
2014-07-07iwlwifi: mvm: rs: don't clear persistent fieldsEliad Peller-52/+59
2014-07-07iwlwifi: mvm: warn about empty OTPEran Harary-0/+2
2014-07-07iwlwifi: mvm: BT Coex - relax constraints when TTC / RRC is activeEmmanuel Grumbach-9/+18
2014-07-07iwlwifi: mvm: BT Coex - fix debugfs with old APIEmmanuel Grumbach-35/+148
2014-07-07iwlwifi: mvm: BT Coex - add High Band retentionEmmanuel Grumbach-0/+3
2014-07-07iwlwifi: mvm: BT Coex - convert reduced Tx power to new APIEmmanuel Grumbach-22/+7
2014-07-07iwlwifi: mvm: BT Coex - convert the co-running update to new APIEmmanuel Grumbach-29/+7
2014-07-07iwlwifi: mvm: BT Coex - convert the sw boost update to new APIEmmanuel Grumbach-42/+16
2014-07-07iwlwifi: mvm: BT Coex - new APIEmmanuel Grumbach-175/+233