summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-05-15NFC: HCI based pn544 driverEric Lapuyade3-0/+961
2012-05-15NFC: Remove unneeded pn533 dev NULL checkDan Carpenter1-3/+0
2012-05-15NFC: Cache the core NFC active target pointer instead of its indexEric Lapuyade1-8/+8
2012-05-15b43legacy: Fix error due to MMIO access with SSB unpoweredLarry Finger1-2/+0
2012-05-15brcmfmac: replace brcmf_sdioh_card_regread with brcmf_sdio_regrlFranky Lin3-32/+6
2012-05-15brcmfmac: remove function brcmf_sdcard_regfailFranky Lin3-34/+24
2012-05-15brcmfmac: remove redundant retries for SDIO core register accessFranky Lin1-66/+44
2012-05-15brcmfmac: replace brcmf_sdcard_reg_write with brcmf_sdio_regwlFranky Lin4-95/+50
2012-05-15brcmfmac: replace brcmf_sdcard_reg_read with brcmf_sdio_regrlFranky Lin4-111/+95
2012-05-15brcmfmac: replace brcmf_sdcard_cfg_write with brcmf_sdio_regwbFranky Lin4-98/+48
2012-05-15brcmfmac: replace brcmf_sdcard_cfg_read with brcmf_sdio_regrbFranky Lin4-90/+49
2012-05-15brcmfmac: introduce unified register access interface for SDIOFranky Lin2-0/+125
2012-05-15brcmfmac: decouple set_sbaddr_window from register write interfaceFranky Lin1-13/+24
2012-05-15brcmfmac: remove unused parameter of brcmf_sdcard_reg_writeFranky Lin4-34/+29
2012-05-15brcmfmac: remove unused parameter of brcmf_sdcard_reg_readFranky Lin4-59/+42
2012-05-15ath9k_hw: Fix RTT calibrationSujith Manoharan6-70/+89
2012-05-15iwlwifi: don't disable AGG queues that are not enabledEmmanuel Grumbach1-3/+9
2012-05-15iwlwifi: don't flood logs when HT debug flag is setEmmanuel Grumbach1-4/+3
2012-05-15iwlwifi: fix power index handlingAmit Beka1-2/+6
2012-05-15iwlwifi: make sure reduced tx power bit is validWey-Yi Guy1-1/+1
2012-05-15iwlwifi: add documentation for bt reduced tx powerWey-Yi Guy2-1/+27
2012-05-15iwlwifi: include rssi as part of decision making for reduce txpowerWey-Yi Guy1-0/+11
2012-05-15mwifiex: fix coding style issue in mwifiex_deauthenticateBing Zhao1-10/+12
2012-05-15mac80211_hwsim: Fix rate control by correctly reporting transmission countsJavier Cardona1-0/+5
2012-05-08iwlwifi: fix-up some merge damage from commit 0d6c4a2John W. Linville1-1/+2
2012-05-08brcmfmac: add out of band interrupt supportFranky Lin5-15/+240
2012-05-08brcmfmac: postpone interrupt register functionFranky Lin1-9/+6
2012-05-08brcmfmac: check bus state for statusFranky Lin1-1/+1
2012-05-08brcmfmac: stop releasing sdio host in irq handlerFranky Lin1-4/+0
2012-05-08iwlwifi: use 6000G2B for 6030 device seriesWey-Yi Guy1-1/+1
2012-05-08iwlwifi: use correct released ucode versionMeenakshi Venkataraman1-1/+1
2012-05-08ipw2100: Fix order of device registrationBen Hutchings1-11/+13
2012-05-08ipw2200: Fix order of device registrationBen Hutchings1-11/+12
2012-05-08rt2x00: Add debugfs access for rfcsr registerAnisse Astier4-1/+20
2012-05-08rt2x00: debugfs support - allow a register to be emptyAnisse Astier1-35/+36
2012-05-08net/wireless: ipw2200: Fix WARN_ON occurring in wiphy_register called by ipw_...Stanislav Yakovlev1-15/+6
2012-05-08iwlwifi: remove the iwl_shared referenceWey-Yi Guy1-3/+3
2012-05-08iwlwifi: modify #ifdef to avoid sparse complainWey-Yi Guy2-19/+18
2012-05-08mwifiex: fix static checker warningsAmitkumar Karwar1-2/+1
2012-05-08mwifiex: add support for SD8786 sdioWarheadsSE3-2/+10
2012-05-08wireless: at76c50x: allocating too much dataDan Carpenter1-2/+2
2012-05-08iwlwifi: don't init trans->reg_lock from the op_modeEmmanuel Grumbach2-1/+1
2012-05-08iwlwifi: add option to disable 5GHz bandStanislaw Gruszka3-0/+9
2012-05-08iwlwifi: use IWL_* instead of dev_printk when possibleEmmanuel Grumbach2-10/+9
2012-05-08iwlwifi: add loose coex lutWey-Yi Guy1-2/+21
2012-05-08iwlwifi: change kill mask based on reduce power stateWey-Yi Guy2-9/+20
2012-05-08iwlwifi: send reduce tx power info in commandWey-Yi Guy2-1/+3
2012-05-08iwlwifi: small define changeWey-Yi Guy1-1/+3
2012-05-08iwlwifi: add reduced tx power threshold defineWey-Yi Guy1-0/+3
2012-05-08iwlwifi: add checking for the condition to reduce tx powerWey-Yi Guy2-4/+39