summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2012-01-24rtlwifi: Update copyright datesLarry Finger21-21/+21
2012-01-24rtl8192cu: Remove dead code never selectedLarry Finger1-170/+0
2012-01-24rtlwifi: rtl8192c_common: rtl8192de: Check for allocation failuresLarry Finger4-10/+20
2012-01-24iwlwifi: update CopyrightWey-Yi Guy53-75/+75
2012-01-24iwlwifi: add testmode cmd IWL_TM_CMD_APP2DEV_GET_FW_INFOKenny Hsu2-3/+57
2012-01-24iwlwifi: update error dump in testmode command sram_readKenny Hsu1-4/+4
2012-01-24iwlwifi: enhance testmode command sram_readKenny Hsu2-4/+6
2012-01-24iwlwifi: update testmode command of direct register accessKenny Hsu1-2/+2
2012-01-24iwlwifi: Sanity check for sta_idWey-Yi Guy1-4/+7
2012-01-24iwlwifi: don't process the info from uCode if does not has ownershipWey-Yi Guy1-13/+15
2012-01-24rtlwifi: Simplify chip version id loggingJoe Perches2-38/+27
2012-01-24rtlwifi: Remove incorrect logging message prefixesJoe Perches3-5/+5
2012-01-24rtlwifi: add CONFIG_RTLWIFI_DEBUG to remove all of the debug logging codeJoe Perches2-0/+39
2012-01-24rtlwifi: Optimize RT_TRACE macro use of KBUILD_MODNAME for sizeJoe Perches1-3/+3
2012-01-24rtlwifi: Remove duplicate __func__Joe Perches1-1/+1
2012-01-24rtlwifi: Convert RT_ASSERT macro to use ##__VA_ARGS__Joe Perches21-70/+68
2012-01-24rtlwifi: Convert RTPRINT macro to use ##__VA_ARGS__Joe Perches9-370/+355
2012-01-24rtlwifi: Convert RT_TRACE macro to use ##__VA_ARGS__Joe Perches44-1784/+1613
2012-01-24rtlwifi: Standardize RT_PRINT_DATA macro and usesJoe Perches12-26/+23
2012-01-24rtlwifi: Neaten RT_ASSERT, RT_TRACE, RTPRINT, RT_PRINT_DATA macrosJoe Perches5-53/+47
2012-01-24b43: N-PHY: trivial: change save&rest order in RSSI pollingRafał Miłecki1-8/+8
2012-01-24b43: N-PHY: implement RSSI calibration for rev3+Rafał Miłecki1-6/+187
2012-01-24brcm80211: make ethtool_ops constStephen Hemminger1-2/+2
2012-01-24b43: N-PHY: upload PAPD PGA gain delta tableRafał Miłecki3-6/+12
2012-01-24b43: N-PHY: fix typos in RF controlRafał Miłecki2-6/+6
2012-01-24b43: N-PHY: add helper for getting gain tableRafał Miłecki3-94/+64
2012-01-24b43: N-PHY: implement TX power control setupRafał Miłecki2-1/+217
2012-01-24b43: add maskset helpersRafał Miłecki3-57/+36
2012-01-17mwl8k: Fixing Sparse ENDIAN CHECK warningYogesh Ashok Powar1-1/+1
2012-01-17mwl8k: fix condition in mwl8k_cmd_encryption_remove_key()Dan Carpenter1-1/+1
2012-01-17brcmfmac: work-around gcc 4.7 build issueAlexandre Oliva1-1/+1
2012-01-17brcmsmac: remove PCI suspend/resume from bcma driverLinus Torvalds1-35/+3
2012-01-17bcma: connect the bcma bus suspend/resume to the bcma driver suspend/resumeLinus Torvalds1-1/+1
2012-01-17wireless: iwlwifi: iwl-scan.c: Fix build warningFabio Estevam1-1/+1
2012-01-17ath9k_hw: fix interpretation of the rx KeyMiss flagFelix Fietkau2-4/+6
2012-01-13rt2800pci: fix spurious interrupts generationStanislaw Gruszka1-20/+8
2012-01-13ipw2x00: signedness bug handling frame lengthDan Carpenter1-2/+2
2012-01-13wireless: b43: fix Oops on card eject during transferGuennadi Liakhovetski1-1/+4
2012-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-10/+11
2012-01-13brcmsmac: fix reading of PCI sprom contentsLinus Torvalds1-11/+20
2012-01-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller7-10/+11
2012-01-11ath9k: Fix regression in channelwidth switch at the same channelRajkumar Manoharan2-6/+3
2012-01-11brcm80211: Don't leak 'vbuffer' in brcmf_sdbrcm_write_vars()Jesper Juhl1-1/+3
2012-01-11ath9k_hw: fix a commentMohammed Shafi Shajakhan3-3/+1
2012-01-11rtl8192se: Fix BUG caused by failure to check skb allocationLarry Finger1-0/+4
2012-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2012-01-09Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-2/+2
2012-01-08Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-177/+12
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman12-177/+12
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville46-1981/+999