summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/hostap
AgeCommit message (Expand)AuthorFilesLines
2008-07-07hostap_cs: correct poor NULL checks in suspend/resume routinesJohn W. Linville1-4/+8
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-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
2008-01-16hostap: section mismatch warningRandy Dunlap1-3/+3
2007-11-10hostap: fix section mismatch warningRandy Dunlap1-3/+3
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-10-19define global BIT macroJiri Slaby1-3/+0
2007-10-14long vs. unsigned long - low-hanging fruits in driversAl Viro1-1/+1
2007-10-11[PATCH] Add Linksys card to HostAP driverMarcin Juszkiewicz1-0/+4
2007-10-11[PATCH] hostap_cs: Add device ID for Telekom T-Sinus 111cardStefan Lippers-Hollmann1-0/+1
2007-10-11[HOSTAP]: set netdev type before registering AP interfaceDaniel Drake3-10/+13
2007-10-11[NET]: Move hardware header operations out of netdevice.Stephen Hemminger5-28/+32
2007-10-11[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches9-147/+204
2007-10-11drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng1-3/+3
2007-10-11[PATCH] dev->priv to netdev_priv(dev), for drivers/net/wirelessYoann Padioleau3-9/+9
2007-10-11[PATCH] Use mutex instead of semaphore in the Host AP driverMatthias Kaehlcke2-8/+9
2007-10-11[NET]: Make /proc/net per network namespaceEric W. Biederman1-3/+4
2007-07-12PCI: remove useless pci driver methodDavid Brownell2-5/+0
2007-07-09[PATCH] hostap: Remove driver version numberJouni Malinen6-19/+0
2007-07-09[PATCH] hostap: Use list_for_each_entryMatthias Kaehlcke1-22/+10
2007-07-09[PATCH] hostap: Suppress broadcast if no stations are associatedPavel Roskin1-0/+2
2007-05-29[PATCH] hostap: Allocate enough tailroom for TKIPBrandon Craig Rhodes1-5/+8
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-28[PATCH] hostap_cs: support ADLINK 345 CFMarcin Juszkiewicz1-0/+2
2007-04-28[PATCH] Update my email address from jkmaline@cc.hut.fi to j@w1.fiJouni Malinen6-9/+9
2007-04-28[PATCH] hostap: Add D-Link DWL-650 Rev. P1 product idJouni Malinen1-0/+5
2007-04-28[PATCH] hostap: use offsetof() instead of own equivalentPavel Roskin1-2/+2
2007-04-26[WIRELESS]: Refactor wireless Kconfig.Johannes Berg1-1/+2
2007-04-26[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo4-18/+27
2007-04-26[SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo1-1/+1
2007-04-26[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-1/+1
2007-04-26[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo1-1/+1
2007-04-26[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo3-4/+4
2007-04-26[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo1-7/+7
2007-04-26[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo5-7/+10
2007-04-26[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2007-02-18Merge branch 'upstream' into upstream-jgarzikJohn W. Linville1-1/+2
2007-02-14[PATCH] hostap: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish1-1/+2