summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ipw2x00/ipw2100.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-07ipw2x00: remove __dev* attributesBill Pemberton1-2/+2
2012-11-16net/wireless: ipw2x00: remove unreachable codeStanislav Yakovlev1-4/+1
2012-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-9/+2
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-5/+3
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+2
2012-09-07ipw2100: use is_zero_ether_addr() and is_broadcast_ether_addr()Wei Yongjun1-9/+2
2012-08-21drivers/net/wireless/ipw2x00/ipw2100.c: introduce missing initializationJulia Lawall1-1/+2
2012-08-14workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo1-5/+3
2012-06-08net/wireless: ipw2100: Fix WARN_ON occurring in wiphy_register called by ipw2...Stanislav Yakovlev1-15/+5
2012-05-09ipw2100: Fix order of device registrationBen Hutchings1-11/+13
2012-04-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+5
2012-04-14net: Fix spelling typo in netMasanari Iida1-2/+2
2012-04-12net/wireless: ipw2x00: add supported cipher suites to wiphy initializationStanislav Yakovlev1-0/+4
2012-04-12ipw2100: remove a redundant NULL check before calling release_firmware()Jesper Juhl1-2/+1
2012-04-07ipw2100: remove useless tests in the PCI device remove path.Francois Romieu1-30/+26
2012-04-07ipw2100: stop using net_device.base_addr.Francois Romieu1-39/+38
2012-03-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+0
2012-03-08net/wireless: ipw2x00: remove WEXT_USECHANNELS defineStanislav Yakovlev1-2/+0
2012-03-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-64/+37
2012-02-29ipw2x00: remove ipw2100_rates_11b[]Stanislav Yakovlev1-9/+2
2012-02-27net/wireless: ipw2x00: Use IW_HANDLER macro from linux/wireless.hStanislav Yakovlev1-55/+35
2012-02-01drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-4/+1
2011-11-18wireless: use strlcpy routine in .get_drvinfoRick Jones1-3/+4
2011-10-08Merge branch 'pm-qos' into pm-for-linusRafael J. Wysocki1-2/+2
2011-09-16ipw2x00: fix rtnl mutex deadlockStanislaw Gruszka1-7/+14
2011-08-25PM QoS: Minor clean-upsJean Pihet1-1/+1
2011-08-25PM QoS: Move and rename the implementation filesJean Pihet1-1/+1
2011-07-06ipw2100: Fix command list for debuggingJean Delvare1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+1
2011-02-04drivers:net:ipw2100.c change a typo comamnd to commandJustin P. Mattock1-1/+1
2011-01-26wireless/ipw2x00: use system_wq instead of dedicated workqueuesTejun Heo1-40/+30
2010-08-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+2
2010-08-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-8/+0
2010-08-22Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-8/+0
2010-08-18drivers/net: Convert unbounded kzalloc calls to kcallocJoe Perches1-3/+3
2010-08-17ipw2100: don't sync status queue entriesJohn W. Linville1-8/+0
2010-08-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-6/+7
2010-08-16ipw2100: avoid warning from pointer cast in call to IPW_DEBUG_TXJohn W. Linville1-2/+2
2010-08-12ipw2100: register pm_qos request before registering pci driverJohn W. Linville1-2/+3
2010-08-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-0/+4
2010-08-04wireless: ipw2100: check result of kzalloc()Christoph Fritz1-0/+4
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-14/+10
2010-07-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-1/+1
2010-07-21ipw2100: mark ipw2100_pm_qos_req staticJohn W. Linville1-1/+1
2010-07-19pm_qos: Get rid of the allocation in pm_qos_add_request()James Bottomley1-6/+6
2010-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-11/+7
2010-06-03drivers/net/wireless/ipw2x00/ipw2100.c: Remove unnecessary kmalloc castsJoe Perches1-11/+7
2010-06-03drivers/net: use __packed annotationEric Dumazet1-2/+2
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-25/+24