summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas
AgeCommit message (Expand)AuthorFilesLines
2007-10-11[PATCH] libertas: make more functions static & remove unused functionsHolger Schurig13-171/+54
2007-10-11[PATCH] libertas: fix one more sparse warningHolger Schurig1-1/+1
2007-10-11[PATCH] libertas: remove fw.cHolger Schurig5-355/+354
2007-10-11[PATCH] libertas: simplify and clean up data rate handlingDan Williams14-323/+241
2007-10-11[PATCH] libertas: wlan_ -> libertas_ function prefix renames for main.cDan Williams1-35/+36
2007-10-11[PATCH] libertas: move generic firmware reset command to common codeDan Williams3-21/+25
2007-10-11[PATCH] libertas: fix more mixed-case abuseDan Williams5-21/+21
2007-10-11[PATCH] libertas: bump version to 322.p1Dan Williams1-1/+1
2007-10-11[PATCH] libertas: new mesh control knobsDan Williams1-0/+8
2007-10-11[PATCH] libertas: remove thread.h and make kthread usage clearerDan Williams7-89/+37
2007-10-11[PATCH] libertas: fix debug build breakage due to field renameDan Williams1-1/+1
2007-10-11[PATCH] libertas: re-uppercase command defines and other constantsDan Williams16-703/+703
2007-10-11[PATCH] libertas: fix mixed-case abuse in cmd_ds_802_11_ad_hoc_startDan Williams2-3/+3
2007-10-11[PATCH] libertas: fix mixed-case abuse in cmd_ds_802_11_ad_hoc_resultDan Williams2-3/+3
2007-10-11[PATCH] libertas: fix mixed-case abuse in cmd_ds_802_11_scanDan Williams2-5/+4
2007-10-11[PATCH] libertas: remove if_bootcmd.cDan Williams4-42/+24
2007-10-11[PATCH] libertas: specific mesh scan for mshX interfaceLuis Carlos Cobo3-0/+14
2007-10-11[PATCH] libertas: clean up 802.11 IE post-scan handlingDan Williams3-151/+84
2007-10-11[PATCH] libertas: clean up indentation in libertas_association_workerDan Williams1-5/+10
2007-10-11[PATCH] libertas: rename WLAN_802_11_KEY to enc_key and clean up usageDan Williams8-44/+37
2007-10-11[PATCH] libertas: kill ieeetypes_capinfo bitfield, use ieee80211.h typesDan Williams8-164/+91
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-0/+1
2007-07-10[PATCH] libertas: fix disabling WPADan Williams1-1/+1
2007-07-10[PATCH] drivers/net/wireless/libertas/wext.c: remove dead codeAdrian Bunk1-3/+0
2007-07-10[PATCH] libertas: fix use-after-free in rx pathHolger Schurig1-1/+0
2007-07-10[PATCH] WIRELESS: Remove clearly obsolete libertas/version.h file.Robert P. J. Day1-1/+0
2007-06-28[PATCH] libertas: remove private ioctlsDan Williams6-1551/+6
2007-06-28[PATCH] libertas: fix WPA associations by handling ENABLE_RSN correctlyDan Williams4-8/+55
2007-06-28[PATCH] libertas: kill wlan_scan_process_resultsDan Williams1-37/+14
2007-06-28[PATCH] libertas: style fixesDan Williams1-2/+4
2007-06-12[PATCH] libertas: convert libertas_mpp into anycast_maskLuis Carlos2-15/+15
2007-06-12[PATCH] libertas: actually send mesh frames to mesh netdevDan Williams1-3/+2
2007-06-12[PATCH] libertas: deauthenticate from AP in channel switchLuis Carlos Cobo Rus1-0/+5
2007-06-12[PATCH] libertas: pull current channel from firmware on mesh autostartLuis Carlos Cobo Rus5-0/+13
2007-06-11[PATCH] libertas: reduce SSID and BSSID mixed-case abuseDan Williams5-27/+27
2007-06-11[PATCH] libertas: remove WPA_SUPPLICANT structureDan Williams1-5/+0
2007-06-11[PATCH] libertas: remove structure WLAN_802_11_SSID and libertas_escape_essidDan Williams10-160/+142
2007-06-11[PATCH] libertas: tweak association debug outputDan Williams1-11/+8
2007-06-11[PATCH] libertas: fix big-endian associate command.David Woodhouse1-11/+11
2007-06-11[PATCH] libertas: don't byte-swap firmware version number. It's a byte array.David Woodhouse4-15/+17
2007-06-11[PATCH] libertas: more endianness fixes, in tx.c this timeDavid Woodhouse1-4/+4
2007-06-11[PATCH] libertas: More endianness fixes.David Woodhouse2-3/+3
2007-06-11[PATCH] libertas: first pass at fixing up endianness issuesDavid Woodhouse21-796/+715
2007-06-11[PATCH] libertas: sparse fixesDan Williams2-4/+4
2007-06-11[PATCH] libertas: fix character set in READMEDavid Woodhouse1-1/+1
2007-06-11[PATCH] libertas: support for mesh autostart on firmware 5.220.11Luis Carlos Cobo Rus3-1/+12
2007-06-11[PATCH] libertas: split wext for eth and mshLuis Carlos Cobo Rus3-1/+106
2007-06-11[PATCH] libertas: make mac address configuration work with mesh interface tooLuis Carlos Cobo Rus1-0/+4
2007-06-11[PATCH] libertas: updated readme fileLuis Carlos Cobo Rus1-31/+19
2007-06-11[PATCH] libertas: Make WPA work through supplicant handshakeDan Williams4-64/+98