aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwmc3200wifi (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-4/+8
2010-06-24cfg80211/mac80211: Update set_tx_power to use mBm instead of dBm unitsJuuso Oikarinen1-4/+8
2010-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller2-3/+3
2010-06-03drivers/net: use __packed annotationEric Dumazet4-72/+72
2010-06-02wireless: fix several minor description typosWalter Goldens1-1/+1
2010-06-02drivers/net/wireless/iwmc3200wifi: Use kmemdupJulia Lawall1-2/+2
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville4-121/+15
2010-05-03iwmc3200wifi: fix busted iwm_debugfs_init definitionJohn W. Linville1-4/+1
2010-05-03iwmc3200wifi: cleanup unneeded debugfs error handlingJohn W. Linville4-55/+15
2010-04-28iwl: cleanup: remove unneeded error handlingDan Carpenter1-63/+0
2010-04-23Merge branch 'master' into for-davemJohn W. Linville4-5/+8
2010-04-16iwmc3200wifi: check sparse endianness annotationsSamuel Ortiz1-0/+2
2010-04-16iwmc3200wifi: Fix sparse warningsSamuel Ortiz3-5/+6
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller10-0/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo10-0/+10
2010-03-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller15-54/+407
2010-03-10iwmc3200wifi: typo fix and code cleanupZhu Yi4-10/+8
2010-03-10iwmc3200wifi: mark some pmksa functions staticZhu Yi1-5/+8
2010-03-10iwmc3200wifi: increase concatenated bufferZhu Yi1-1/+1
2010-03-10iwmc3200wifi: protect rx_tickets and rx_packets[] listsZhu Yi4-5/+30
2010-03-10iwmc3200wifi: add ftrace event tracing supportZhu Yi9-7/+314
2010-03-10iwmc3200wifi: remove "_safe" for some list_for_each_entry usageZhu Yi5-23/+21
2010-03-10iwmc3200wifi: refuse to associate on unallowed channelsZhu Yi3-3/+25
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita2-2/+2
2010-02-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-02-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-1/+1
2010-02-09iwmc3200wifi: Test of wrong pointer after kzalloc in iwm_mlme_update_bss_table()Roel Kluin1-1/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-0/+5
2010-01-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-1/+1
2010-01-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller2-0/+5
2010-01-14iwmc3200wifi: Add UMAC wifi headers to the pmkid commandSamuel Ortiz2-0/+5
2010-01-14Revert "iwmc3200wifi: fix array out-of-boundary access"John W. Linville1-1/+1
2009-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-1/+1
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-1/+1
2009-12-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-1/+1
2009-12-28iwmc3200wifi: fix array out-of-boundary accessZhu Yi1-1/+1
2009-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville3-3/+3
2009-12-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-18/+53
2009-12-22iwmc3200wifi: Avoid an offset calculation for each management frame.Joe Perches1-13/+12
2009-12-22iwmc3200wifi: rx aggregation supportZhu Yi1-5/+41
2009-12-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller3-3/+3
2009-12-21iwmc3200wifi: Fix test of unsigned in iwm_ntf_stop_resume_tx()Roel Kluin3-3/+3
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2009-12-04iwmc3200wifi: Enable wimax core through module parameterSamuel Ortiz1-2/+5
2009-12-04iwmc3200wifi: Add wifi-wimax coexistence mode as a module parameterSamuel Ortiz3-6/+8
2009-12-04iwmc3200wifi: Coex table command does not expect a responseSamuel Ortiz1-1/+1
2009-12-04iwmc3200wifi: Update wiwi priority tableSamuel Ortiz1-4/+4