summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/hostap
AgeCommit message (Expand)AuthorFilesLines
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-4/+4
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-06-12trivial: Kconfig: .ko is normally not included in module namesPavel Machek1-4/+4
2009-05-17net: remove needless (now buggy) & from dev->dev_addrJiri Pirko1-1/+1
2009-04-24wireless: remove some (bogus?) 'may be used uninitialized' warningsJohn W. Linville1-1/+1
2009-03-22hostap: convert to net_device_opsStephen Hemminger2-18/+52
2009-03-22hostap: convert to internal net_device_statsStephen Hemminger5-33/+11
2009-02-27hostap: convert usage of net/ieee80211.h to linux/ieee80211.hDan Williams10-187/+164
2009-02-09wireless: replace uses of __constant_{endian}Harvey Harrison3-9/+9
2008-12-05hostap: select required crypto bits in KconfigJohn W. Linville1-0/+7
2008-11-21lib80211: consolidate crypt init routinesJohn W. Linville2-93/+11
2008-11-21lib80211: absorb crypto bits from net/ieee80211John W. Linville12-115/+124
2008-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+4
2008-11-13hostap: pad the skb->cb usage in lieu of a proper fixJohannes Berg1-1/+4
2008-11-04drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-3/+0
2008-11-01wireless: avoid some net/ieee80211.h vs. linux/ieee80211.h conflictsJohn W. Linville1-13/+0
2008-11-01hostap: Fix sparse warningsLarry Finger1-1/+1
2008-10-31pci: use pci_ioremap_bar() in drivers/netArjan van de Ven1-1/+1
2008-10-28net: convert print_mac to %pMJohannes Berg8-260/+138
2008-08-31pcmcia: remove unused argument to pcmcia_parse_tuple()Dominik Brodowski1-1/+1
2008-08-23pcmcia: deprecate CS_SUCCESSDominik Brodowski1-11/+11
2008-08-23pcmcia: pcmcia_config_loop() improvement by passing vccDominik Brodowski1-19/+4
2008-08-23pcmcia: pcmcia_config_loop() default CIS entry handlingDominik Brodowski1-13/+11
2008-08-23pcmcia: pcmcia_config_loop() ConfigIndex unificationDominik Brodowski1-1/+0
2008-08-23pcmcia: use pcmcia_loop_config in net pcmcia driversDominik Brodowski1-119/+108
2008-07-23netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.David S. Miller1-0/+3
2008-07-18netdev: Allocate multiple queues for TX.David S. Miller1-2/+4
2008-07-09netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.David S. Miller1-1/+11
2008-07-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+8
2008-07-08hostap: don't compile prism2_suspend() for hostap_pci without CONFIG_PMPavel Roskin1-2/+2
2008-07-07hostap_cs: correct poor NULL checks in suspend/resume routinesJohn W. Linville1-4/+8
2008-07-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller5-17/+16
2008-07-01hostap: use radiotap headers by defaultPavel Roskin1-0/+1
2008-07-01hostap: add radiotap support in monitor modePavel Roskin3-2/+38
2008-07-01hostap: don't skip any headers in hostap_80211_header_parse()Pavel Roskin1-19/+1
2008-06-30hostap: fix sparse warningsPavel Roskin5-16/+15
2008-06-30hostap: don't report useless WDS frames by defaultPavel Roskin1-1/+1
2008-06-17wext: Emit event stream entries correctly when compat.David S. Miller3-44/+49
2008-06-12net: Eliminate flush_scheduled_work() calls while RTNL is held.David S. Miller1-1/+7
2008-05-21hostap_cs: add ID for Conceptronic CON11CProPavel Roskin1-0/+1
2008-05-15hostap: fix "registers" registration in procfsMathieu Chouquet-Stringer1-5/+4
2008-04-09[NET]: Undo code bloat in hot paths due to print_mac().David S. Miller3-94/+155
2008-02-01Add another Prism2 card to hostapMarcin Juszkiewicz1-0/+3
2008-02-01hostap_80211.h: remove duplicate prototypeMichal Piotrowski1-5/+0
2008-01-29hostap_cs: don't match revisions in presense of the MAC chip namePavel Roskin1-9/+6
2008-01-29hostap: don't mess with mixed-endian even for internal skb queuesAl Viro2-10/+9
2008-01-29hostap annotationsAl Viro11-235/+233
2008-01-29hostap: fix endianness with txdesc->sw_supportAl Viro1-2/+2
2008-01-29[netdrvr] irq handler minor cleanups in several driversJeff Garzik1-1/+1
2008-01-29introduce WEXT scan capabilitiesDan Williams1-0/+3