summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwmc3200wifi
AgeCommit message (Expand)AuthorLines
2012-07-10iwmc3200wifi: remove driver for unavailable hardwareJohn W. Linville-10552/+0
2012-04-21drivers/net: iwmc3200 depends on EXPERIMENTALArnd Bergmann-1/+1
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd-18/+5
2012-02-06iwmc3200wifi: Fix typo in trace.hMasanari Iida-1/+1
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell-2/+2
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell-7/+7
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-2/+13
2011-11-08iwmc3200wifi: add some more range checksDan Carpenter-2/+13
2011-10-31drivers/net: Add moduleparam.h to drivers as required.Paul Gortmaker-0/+2
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker-0/+1
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker-0/+1
2011-10-14iwmc3200wifi: add a range check to iwm_cfg80211_get_key()Dan Carpenter-1/+5
2011-06-05drivers/net: Remove unnecessary semicolonsJoe Perches-1/+1
2011-05-24Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville-2/+2
2011-05-19cfg80211: Use consistent BSS matching between scan and smeJouni Malinen-2/+2
2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-1/+2
2011-05-16cfg80211: make stripping of 802.11 header optional from AMSDUYogesh Ashok Powar-1/+2
2011-03-31Fix common misspellingsLucas De Marchi-3/+3
2011-01-27Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller-3/+7
2011-01-21cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf-3/+7
2011-01-13iwmc3200wifi: Return proper error for iwm_if_allocAxel Lin-0/+2
2010-12-13cfg80211/nl80211: separate unicast/multicast default TX keysJohannes Berg-1/+2
2010-11-18iwmc3200wifi: clarify potentially undefined operation in iwm_scan_ssidsJohn W. Linville-1/+1
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds-8/+6
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+5
2010-10-06cfg80211/mac80211: allow per-station GTKsJohannes Berg-3/+4
2010-08-16iwm3200wifi: remove comparison to WIFI_IF_NTFY_MAX in iwm_ntf_wifi_if_wrapperJohn W. Linville-5/+2
2010-07-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller-4/+8
2010-06-24cfg80211/mac80211: Update set_tx_power to use mBm instead of dBm unitsJuuso Oikarinen-4/+8
2010-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller-3/+3
2010-06-03drivers/net: use __packed annotationEric Dumazet-72/+72
2010-06-02wireless: fix several minor description typosWalter Goldens-1/+1
2010-06-02drivers/net/wireless/iwmc3200wifi: Use kmemdupJulia Lawall-2/+2
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches-2/+0
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-121/+15
2010-05-03iwmc3200wifi: fix busted iwm_debugfs_init definitionJohn W. Linville-4/+1
2010-05-03iwmc3200wifi: cleanup unneeded debugfs error handlingJohn W. Linville-55/+15
2010-04-28iwl: cleanup: remove unneeded error handlingDan Carpenter-63/+0
2010-04-23Merge branch 'master' into for-davemJohn W. Linville-5/+8
2010-04-16iwmc3200wifi: check sparse endianness annotationsSamuel Ortiz-0/+2
2010-04-16iwmc3200wifi: Fix sparse warningsSamuel Ortiz-5/+6
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+10
2010-03-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller-54/+407
2010-03-10iwmc3200wifi: typo fix and code cleanupZhu Yi-10/+8
2010-03-10iwmc3200wifi: mark some pmksa functions staticZhu Yi-5/+8
2010-03-10iwmc3200wifi: increase concatenated bufferZhu Yi-1/+1
2010-03-10iwmc3200wifi: protect rx_tickets and rx_packets[] listsZhu Yi-5/+30
2010-03-10iwmc3200wifi: add ftrace event tracing supportZhu Yi-7/+314
2010-03-10iwmc3200wifi: remove "_safe" for some list_for_each_entry usageZhu Yi-23/+21