aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-19rtlwifi: Remove unused ETH_ADDR_LEN definesJoe Perches2-2/+0
2012-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-5/+22
2012-03-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville112-3143/+3574
2012-03-15libertas: remove dump_survey implementationDaniel Drake1-37/+0
2012-03-15ath9k_hw: remove unused initvalsFelix Fietkau1-302/+0
2012-03-15ath9k: inline AR9271 1.0 INI overridesFelix Fietkau5-13/+6
2012-03-15ath9k_hw: remove iniModes_*_tx_gain_9271Felix Fietkau3-26/+19
2012-03-15ath9k_hw: clean up iniModesAdditionalFelix Fietkau5-30/+22
2012-03-15ath9k_hw: fix AR9380 register settings for channel 14Felix Fietkau1-0/+3
2012-03-15ath9k_hw: fold ar9002_hw_cck_chan14_spread into mode regs initializationFelix Fietkau3-9/+0
2012-03-15ath9k_hw: remove iniCommon_*_cck_fir_coeff_9271Felix Fietkau2-8/+0
2012-03-15ath9k_hw: clean up ath9k_hw_setuprxdescFelix Fietkau1-4/+1
2012-03-15ath9k_hw: remove ath9k_hw_gettxintrtxqsFelix Fietkau3-11/+2
2012-03-15ath9k: optimize register access functionsFelix Fietkau2-4/+4
2012-03-15ath9k_hw: remove ath9k_hw_getdefantennaFelix Fietkau3-8/+0
2012-03-15ath9k_hw: remove ath9k_hw_htc_resetinitFelix Fietkau3-10/+2
2012-03-15ath9k_hw: clean up tx completion interrupt handlingFelix Fietkau3-8/+5
2012-03-15ath9k_hw: simplify tx queue interrupt mask handlingFelix Fietkau1-15/+11
2012-03-15rt2x00: rt2800usb: limit tx queues lengthStanislaw Gruszka1-1/+1
2012-03-15rt2x00: rt2800usb: do not check packedid for aggregated framesStanislaw Gruszka1-2/+3
2012-03-15rt2x00: rt2800usb: rework txstatus codeStanislaw Gruszka5-64/+101
2012-03-15rt2x00: rt2800usb: rework txdone codeStanislaw Gruszka1-41/+31
2012-03-15rt2x00: rt2800usb: move additional txdone into new functionStanislaw Gruszka1-5/+11
2012-03-15ath9k: Fix multi-VIF BSS handlingSujith Manoharan5-34/+14
2012-03-15ath9k: Remove aggregation flagsSujith Manoharan5-46/+29
2012-03-15ath9k_hw: Cleanup FastChannelChangeSujith Manoharan3-36/+74
2012-03-15ath9k: Remove 'other' VIF countSujith Manoharan3-4/+2
2012-03-15ath9k: Remove unused variablesSujith Manoharan2-6/+0
2012-03-15ath9k: Remove unnecessary initializationSujith Manoharan1-3/+0
2012-03-15rt2x00: Set IEEE80211_HW_REPORTS_TX_ACK_STATUS in rt2800Helmut Schaa1-1/+3
2012-03-14mwifiex: correction in structure name passed to sizeof()Amitkumar Karwar1-1/+1
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 9Yogesh Ashok Powar5-95/+94
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 8Yogesh Ashok Powar2-70/+73
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 7Yogesh Ashok Powar2-121/+114
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 6Yogesh Ashok Powar1-92/+96
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 5Yogesh Ashok Powar1-173/+170
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 4Yogesh Ashok Powar3-211/+226
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 3Yogesh Ashok Powar3-101/+98
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 2Yogesh Ashok Powar3-127/+133
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 1Yogesh Ashok Powar4-43/+43
2012-03-13mac80211: rename bss_conf timestamp to last_tsfJohannes Berg3-3/+3
2012-03-13brmc80211: dont use jiffies for BSS TSFJohannes Berg1-8/+2
2012-03-13mwifiex: rename fuctions and variables for better readabilityYogesh Ashok Powar1-87/+73
2012-03-13mwifiex: rearrange if and else blocks to avoid extra indentationYogesh Ashok Powar3-70/+68
2012-03-13mwifiex: use usleep_range instead of udelayYogesh Ashok Powar2-5/+5
2012-03-13mwifiex: merge functions to derive cfp by chan & freq in oneYogesh Ashok Powar5-82/+46
2012-03-13mwifiex: rearrange switch statementYogesh Ashok Powar1-111/+87
2012-03-13mwifiex: rename long function names to shorter onesYogesh Ashok Powar6-53/+43
2012-03-13b43: Load firmware from a work queue and not from the probe routineLarry Finger2-27/+35
2012-03-13b43legacy: Load firmware from work queue instead of from probe routineLarry Finger2-13/+23