aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwmc3200wifi (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-2/+2
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell2-7/+7
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-2/+13
2011-11-08iwmc3200wifi: add some more range checksDan Carpenter1-2/+13
2011-10-31drivers/net: Add moduleparam.h to drivers as required.Paul Gortmaker2-0/+2
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker1-0/+1
2011-10-14iwmc3200wifi: add a range check to iwm_cfg80211_get_key()Dan Carpenter1-1/+5
2011-06-05drivers/net: Remove unnecessary semicolonsJoe Perches1-1/+1
2011-05-24Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-2/+2
2011-05-19cfg80211: Use consistent BSS matching between scan and smeJouni Malinen1-2/+2
2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-1/+2
2011-05-16cfg80211: make stripping of 802.11 header optional from AMSDUYogesh Ashok Powar1-1/+2
2011-03-31Fix common misspellingsLucas De Marchi2-3/+3
2011-01-27Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller2-3/+7
2011-01-21cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf2-3/+7
2011-01-13iwmc3200wifi: Return proper error for iwm_if_allocAxel Lin1-0/+2
2010-12-13cfg80211/nl80211: separate unicast/multicast default TX keysJohannes Berg1-1/+2
2010-11-18iwmc3200wifi: clarify potentially undefined operation in iwm_scan_ssidsJohn W. Linville1-1/+1
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-8/+6
2010-10-15llseek: automatically add .llseek fopArnd Bergmann2-0/+5
2010-10-06cfg80211/mac80211: allow per-station GTKsJohannes Berg1-3/+4
2010-08-16iwm3200wifi: remove comparison to WIFI_IF_NTFY_MAX in iwm_ntf_wifi_if_wrapperJohn W. Linville1-5/+2
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