summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas/main.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-22libertas: convert to net_device_opsStephen Hemminger1-16/+29
2009-03-22libertas: convert to internal net_device_statsStephen Hemminger1-25/+1
2009-03-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-15/+16
2009-02-26libertas: fix misuse of netdev_priv() and dev->ml_privKiran Divekar1-15/+16
2009-01-30libertas: Update libertas core with GSPI constantsColin McCabe1-3/+2
2009-01-11drivers/net/wireless/libertas: move a dereference below a NULL testJulia Lawall1-3/+4
2008-12-12libertas: Create sysfs entry for changing the mesh probe response limitAnna Neal1-0/+60
2008-11-10don't use net/ieee80211.hJohannes Berg1-2/+1
2008-11-10netdevice libertas: Fix directly reference of netdev->privWang Chen1-18/+18
2008-11-01wireless: consolidate on a single escape_essid implementationJohn W. Linville1-27/+0
2008-10-28net: convert print_mac to %pMJohannes Berg1-5/+4
2008-09-11libertas: clear current command on card removalDan Williams1-1/+19
2008-08-30libertas: convert adhoc operations to direct commandsDan Williams1-1/+1
2008-08-30libertas: convert CMD_802_11_RADIO_CONTROL to a direct commandDan Williams1-1/+1
2008-08-30libertas: convert CMD_802_11_DEAUTHENTICATE to a direct commandDan Williams1-1/+3
2008-08-30libertas: convert CMD_802_11_RF_TX_POWER to a direct commandDan Williams1-3/+10
2008-08-01libertas: only enable rtap with mesh firmwareDan Williams1-6/+9
2008-07-15netdev: Do not use TX lock to protect address lists.David S. Miller1-4/+2
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller1-0/+2
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller1-85/+131
2008-06-09libertas: fix sleep confirmationHolger Schurig1-1/+1
2008-06-03libertas: rate adaptation configuration via iwconfig.Javier Cardona1-1/+1
2008-06-03libertas: before sleeping, check for a command resultHolger Schurig1-2/+2
2008-06-03libertas: don't spin_unlock_irq() twiceHolger Schurig1-4/+1
2008-05-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+2
2008-05-22libertas: reduce command retry timeHolger Schurig1-9/+11
2008-05-22libertas: Add reset_card() callback to hardware driverDavid Woodhouse1-0/+5
2008-05-22libertas: sysfs interface for accessing non-volatile configurationJavier Cardona1-2/+6
2008-05-22libertas: Extend MESH_CONFIG command to access non-volatile configurationJavier Cardona1-5/+8
2008-05-22libertas: fix multicast filtering on eth and msh interfacesDavid Woodhouse1-66/+101
2008-05-17wireless: Create 'device' symlink in sysfsMasakazu Mokuno1-0/+1
2008-05-17libertas: fix command timeout after firmware failureBrian Cavagnolo1-0/+1
2008-05-15libertas: remove lbs_get_data_rate()Holger Schurig1-11/+1
2008-05-07libertas: allow removal of card at any timeHolger Schurig1-2/+7
2008-05-07libertas: make some functions voidHolger Schurig1-8/+4
2008-05-07libertas: debug output tweaks for lbs_threadHolger Schurig1-2/+3
2008-04-16libertas: convert libertas driver to use an event/cmdresp queueHolger Schurig1-70/+88
2008-04-09libertas: move association code from scan.c into assoc.cHolger Schurig1-0/+1
2008-04-09libertas: move association code from join.c into scan.cHolger Schurig1-1/+0
2008-04-02libertas: don't depend on IEEE80211Holger Schurig1-0/+26
2008-04-02libertas: convert sleep/wake config direct commandsHolger Schurig1-8/+9
2008-04-02libertas: convert CMD_802_11_MAC_ADDRESS to a direct commandHolger Schurig1-16/+9
2008-03-27libertas: kill useless #define LBS_MONITOR_OFF 0Holger Schurig1-6/+6
2008-03-25libertas: remove lots of unused stuffHolger Schurig1-2/+2
2008-03-25libertas: misc power saving adjustsHolger Schurig1-1/+1
2008-03-25libertas: rename packetfilter to mac_controlHolger Schurig1-15/+14
2008-02-29libertas: make lbs_sync_channel() staticHolger Schurig1-1/+13
2008-02-28libertas: Remove unused exportsRoland Dreier1-17/+0
2008-01-29libertas: pepper main with debug statementHolger Schurig1-62/+82