summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas
AgeCommit message (Expand)AuthorFilesLines
2009-02-27libertas: fix power save issue in libertas_sdio moduleBing Zhao2-0/+7
2009-02-09libertas: pos[4] tested twice, 2nd should be pos[5]Roel Kluin1-1/+1
2009-02-09libertas: if_spi: add ability to call board specific setup/teardown methodsMike Rapoport1-0/+15
2009-01-29libertas: fix CF firmware loading for some cardsDan Williams1-1/+1
2009-01-29libertas: if_spi, driver for libertas GSPI devicesColin McCabe4-0/+1415
2009-01-29libertas: Update libertas core with GSPI constantsColin McCabe3-3/+11
2009-01-21net: constify VFTsJan Engelhardt1-7/+7
2009-01-16libertas: Fix alignment issues in libertas coreAndrey Yurovsky1-46/+45
2009-01-11drivers/net/wireless/libertas: move a dereference below a NULL testJulia Lawall1-3/+4
2008-12-19libertas: use roundup instead of opencodingIlpo Järvinen1-1/+2
2008-12-12libertas: Create sysfs entry for changing the mesh probe response limitAnna Neal2-0/+61
2008-12-05wireless: clean up radiotap a bitJohannes Berg1-3/+0
2008-12-03if_usb: Kill directly reference of netdev->privWang Chen1-2/+2
2008-11-21libertas: Fine grained configuration of wake-on-lan.Anna Neal7-7/+65
2008-11-12netdevice: safe convert to netdev_priv() #part-4Wang Chen1-36/+36
2008-11-12netdevice: safe convert to netdev_priv() #part-3Wang Chen4-17/+17
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-11-10don't use net/ieee80211.hJohannes Berg9-57/+65
2008-11-10netdevice libertas: Fix directly reference of netdev->privWang Chen1-18/+18
2008-10-31wireless: use individual buffers for printing ssid valuesJohn W. Linville5-13/+26
2008-10-31wireless: consolidate on a single escape_essid implementationJohn W. Linville7-44/+21
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-4/+4
2008-10-29libertas: fix buffer overrunJohannes Berg1-2/+2
2008-10-29libertas: remove two libertas sparse warningHolger Schurig1-2/+2
2008-10-27net: convert print_mac to %pMJohannes Berg6-40/+26
2008-10-26libertas: free sk_buff with kfree_skbSergio Luis1-1/+1
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+2
2008-10-14libertas : Remove unused variable warning for "old_channel" from cmd.cManish Katiyar1-0/+2
2008-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-1/+1
2008-09-30libertas: Improvements on automatic tx power control via SIOCSIWTXPOW (fixups)Anna Neal4-2/+19
2008-09-24libertas: Reduce the WPA key installation time (fixups)Javier Cardona2-3/+24
2008-09-15libertas: correct "limited range of data type" warningJohn W. Linville1-3/+2
2008-09-15libertas: Reduce the WPA key installation time.Javier Cardona1-3/+13
2008-09-15libertas: convert SNMP_MIB to a direct commandDan Williams9-264/+172
2008-09-15libertas: remove unused generic RESET commandDan Williams4-27/+2
2008-09-11libertas: Improvements on automatic tx power control via SIOCSIWTXPOW.Anna Neal6-7/+128
2008-09-11libertas: clear current command on card removalDan Williams1-1/+19
2008-09-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-10/+3
2008-09-02wireless/libertas/if_cs.c: fix memory leaksAdrian Bunk1-10/+3
2008-08-31pcmcia: remove unused argument to pcmcia_parse_tuple()Dominik Brodowski1-1/+1
2008-08-29libertas: convert adhoc operations to direct commandsDan Williams7-400/+302
2008-08-29libertas: convert CMD_802_11_RADIO_CONTROL to a direct commandDan Williams9-100/+100
2008-08-29libertas: convert CMD_802_11_DEAUTHENTICATE to a direct commandDan Williams8-59/+36
2008-08-29libertas: convert CMD_802_11_RF_TX_POWER to a direct commandDan Williams8-114/+111
2008-08-22wireless: replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
2008-08-22libertas: add sysfs hooks to update boot2 and persistent firmwareBrian Cavagnolo1-0/+65
2008-08-22libertas: support boot commands to write persistent firmware and bootloaderBrian Cavagnolo4-25/+119
2008-08-01libertas: only enable rtap with mesh firmwareDan Williams1-6/+9
2008-07-29libertas: check bounds and only use decimal for sysfs persistent features.Brian Cavagnolo1-15/+15
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller3-18/+12