Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
79c9601c2e0dbbe69895d302de4d19f3a31fbd30
/
drivers
/
net
/
wireless
/
libertas
/
dev.h
5e8e8b5
libertas: introduce mesh.h
by Holger Schurig
· 15 years ago
c14951f
libertas: get current channel out of priv->curbssparams
by Holger Schurig
· 15 years ago
5e04769
libertas: sort variables in struct lbs_private
by Holger Schurig
· 15 years ago
2d46502
libertas: move scan/assoc related stuff
by Holger Schurig
· 15 years ago
243e84e
libertas: change IW_ESSID_MAX_SIZE -> IEEE80211_MAX_SSID_LEN
by Holger Schurig
· 15 years ago
f4228b4
libertas: remove unused 11d.h as well, priv->countryinfo
by Holger Schurig
· 15 years ago
d37b4fd
libertas: remove unused 11d code
by Holger Schurig
· 15 years ago
9e66e70
libertas: cleanup host.h and hostcmd.h
by Holger Schurig
· 15 years ago
ff9fc79
libertas: first stab at cfg80211 support
by Holger Schurig
· 15 years ago
4912545
libertas: Add auto deep sleep support for SD8385/SD8686/SD8688
by Amitkumar Karwar
· 15 years ago
0fc0b73
netdev: drivers should make ethtool_ops const
by Stephen Hemminger
· 15 years ago
e0d6133
libertas: remove ps_supported flag, use fwcapinfo
by Andrey Yurovsky
· 15 years ago
6bc61f4
libertas: improve function init/shutdown handling for SD8688
by Bing Zhao
· 15 years ago
75b6a61
libertas: restyle Marvell & IEEE TLV structure names
by Dan Williams
· 16 years ago
5fd164e
libertas: simplify and clean up association/start/join setup
by Dan Williams
· 16 years ago
d26285f8
libertas: implement function init/shutdown commands for SD8688
by Bing Zhao
· 16 years ago
684d6b3
libertas: support mesh for various firmware versions
by Bing Zhao
· 16 years ago
bbfc6b7
libertas: convert to internal net_device_stats
by Stephen Hemminger
· 16 years ago
2c706002
don't use net/ieee80211.h
by Johannes Berg
· 16 years ago
9c40fc5
libertas: Reduce the WPA key installation time (fixups)
by Javier Cardona
· 16 years ago
39fcf7a
libertas: convert SNMP_MIB to a direct command
by Dan Williams
· 16 years ago
d5db2df
libertas: convert CMD_802_11_RADIO_CONTROL to a direct command
by Dan Williams
· 16 years ago
87c8c72
libertas: convert CMD_802_11_RF_TX_POWER to a direct command
by Dan Williams
· 16 years ago
85319f9
libertas: rate adaptation configuration via iwconfig.
by Javier Cardona
· 17 years ago
edf5dab
libertas: Add reset_card() callback to hardware driver
by David Woodhouse
· 17 years ago
75bf45a
libertas: fix multicast filtering on eth and msh interfaces
by David Woodhouse
· 17 years ago
7919b89
libertas: convert libertas driver to use an event/cmdresp queue
by Holger Schurig
· 17 years ago
245bf20
libertas: move association code from scan.c into assoc.c
by Holger Schurig
· 17 years ago
f539f2e
libertas: convert sleep/wake config direct commands
by Holger Schurig
· 17 years ago
7460f5a
libertas: convert CMD_802_11_EEPROM_ACCESS to a direct command
by Holger Schurig
· 17 years ago
c49c3b7
libertas: convert GET_LOG to a direct command
by Holger Schurig
· 17 years ago
d9e9778
libertas: rename packetfilter to mac_control
by Holger Schurig
· 17 years ago
52933d8
libertas: implement SSID scanning for SIOCSIWSCAN
by Holger Schurig
· 17 years ago
8816edc
libertas: rename/document scan_channel
by Holger Schurig
· 17 years ago
5a6e043
libertas: fix memory alignment problems on the blackfin
by Ihar Hrachyshka
· 17 years ago
dac10a9
libertas: always show firmware release
by Holger Schurig
· 17 years ago
4365929
libertas: move cardspecific data to driver
by Holger Schurig
· 17 years ago
3fbe104
libertas: convert SLEEP_PARAMS to a direct command
by David Woodhouse
· 17 years ago
b2c57ee
libertas: allow for PS mode to be disabled when firmware doesn't support it
by David Woodhouse
· 17 years ago
b47ef24
libertas: handle HOST_AWAKE event by sending WAKEUP_CONFIRM command
by David Woodhouse
· 17 years ago
2a34509
libertas: handle command timeout in main thread instead of directly in timer
by David Woodhouse
· 17 years ago
020f3d0
libertas: cope with both old and new mesh TLV values
by David Woodhouse
· 17 years ago
506e902
libertas: add ethtool support for wake-on-lan configuration
by David Woodhouse
· 17 years ago
23a397a
libertas: add lbs_mesh sysfs attribute for enabling mesh
by David Woodhouse
· 17 years ago
8552855f
libertas: make rtap and normal modes mutually exclusive, clean up open/stop
by David Woodhouse
· 17 years ago
2eb188a
libertas: Move actual transmission to main thread
by David Woodhouse
· 17 years ago
d9268fb
libertas: stop using ieee80211 for radiotap device
by David Woodhouse
· 17 years ago
2abdc0b
libertas: kill internal tx queue for PS mode
by David Woodhouse
· 17 years ago
aa21c00
libertas: kill struct lbs_adapter
by David Woodhouse
· 17 years ago
f86a93e
libertas: kill TxLockFlag
by David Woodhouse
· 17 years ago
e7deced
libertas: fix lbs_rtap attribute in sysfs
by David Woodhouse
· 17 years ago
ac47246
libertas: kill adapter->nr_cmd_pending
by David Woodhouse
· 17 years ago
ffd074f
libertas: implement new scanning logic
by Holger Schurig
· 17 years ago
69f9032
libertas: remove arbitrary typedefs
by Holger Schurig
· 17 years ago
96287ac
libertas: configurable beacon interval
by Brajesh Dave
· 17 years ago
01d77d8
libertas: separate mesh connectivity from that of the main interface
by Brajesh Dave
· 17 years ago
1007832
libertas: move to uniform lbs_/LBS_ namespace
by Holger Schurig
· 17 years ago
954ee16
[PATCH] libertas: reorganize and simplify init sequence
by Dan Williams
· 17 years ago
63f0023
[PATCH] libertas: pass boot2 version to firmware
by Luis Carlos Cobo
· 17 years ago
2afc0c5
[PATCH] libertas: push WEXT scan requests to a work queue
by Dan Williams
· 17 years ago
965f8bbc
[PATCH] libertas: monitor mode support for OLPC firmware
by Luis Carlos Cobo
· 17 years ago
d21b31f
[PATCH] libertas: keep mesh autostart enabled while asleep
by Luis Carlos Cobo
· 17 years ago
4f2fdaa
[PATCH] libertas: remove adapter->scantype
by Holger Schurig
· 17 years ago
d65ead8
[PATCH] libertas: remove adapter->scanmode
by Holger Schurig
· 17 years ago
2c85103
[PATCH] libertas: remove adapter->beaconperiod
by Holger Schurig
· 17 years ago
85c93e5
[PATCH] libertas: remove adapter->adhoc_grate_enabled
by Holger Schurig
· 17 years ago
0aabc0a5
[PATCH] libertas: remove adapter->listeninterval
by Holger Schurig
· 17 years ago
956deb8
[PATCH] libertas: remove adapter->regiontableindex
by Holger Schurig
· 17 years ago
ae596ce
[PATCH] libertas: remove adapter->atimwindow
by Holger Schurig
· 17 years ago
56c4656
[PATCH] libertas: remove adapter->multipledtim
by Holger Schurig
· 17 years ago
252cf0d
[PATCH] libertas: remove adapter->locallisteninterval
by Holger Schurig
· 17 years ago
97605c3
[PATCH] libertas: remove adapter->nullpktinterval
by Holger Schurig
· 17 years ago
a783f1e
[PATCH] libertas: remove adapter->{data,bcn}_avg_factor
by Holger Schurig
· 17 years ago
caef47a
[PATCH] libertas: remove adapter->rxpd_rate
by Holger Schurig
· 17 years ago
cad9d9b
[PATCH] libertas: remove adapter->txrate
by Holger Schurig
· 17 years ago
fcff0e0
[PATCH] libertas: remove adapter->pkttxctrl
by Holger Schurig
· 17 years ago
e2aa334
[PATCH] libertas: remove adapter->scanprobes
by Holger Schurig
· 17 years ago
6e22a85
[PATCH] libertas: remove adapter->prescan
by Holger Schurig
· 17 years ago
fdde708
[PATCH] libertas: remove adapter->{rx,tx}antenna
by Holger Schurig
· 17 years ago
4d4ce1a
[PATCH] libertas: remove unused adapter->prev_XXXX variables
by Holger Schurig
· 17 years ago
f455eb1
[PATCH] libertas: remove debugmode
by Holger Schurig
· 17 years ago
8c51276
[PATCH] libertas: simplify and clean up data rate handling
by Dan Williams
· 17 years ago
fe33615
[PATCH] libertas: remove thread.h and make kthread usage clearer
by Dan Williams
· 17 years ago
1443b65
[PATCH] libertas: rename WLAN_802_11_KEY to enc_key and clean up usage
by Dan Williams
· 17 years ago
0c9ca690
[PATCH] libertas: kill ieeetypes_capinfo bitfield, use ieee80211.h types
by Dan Williams
· 17 years ago
b8bedef
[PATCH] libertas: pull current channel from firmware on mesh autostart
by Luis Carlos Cobo Rus
· 18 years ago
d8efea25
[PATCH] libertas: remove structure WLAN_802_11_SSID and libertas_escape_essid
by Dan Williams
· 18 years ago
e5b3d47
[PATCH] libertas: don't byte-swap firmware version number. It's a byte array.
by David Woodhouse
· 18 years ago
e76850d
[PATCH] libertas: make association paths consistent
by Dan Williams
· 18 years ago
ef9a264
[PATCH] libertas: move channel changing into association framework
by Dan Williams
· 18 years ago
fcdb53d
[PATCH] libertas: make scan result handling more flexible
by Dan Williams
· 18 years ago
634b8f4
[PATCH] libertas: remove unused variables in wlan_dev_t
by Holger Schurig
· 18 years ago
208fdd2
[PATCH] libertas: indirect all hardware access via hw_XXXX functions
by Holger Schurig
· 18 years ago
0601e7e
[PATCH] libertas: added transmission failures to mesh statistics
by Javier Cardona
· 18 years ago
064827e
[PATCH] libertas: scan two channels per scan command
by Marcelo Tosatti
· 18 years ago
0dc5a29
[PATCH] libertas: remove WLAN_802_11_NETWORK_INFRASTRUCTURE enum
by Dan Williams
· 18 years ago
889c05b
[PATCH] libertas: remove WLAN_802_11_WEP_STATUS enum
by Dan Williams
· 18 years ago
6affe78
[PATCH] libertas: remove WLAN_802_11_AUTHENTICATION_MODE
by Dan Williams
· 18 years ago
9408c29
[PATCH] libertas: remove custom encryption mode stuff
by Dan Williams
· 18 years ago
1d42b8f
[PATCH] libertas: remove 8021xauthalgs private ioctl
by Dan Williams
· 18 years ago
Next »