aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ipw2x00/ipw2200.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-03net: Replace min macro with min_tSilvan Jegen1-1/+1
2013-12-26ipw2x00: slight optimization of addr comparedingtianhong1-17/+17
2013-12-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-4/+4
2013-11-25cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez1-4/+4
2013-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller1-2/+0
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-1/+1
2013-09-26wireless: ipw2x00: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2013-07-03ipw2200: convert __list_for_each usage to list_for_eachDave Jones1-1/+1
2013-06-24ipw2200: fix error return code in ipw_load()Wei Yongjun1-0/+1
2013-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+0
2013-02-09ipw2x00: simplify scan_event handlingTejun Heo1-10/+3
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-1/+0
2012-12-06ipw2x00: remove __dev* attributesBill Pemberton1-4/+4
2012-12-06ipw2200: return error code on error in ipw_wx_get_auth()Wei Yongjun1-3/+1
2012-11-21net/wireless: ipw2200: introduce ipw_set_geo functionStanislav Yakovlev1-14/+23
2012-11-16net/wireless: ipw2x00: remove unreachable codeStanislav Yakovlev1-4/+1
2012-10-15net/wireless: ipw2200: Fix panic occurring in ipw_handle_promiscuous_tx()Stanislav Yakovlev1-1/+1
2012-09-07ipw2200: use is_zero_ether_addr() and is_broadcast_ether_addr()Wei Yongjun1-9/+2
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-6/+17
2012-06-06wireless: Remove casts to same typeJoe Perches1-3/+1
2012-06-05net/wireless: ipw2200: introduce ipw_read_eeprom functionStanislav Yakovlev1-6/+17
2012-05-08ipw2200: Fix order of device registrationBen Hutchings1-11/+12
2012-05-08net/wireless: ipw2200: Fix WARN_ON occurring in wiphy_register called by ipw_pci_probeStanislav Yakovlev1-15/+6
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+12
2012-04-23ipw2200: Fix race condition in the command completion acknowledgeStanislav Yakovlev1-1/+12
2012-04-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-2/+5
2012-04-14net: Fix spelling typo in netMasanari Iida1-1/+1
2012-04-12net/wireless: ipw2x00: add supported cipher suites to wiphy initializationStanislav Yakovlev1-0/+4
2012-04-12ipw2200: remove a redundant NULL check before calling release_firmware()Jesper Juhl1-2/+1
2012-04-07ipw2200: stop using net_device.{base_addr, irq}.Francois Romieu1-4/+0
2012-03-28net/wireless: ipw2x00: fix a typo in wiphy struct initilizationStanislav Yakovlev1-2/+2
2012-01-13ipw2x00: signedness bug handling frame lengthDan Carpenter1-2/+2
2011-11-17wireless: use strlcpy routine in .get_drvinfoRick Jones1-3/+4
2011-11-11wireless: move ieee80211chan2mhz macroJohannes Berg1-0/+8
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-13/+26
2011-09-16ipw2x00: fix rtnl mutex deadlockStanislaw Gruszka1-13/+26
2011-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-0/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-08cfg80211: split wext compatibility to separate headerJohannes Berg1-0/+1
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-9/+9
2011-01-26wireless/ipw2x00: use system_wq instead of dedicated workqueuesTejun Heo1-108/+88
2011-01-10ipw2200: Check for -1 INTA in tasklet too.Indan Zupancic1-0/+7
2010-10-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-0/+8
2010-10-05ipw2200: check for allocation failuresDan Carpenter1-0/+8
2010-08-17drivers/net: Convert unbounded kzalloc calls to kcallocJoe Perches1-6/+6
2010-06-16ipw2200: Enable LED by defaultubuntu@tjworld.net1-2/+2
2010-06-02drivers/net/wireless/ipw2x00: Use kmemdupJulia Lawall1-2/+1
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-2/+0