aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas
Commit message (Expand)AuthorAgeFilesLines
* netdevice: safe convert to netdev_priv() #part-4Wang Chen2008-11-121-36/+36
* netdevice: safe convert to netdev_priv() #part-3Wang Chen2008-11-124-17/+17
* net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-101-1/+1
* don't use net/ieee80211.hJohannes Berg2008-11-109-57/+65
* netdevice libertas: Fix directly reference of netdev->privWang Chen2008-11-101-18/+18
* wireless: use individual buffers for printing ssid valuesJohn W. Linville2008-10-315-13/+26
* wireless: consolidate on a single escape_essid implementationJohn W. Linville2008-10-317-44/+21
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-312-4/+4
|\
| * libertas: fix buffer overrunJohannes Berg2008-10-291-2/+2
| * libertas: remove two libertas sparse warningHolger Schurig2008-10-291-2/+2
* | net: convert print_mac to %pMJohannes Berg2008-10-276-40/+26
|/
* libertas: free sk_buff with kfree_skbSergio Luis2008-10-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-10-161-0/+2
|\
| * libertas : Remove unused variable warning for "old_channel" from cmd.cManish Katiyar2008-10-141-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2008-10-131-1/+1
|\ \ | |/ |/|
| * pcmcia: remove unused argument to pcmcia_parse_tuple()Dominik Brodowski2008-08-311-1/+1
* | libertas: Improvements on automatic tx power control via SIOCSIWTXPOW (fixups)Anna Neal2008-09-304-2/+19
* | libertas: Reduce the WPA key installation time (fixups)Javier Cardona2008-09-242-3/+24
* | libertas: correct "limited range of data type" warningJohn W. Linville2008-09-151-3/+2
* | libertas: Reduce the WPA key installation time.Javier Cardona2008-09-151-3/+13
* | libertas: convert SNMP_MIB to a direct commandDan Williams2008-09-159-264/+172
* | libertas: remove unused generic RESET commandDan Williams2008-09-154-27/+2
* | libertas: Improvements on automatic tx power control via SIOCSIWTXPOW.Anna Neal2008-09-116-7/+128
* | libertas: clear current command on card removalDan Williams2008-09-111-1/+19
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-09-081-10/+3
|\ \
| * | wireless/libertas/if_cs.c: fix memory leaksAdrian Bunk2008-09-021-10/+3
* | | libertas: convert adhoc operations to direct commandsDan Williams2008-08-297-400/+302
* | | libertas: convert CMD_802_11_RADIO_CONTROL to a direct commandDan Williams2008-08-299-100/+100
* | | libertas: convert CMD_802_11_DEAUTHENTICATE to a direct commandDan Williams2008-08-298-59/+36
* | | libertas: convert CMD_802_11_RF_TX_POWER to a direct commandDan Williams2008-08-298-114/+111
* | | wireless: replace __FUNCTION__ with __func__Harvey Harrison2008-08-221-1/+1
* | | libertas: add sysfs hooks to update boot2 and persistent firmwareBrian Cavagnolo2008-08-221-0/+65
* | | libertas: support boot commands to write persistent firmware and bootloaderBrian Cavagnolo2008-08-224-25/+119
|/ /
* | libertas: only enable rtap with mesh firmwareDan Williams2008-08-011-6/+9
* | libertas: check bounds and only use decimal for sysfs persistent features.Brian Cavagnolo2008-07-291-15/+15
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-183-18/+12
|\
| * mmc,sdio: helper function for transfer paddingPierre Ossman2008-07-151-13/+7
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2008-07-143-5/+5
| |\
| | * libertas: treat firmware data as constDavid Woodhouse2008-07-103-5/+5
* | | netdev: Do not use TX lock to protect address lists.David S. Miller2008-07-151-4/+2
* | | netdev: Add netdev->addr_list_lock protection.David S. Miller2008-07-151-0/+2
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-141-2/+2
|\ \ \ | |/ /
| * | libertas: fix memory alignment problems on the blackfinIhar Hrachyshka2008-07-091-2/+2
| |/
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-051-0/+1
|\ \ | |/
| * libertas: support USB persistence on suspend/resume (resend)andrey@cozybit.com2008-07-021-0/+1
* | wext: Emit event stream entries correctly when compat.David S. Miller2008-06-161-17/+19
* | libertas: rename some registers to clarify their meaningHolger Schurig2008-06-141-30/+28
* | libertas: check for old, unsupported hardwareHolger Schurig2008-06-141-0/+12
* | libertas: document register meaningsHolger Schurig2008-06-141-9/+80
* | libertas: fix interrupt issueHolger Schurig2008-06-141-4/+5