summaryrefslogtreecommitdiffstats
path: root/firmware/sun (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-15NFC: Remove useless HCI private nfc target tableEric Lapuyade2-9/+0
2012-05-15NFC: Cache the core NFC active target pointer instead of its indexEric Lapuyade5-79/+99
2012-05-15nl80211: fix typos in commentsZefir Kurtisi1-3/+3
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-15mac80211: fix the increment of unicast/multicast counters for forwarded PREQChun-Yeow Yeoh1-1/+4
2012-05-15mac80211: send peer candidate event for new sta onlyThomas Pedersen1-9/+9
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-15NFC: Select CRC_CCITT for SHDLC link layer of HCI based driversMarcel Holtmann1-0/+1
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-09iwlwifi: fix-up some merge damage from commit 0d6c4a2John W. Linville1-1/+2
2012-05-09{nl,cfg,mac}80211: Allow user to see/configure HT protection modeAshok Nagarajan7-1/+20
2012-05-09mac80211: Allow nonHT/HT peering in meshAshok Nagarajan1-3/+9
2012-05-09mac80211: Implement HT mixed protection modeAshok Nagarajan2-7/+77
2012-05-09mac80211: Advertise HT protection mode in IEsAshok Nagarajan4-9/+8
2012-05-09cfg80211: fix BSS comparisonEmmanuel Grumbach1-1/+5
2012-05-09brcmfmac: add out of band interrupt supportFranky Lin5-15/+240
2012-05-09brcmfmac: postpone interrupt register functionFranky Lin1-9/+6
2012-05-09brcmfmac: check bus state for statusFranky Lin1-1/+1
2012-05-09brcmfmac: stop releasing sdio host in irq handlerFranky Lin1-4/+0
2012-05-09mac80211: Add more ethtools stats: survey, rates, etcBen Greear1-8/+81
2012-05-09mac80211: Framework to get wifi-driver stats via ethtool.Ben Greear4-3/+85
2012-05-09mac80211: Support getting sta_info stats via ethtool.Ben Greear1-0/+91
2012-05-09cfg80211: Add framework to support ethtool stats.Ben Greear2-0/+46
2012-05-09iwlwifi: use 6000G2B for 6030 device seriesWey-Yi Guy1-1/+1
2012-05-09iwlwifi: use correct released ucode versionMeenakshi Venkataraman1-1/+1
2012-05-09ipw2100: Fix order of device registrationBen Hutchings1-11/+13
2012-05-09ipw2200: Fix order of device registrationBen Hutchings1-11/+12
2012-05-09rt2x00: Add debugfs access for rfcsr registerAnisse Astier4-1/+20
2012-05-09rt2x00: debugfs support - allow a register to be emptyAnisse Astier1-35/+36
2012-05-09net/wireless: ipw2200: Fix WARN_ON occurring in wiphy_register called by ipw_...Stanislav Yakovlev1-15/+6
2012-05-09iwlwifi: remove the iwl_shared referenceWey-Yi Guy1-3/+3
2012-05-09iwlwifi: modify #ifdef to avoid sparse complainWey-Yi Guy2-19/+18