aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-23rtlwifi: rtl8192c: Convert driver to use private ps_t structLarry Finger1-27/+31
2012-04-23rtlwifi: rtl8192c: Convert driver to use private dm structsLarry Finger4-112/+123
2012-04-23rtlwifi: Add dm structs to private structureLarry Finger1-0/+4
2012-04-23rtlwifi: Move dig_t and ps_t structsLarry Finger5-159/+59
2012-04-23ath9k_hw: increase tx abort timeout for half/quarter channelsFelix Fietkau1-1/+9
2012-04-23ath9k_hw: disable fast channel change when changing from/to half/quarter modeFelix Fietkau1-0/+4
2012-04-23ath9k_hw: disable Tx IQ calibration on half/quarter channelsFelix Fietkau1-4/+6
2012-04-23ath9k_hw: fix and clean up PHY activation delayFelix Fietkau4-33/+22
2012-04-23ath9k_hw: increase symbol overlap window for half/quarter channelsFelix Fietkau2-0/+7
2012-04-23ath9k_hw: set the PHY mode for half/quarter channels on AR9003Felix Fietkau1-0/+4
2012-04-23ath9k_hw: increase ACK timeout for half/quarter channelsFelix Fietkau1-3/+6
2012-04-23ath9k_hw: use standard SIFS time as reference for half/quarter channelsFelix Fietkau1-6/+7
2012-04-23ath9k_hw: remove ATH_BTCOEX_CFG_MCIRajkumar Manoharan3-19/+17
2012-04-23ath9k: simplify beacon configuration for beaconing vifsRajkumar Manoharan2-43/+23
2012-04-23ath9k: make DFS detector pools SMP safeZefir Kurtisi1-32/+78
2012-04-23libertas: add missing includeFelix Fietkau1-0/+1
2012-04-23rt2x00: Use GFP_KERNEL for rx buffer allocation on USB devicesHelmut Schaa6-9/+9
2012-04-23rt2800: debugfs register access: BBP is 256 bytes bigAnisse Astier1-1/+1
2012-04-23mwifiex: add support for Marvell USB8797 chipsetAmitkumar Karwar17-71/+1399
2012-04-23ath9k: fix TX power reporting on AR9003 chipsGabor Juhos1-15/+49
2012-04-23libertas CS: convert to asynchronous firmware loadingDaniel Drake1-39/+49
2012-04-23ath9k: Fix compile warnings when DEBUGFS is disabled.Ben Greear2-2/+3
2012-04-23wireless: rt2x00: rt2800usb more devices were identifiedXose Vazquez Perez1-5/+3
2012-04-23ath9k: add possible wiphy interface combinationsFelix Fietkau1-0/+21
2012-04-23wireless: rt2x00: rt2800usb add more devices idsXose Vazquez Perez1-3/+14
2012-04-23brcmsmac: "INTERMEDIATE but not AMPDU" only when tracingEldad Zack1-2/+1
2012-04-23rtlwifi: Fix oops on unloadLarry Finger1-0/+1
2012-04-23ipw2200: Fix race condition in the command completion acknowledgeStanislav Yakovlev1-1/+12
2012-04-23iwlwifi: do not nulify ctx->vif on resetStanislaw Gruszka2-4/+9
2012-04-23ath9k: fix tx power settings for AR9287Gabor Juhos1-0/+2
2012-04-23ath9k: add an extra boolean parameter to ath9k_hw_apply_txpowerGabor Juhos5-8/+10
2012-04-21drivers/net: iwmc3200 depends on EXPERIMENTALArnd Bergmann1-1/+1
2012-04-21drivers/net: add missing __devexit_p() annotationsArnd Bergmann2-2/+2
2012-04-19iwlwifi: Remove inconsistent and redundant declarationDavid Spinadel1-1/+0
2012-04-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville244-7053/+11021
2012-04-18iwlwifi: move iwl_rxon_context_id to userEmmanuel Grumbach2-7/+7
2012-04-18iwlwifi: improve TX cache footprintJohannes Berg4-75/+52
2012-04-18iwlwifi: split between AGG_ON and AGG_STARTINGEmmanuel Grumbach2-3/+19
2012-04-18iwlwifi: Remove inconsistent and redundant declarationDavid Spinadel1-1/+0
2012-04-18iwlwifi: Added foreward declaration for iwl_cfg in op_modeDavid Spinadel1-0/+1
2012-04-18iwlwifi: Change disable calibration bit-set to enumDavid Spinadel1-5/+8
2012-04-18iwlwifi: remove unneeded includesEmmanuel Grumbach15-18/+1
2012-04-18iwlwifi: remove the shared areaEmmanuel Grumbach8-90/+16
2012-04-18iwlwifi: don't use shared for the logger any moreEmmanuel Grumbach7-13/+17
2012-04-18iwlwifi: driver holds its pointer to the transportEmmanuel Grumbach1-4/+4
2012-04-18iwlwifi: transport holds its pointer to the configEmmanuel Grumbach8-31/+32
2012-04-18iwlwifi: driver holds its pointer to the configEmmanuel Grumbach1-12/+14
2012-04-18iwlwifi: op_mode holds its pointer to the configEmmanuel Grumbach21-99/+102
2012-04-18iwlwifi: op_mode holds its pointer to the transportEmmanuel Grumbach15-122/+123
2012-04-18iwlwifi: kill shrd->drv, driver points to transportEmmanuel Grumbach5-32/+42