aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/orinoco/wext.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-07orinoco: use is_zero_ether_addr() instead of memcmp()Wei Yongjun1-4/+3
2011-08-08cfg80211: split wext compatibility to separate headerJohannes Berg1-0/+1
2011-07-15orinoco: minor fixes for problems found by checkpatch.plPavel Roskin1-7/+7
2010-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-2/+2
2010-12-08orinoco: fix TKIP countermeasure behaviourDavid Kilroy1-2/+2
2010-12-07orinoco: allow IW_AUTH_MFP to pass throughDavid Kilroy1-0/+8
2010-08-25orinoco: Fix walking past the end of the bufferDavid Kilroy1-2/+9
2010-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-3/+1
2010-06-03drivers/net: use __packed annotationEric Dumazet1-1/+1
2010-06-02drivers/net/wireless/orinoco: Use kmemdupJulia Lawall1-3/+1
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-3/+3
2010-05-03orinoco: add hermes_opsDavid Kilroy1-3/+3
2010-04-23Merge branch 'master' into for-davemJohn W. Linville1-178/+5
2010-04-19orinoco: implement set_wiphy_paramsDavid Kilroy1-178/+5
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-23orinoco/wext.c: Remove local #define STD_IW_HANDLERJoe Perches1-48/+46
2009-12-28orinoco: fix GFP_KERNEL in orinoco_set_key with interrupts disabledAndrey Borzenkov1-3/+3
2009-08-20orinoco: remove spare whitespaceDavid Kilroy1-1/+1
2009-08-14orinoco: consolidate storage of WEP and TKIP keysDavid Kilroy1-41/+81
2009-08-14orinoco: add function to retrieve current bssidDavid Kilroy1-3/+1
2009-08-14orinoco: move disassociation to hw.cDavid Kilroy1-13/+4
2009-08-14orinoco: pass orinoco_set_tkip_key the sequence lengthsDavid Kilroy1-1/+1
2009-08-14orinoco: use local types for auth alg and sequence lengthDavid Kilroy1-15/+15
2009-07-10orinoco: remove WE nickname supportDavid Kilroy1-43/+0
2009-07-10orinoco: convert giwrange to cfg80211David Kilroy1-114/+1
2009-07-10orinoco: convert scanning to cfg80211David Kilroy1-515/+2
2009-07-10orinoco: convert mode setting to cfg80211David Kilroy1-67/+8
2009-07-10orinoco: provide generic commit functionDavid Kilroy1-34/+1
2009-07-10orinoco: initiate cfg80211 conversionDavid Kilroy1-64/+46
2009-07-10orinoco: Change set_tkip to use orinoco_private instead of hermes_tDavid Kilroy1-2/+1
2009-02-13orinoco: Move WEXT handlers into a separate fileDavid Kilroy1-0/+2325