summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-03-203-4/+4
|\
| * wireless: Fix typo in mac80211_hwsim.cMasanari Iida2012-02-211-4/+4
| * hostap: Fix typo in hostap_hw.cMasanari Iida2012-02-211-2/+2
| * zd1211rw: Fix typo in zd_usb.c and zd_mac.cMasanari Iida2012-02-102-2/+2
| * net: fix printk typo in ipw2x00/libipw_rx.cMasanari Iida2012-02-031-1/+1
| * iwmc3200wifi: fix printk typo in trace.hMasanari Iida2012-02-031-1/+1
* | rtlwifi: Remove unused ETH_ADDR_LEN definesJoe Perches2012-03-192-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-185-5/+22
|\ \
| * | rt2x00: fix random stallsStanislaw Gruszka2012-03-123-1/+17
| * | iwl3945: fix possible il->txq NULL pointer dereference in delayed worksStanislaw Gruszka2012-03-122-4/+5
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-03-16112-3143/+3574
|\ \ \
| * | | libertas: remove dump_survey implementationDaniel Drake2012-03-151-37/+0
| * | | ath9k_hw: remove unused initvalsFelix Fietkau2012-03-151-302/+0
| * | | ath9k: inline AR9271 1.0 INI overridesFelix Fietkau2012-03-155-13/+6
| * | | ath9k_hw: remove iniModes_*_tx_gain_9271Felix Fietkau2012-03-153-26/+19
| * | | ath9k_hw: clean up iniModesAdditionalFelix Fietkau2012-03-155-30/+22
| * | | ath9k_hw: fix AR9380 register settings for channel 14Felix Fietkau2012-03-151-0/+3
| * | | ath9k_hw: fold ar9002_hw_cck_chan14_spread into mode regs initializationFelix Fietkau2012-03-153-9/+0
| * | | ath9k_hw: remove iniCommon_*_cck_fir_coeff_9271Felix Fietkau2012-03-152-8/+0
| * | | ath9k_hw: clean up ath9k_hw_setuprxdescFelix Fietkau2012-03-151-4/+1
| * | | ath9k_hw: remove ath9k_hw_gettxintrtxqsFelix Fietkau2012-03-153-11/+2
| * | | ath9k: optimize register access functionsFelix Fietkau2012-03-152-4/+4
| * | | ath9k_hw: remove ath9k_hw_getdefantennaFelix Fietkau2012-03-153-8/+0
| * | | ath9k_hw: remove ath9k_hw_htc_resetinitFelix Fietkau2012-03-153-10/+2
| * | | ath9k_hw: clean up tx completion interrupt handlingFelix Fietkau2012-03-153-8/+5
| * | | ath9k_hw: simplify tx queue interrupt mask handlingFelix Fietkau2012-03-151-15/+11
| * | | rt2x00: rt2800usb: limit tx queues lengthStanislaw Gruszka2012-03-151-1/+1
| * | | rt2x00: rt2800usb: do not check packedid for aggregated framesStanislaw Gruszka2012-03-151-2/+3
| * | | rt2x00: rt2800usb: rework txstatus codeStanislaw Gruszka2012-03-155-64/+101
| * | | rt2x00: rt2800usb: rework txdone codeStanislaw Gruszka2012-03-151-41/+31
| * | | rt2x00: rt2800usb: move additional txdone into new functionStanislaw Gruszka2012-03-151-5/+11
| * | | ath9k: Fix multi-VIF BSS handlingSujith Manoharan2012-03-155-34/+14
| * | | ath9k: Remove aggregation flagsSujith Manoharan2012-03-155-46/+29
| * | | ath9k_hw: Cleanup FastChannelChangeSujith Manoharan2012-03-153-36/+74
| * | | ath9k: Remove 'other' VIF countSujith Manoharan2012-03-153-4/+2
| * | | ath9k: Remove unused variablesSujith Manoharan2012-03-152-6/+0
| * | | ath9k: Remove unnecessary initializationSujith Manoharan2012-03-151-3/+0
| * | | rt2x00: Set IEEE80211_HW_REPORTS_TX_ACK_STATUS in rt2800Helmut Schaa2012-03-151-1/+3
| * | | mwifiex: correction in structure name passed to sizeof()Amitkumar Karwar2012-03-141-1/+1
| * | | mwifiex: fix checkpatch --strict warnings/errors Part 9Yogesh Ashok Powar2012-03-145-95/+94
| * | | mwifiex: fix checkpatch --strict warnings/errors Part 8Yogesh Ashok Powar2012-03-142-70/+73
| * | | mwifiex: fix checkpatch --strict warnings/errors Part 7Yogesh Ashok Powar2012-03-142-121/+114
| * | | mwifiex: fix checkpatch --strict warnings/errors Part 6Yogesh Ashok Powar2012-03-141-92/+96
| * | | mwifiex: fix checkpatch --strict warnings/errors Part 5Yogesh Ashok Powar2012-03-141-173/+170
| * | | mwifiex: fix checkpatch --strict warnings/errors Part 4Yogesh Ashok Powar2012-03-143-211/+226
| * | | mwifiex: fix checkpatch --strict warnings/errors Part 3Yogesh Ashok Powar2012-03-143-101/+98
| * | | mwifiex: fix checkpatch --strict warnings/errors Part 2Yogesh Ashok Powar2012-03-143-127/+133
| * | | mwifiex: fix checkpatch --strict warnings/errors Part 1Yogesh Ashok Powar2012-03-144-43/+43
| * | | mac80211: rename bss_conf timestamp to last_tsfJohannes Berg2012-03-133-3/+3
| * | | brmc80211: dont use jiffies for BSS TSFJohannes Berg2012-03-131-8/+2
OpenPOWER on IntegriCloud