index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
libertas
/
wext.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libertas: move mic failure event to wext.c
Holger Schurig
2009-10-27
1
-1
/
+26
*
libertas: move SIOCGIWAP calls to wext.c
Holger Schurig
2009-10-27
1
-0
/
+9
*
libertas: move lbs_send_iwevcustom_event() to wext.c
Holger Schurig
2009-10-27
1
-0
/
+24
*
libertas: get current channel out of priv->curbssparams
Holger Schurig
2009-10-27
1
-5
/
+5
*
libertas: change IW_ESSID_MAX_SIZE -> IEEE80211_MAX_SSID_LEN
Holger Schurig
2009-10-27
1
-4
/
+4
*
libertas: remove unused 11d code
Holger Schurig
2009-10-27
1
-48
/
+10
*
libertas: Check return status of command functions
Amitkumar Karwar
2009-10-27
1
-3
/
+7
*
libertas: Use lbs_is_cmd_allowed() check in command handling routines.
Amitkumar Karwar
2009-10-07
1
-133
/
+0
*
libertas: Add auto deep sleep support for SD8385/SD8686/SD8688
Amitkumar Karwar
2009-10-07
1
-2
/
+183
*
libertas: Fix WEP association failure with open source wpa_supplicant 0.5.10
Maithili Hinge
2009-08-04
1
-0
/
+2
*
libertas: remove ps_supported flag, use fwcapinfo
Andrey Yurovsky
2009-07-10
1
-1
/
+1
*
libertas: convert to internal net_device_stats
Stephen Hemminger
2009-03-21
1
-1
/
+1
*
libertas: fix misuse of netdev_priv() and dev->ml_priv
Kiran Divekar
2009-02-26
1
-36
/
+36
*
netdevice: safe convert to netdev_priv() #part-4
Wang Chen
2008-11-12
1
-36
/
+36
*
don't use net/ieee80211.h
Johannes Berg
2008-11-10
1
-1
/
+0
*
wireless: use individual buffers for printing ssid values
John W. Linville
2008-10-31
1
-1
/
+2
*
wireless: consolidate on a single escape_essid implementation
John W. Linville
2008-10-31
1
-1
/
+2
*
net: convert print_mac to %pM
Johannes Berg
2008-10-27
1
-2
/
+1
*
libertas: Improvements on automatic tx power control via SIOCSIWTXPOW (fixups)
Anna Neal
2008-09-30
1
-0
/
+12
*
libertas: Reduce the WPA key installation time (fixups)
Javier Cardona
2008-09-24
1
-3
/
+23
*
libertas: correct "limited range of data type" warning
John W. Linville
2008-09-15
1
-3
/
+2
*
libertas: Reduce the WPA key installation time.
Javier Cardona
2008-09-15
1
-3
/
+13
*
libertas: convert SNMP_MIB to a direct command
Dan Williams
2008-09-15
1
-67
/
+74
*
libertas: Improvements on automatic tx power control via SIOCSIWTXPOW.
Anna Neal
2008-09-11
1
-2
/
+29
*
libertas: convert adhoc operations to direct commands
Dan Williams
2008-08-29
1
-1
/
+1
*
libertas: convert CMD_802_11_RADIO_CONTROL to a direct command
Dan Williams
2008-08-29
1
-38
/
+31
*
libertas: convert CMD_802_11_DEAUTHENTICATE to a direct command
Dan Williams
2008-08-29
1
-1
/
+3
*
libertas: convert CMD_802_11_RF_TX_POWER to a direct command
Dan Williams
2008-08-29
1
-44
/
+39
*
libertas: rate adaptation configuration via iwconfig.
Javier Cardona
2008-06-03
1
-9
/
+18
*
libertas: Extend MESH_CONFIG command to access non-volatile configuration
Javier Cardona
2008-05-21
1
-2
/
+3
*
libertas: remove lbs_get_fwversion()
Holger Schurig
2008-04-08
1
-17
/
+0
*
libertas: move association code from scan.c into assoc.c
Holger Schurig
2008-04-08
1
-0
/
+1
*
libertas: move association code from join.c into scan.c
Holger Schurig
2008-04-08
1
-1
/
+0
*
libertas: remove lots of unused stuff
Holger Schurig
2008-03-25
1
-1
/
+1
*
libertas: misc power saving adjusts
Holger Schurig
2008-03-25
1
-17
/
+7
*
libertas: convert GET_LOG to a direct command
Holger Schurig
2008-03-25
1
-6
/
+8
*
libertas: implement SSID scanning for SIOCSIWSCAN
Holger Schurig
2008-03-13
1
-0
/
+3
*
libertas: always show firmware release
Holger Schurig
2008-01-28
1
-11
/
+5
*
libertas: allow for PS mode to be disabled when firmware doesn't support it
David Woodhouse
2008-01-28
1
-0
/
+7
*
libertas: pass channel argument directly to lbs_mesh_config()
David Woodhouse
2008-01-28
1
-4
/
+3
*
libertas: allow setting channel on mshX device
David Woodhouse
2008-01-28
1
-1
/
+52
*
libertas: allow get/set SSID on mshX device
David Woodhouse
2008-01-28
1
-2
/
+50
*
libertas: convert DATA_RATE to a direct command
Dan Williams
2008-01-28
1
-6
/
+3
*
libertas: kill struct lbs_adapter
David Woodhouse
2008-01-28
1
-203
/
+169
*
libertas: Don't set IW_ENCODE_NOKEY when returning WEP keys.
David Woodhouse
2008-01-28
1
-10
/
+1
*
libertas: remove arbitrary typedefs
Holger Schurig
2008-01-28
1
-80
/
+84
*
libertas: separate mesh connectivity from that of the main interface
Brajesh Dave
2008-01-28
1
-4
/
+7
*
libertas: move to uniform lbs_/LBS_ namespace
Holger Schurig
2008-01-28
1
-238
/
+238
*
wireless: checkpatch cleanups
Jeff Garzik
2008-01-28
1
-4
/
+2
*
netdev: ARRAY_SIZE() cleanups
Alejandro Martinez Ruiz
2008-01-28
1
-8
/
+3
[next]