Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
24225b37bd78d3e2edaa1a39316c54786adaa465
/
drivers
/
net
/
wireless
/
wl12xx
24225b3
wl12xx: wakeup chip from ELP during scan
by Arik Nemtsov
· 14 years ago
b16d4b6
wl12xx: Modify requested number of memory blocks
by Ido Yariv
· 14 years ago
b07d403
wl12xx: Avoid redundant TX work
by Ido Yariv
· 14 years ago
2da69b8
wl12xx: Switch to level trigger interrupts
by Ido Yariv
· 14 years ago
a620865
wl12xx: Switch to a threaded interrupt handler
by Ido Yariv
· 14 years ago
393fb56
wl12xx: Change claiming of the SDIO bus
by Ido Yariv
· 14 years ago
606ea9f
wl12xx: Do end-of-transactions transfers only if needed
by Ido Yariv
· 14 years ago
8aad246
wl12xx: Reorder data handling in irq_work
by Ido Yariv
· 14 years ago
50e9f74
wl12xx: Remove private headers in wl1271_tx_reset
by Ido Yariv
· 14 years ago
11251e7
wl12xx: Don't rely on runtime PM for toggling power
by Ido Yariv
· 14 years ago
f62c317
wl12xx: fix the path to the wl12xx firmwares
by Sebastien Jan
· 14 years ago
7bb4568
mac80211: make tx() operation return void
by Johannes Berg
· 14 years ago
b622d99
wl12xx: AP-mode - management of links in PS-mode
by Arik Nemtsov
· 14 years ago
09039f4
wl12xx: AP-mode - count free FW TX blocks per link
by Arik Nemtsov
· 14 years ago
409622e
wl12xx: AP mode - fix bug in cleanup of wl1271_op_sta_add()
by Arik Nemtsov
· 14 years ago
ba7c082
wl12xx: AP-mode - support HW based link PS monitoring
by Arik Nemtsov
· 14 years ago
1d36cd8
wl12xx: report invalid TX rate when returning non-TX-ed skbs
by Arik Nemtsov
· 14 years ago
a8c0ddb
wl12xx: AP-mode - TX queue per link in AC
by Arik Nemtsov
· 14 years ago
99a2775
wl12xx: AP-mode - fix race condition on sta connection
by Arik Nemtsov
· 14 years ago
f4d08dd
wl12xx: fix potential race condition with TX queue watermark
by Arik Nemtsov
· 14 years ago
6dc9fb3
wl12xx: always set mac_address when configuring ht caps
by Eliad Peller
· 14 years ago
02ad2d9
wl12xx: use standard ALIGN() macro
by Eliad Peller
· 14 years ago
62c0740
wl12xx: declare support for IEEE80211_HW_REPORTS_TX_ACK_STATUS
by Eliad Peller
· 14 years ago
b1a48ca
wl12xx: fix MODULE_AUTHOR email address
by Luciano Coelho
· 14 years ago
a100885
wl12xx: avoid blocking while holding rcu lock on bss info change
by Arik Nemtsov
· 14 years ago
92fe9b5
wl12xx: fix identification of beacon packets (debug)
by Eliad Peller
· 14 years ago
1ec610e
wl12xx: update PLT initialization for new firmware
by Gery Kahn
· 14 years ago
03c5a9c
wl12xx: change type from u8 to int
by Dan Carpenter
· 14 years ago
0aec516
wl12xx: fix sdio_test kconfig/build errors
by Randy Dunlap
· 14 years ago
72c2d9e
wl12xx: set supported_rates after association
by Eliad Peller
· 14 years ago
fe5ef09
wl12xx: use the conf struct instead of macros for memory configuration
by Eliad Peller
· 14 years ago
c8bde24
wl12xx: move to new firmware (6.1.3.50.49)
by Eliad Peller
· 14 years ago
ee60833
wl12xx: mcp2.5 - add config_ps acx
by Eliad Peller
· 14 years ago
7c3ee9e
wl12xx: fix warning due to missing arg in ampdu_action
by Luciano Coelho
· 14 years ago
e5e2f24
wl12xx: disable auto-arp
by Eliad Peller
· 14 years ago
ea45b2c
wl12xx: Increase scan channel dwell time for passive scans
by Juuso Oikarinen
· 14 years ago
8e2de74
wl12xx: wrong values are returned in gpio_power_write()
by Eliad Peller
· 14 years ago
bbba3e6
wl12xx: BA receiver support
by Levi, Shahar
· 14 years ago
4b7fac7
wl12xx: BA initiator support
by Levi, Shahar
· 14 years ago
6c89b7b
wl12xx: Add channel 14 to list of supported 2ghz channels
by Arik Nemtsov
· 14 years ago
d75387c
wl12xx: add missing MODULE_FIRMWARE statment for AP-mode FW
by Arik Nemtsov
· 14 years ago
4ae3fa8
wl12xx: Cleanup PLT mode when module is removed
by Juuso Oikarinen
· 14 years ago
1d4801f
wl12xx: fix some endianess bugs
by Eliad Peller
· 14 years ago
4c9cfa7
wl12xx: add hw configuration for max supported AMDPU size
by Luciano Coelho
· 14 years ago
491bbd6
wl12xx: change debug_level module param sysfs permissions
by Guy Eilam
· 14 years ago
2d6e4e76
wl12xx: lock the RCU when accessing sta via ieee80211_find_sta()
by Luciano Coelho
· 14 years ago
a8aaaf5
wl12xx: don't modify the global supported band structures
by Luciano Coelho
· 14 years ago
fa287b8
wl12xx: don't join upon disassociation
by Eliad Peller
· 14 years ago
038d925
wl12xx: Enable AP-mode
by Arik Nemtsov
· 14 years ago
31d26ec
wl12xx: Read MAC address from NVS file on HW startup
by Arik Nemtsov
· 14 years ago
166d504
wl12xx: AP mode - fetch appropriate firmware for AP
by Arik Nemtsov
· 14 years ago
7f179b4
wl12xx: AP mode - encryption support
by Arik Nemtsov
· 14 years ago
488fc54
wl12xx: AP mode - record TX configuration settings
by Arik Nemtsov
· 14 years ago
c6c8a65
wl12xx: AP mode - changes in TX path
by Arik Nemtsov
· 14 years ago
f84f7d7
wl12xx: AP mode - add STA add/remove ops
by Arik Nemtsov
· 14 years ago
7d05786
wl12xx: AP mode - change filter config
by Arik Nemtsov
· 14 years ago
bee0ffe
wl12xx: AP mode config in ieee80211_ops.config
by Arik Nemtsov
· 14 years ago
e78a287
wl12xx: Configure AP on BSS info change
by Arik Nemtsov
· 14 years ago
beb6c88
wl12xx: Add AP related definitions to HOST-FW interface
by Arik Nemtsov
· 14 years ago
ae113b5
wl12xx: AP specific RX filter configuration
by Arik Nemtsov
· 14 years ago
e0fe371
wl12xx: AP mode - init sequence
by Arik Nemtsov
· 14 years ago
05285cf
wl12xx: AP mode - workaround for FW bug on station remove
by Arik Nemtsov
· 14 years ago
98bdaab
wl12xx: AP-mode high level commands
by Arik Nemtsov
· 14 years ago
203c903
wl12xx: AP mode - add AP specific event
by Arik Nemtsov
· 14 years ago
79b223f
wl12xx: AP mode - AP specific CMD_CONFIGURE sub-commands
by Arik Nemtsov
· 14 years ago
1e05a81
wl12xx: Add AP related configuration to conf_drv_settings
by Arik Nemtsov
· 14 years ago
6177eae
wl12xx: fix some sparse warnings
by Eliad Peller
· 14 years ago
0dd3866
wl12xx: use after free in debug code
by Dan Carpenter
· 14 years ago
3c2c04a
wl12xx: remove redundant debugfs_remove_recursive() call
by Eliad Peller
· 14 years ago
59eb21a
cfg80211: Extend channel to frequency mapping for 802.11j
by Bruno Randolf
· 14 years ago
008d23e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
e8a8b25
Fix spelling mistakes in comments
by Stefan Weil
· 14 years ago
750de29
wl12xx: remove unnecessary import
by Hauke Mehrtens
· 14 years ago
248daa0
wl12xx_sdio_test: rename files to match current style
by Luciano Coelho
· 14 years ago
6742f55
wl12xx: Change TX queue to be per AC
by Juuso Oikarinen
· 14 years ago
17c1755
wl12xx: allow runtime changing of debug_level
by Eliad Peller
· 14 years ago
ea559b4
wl1271: fixed problem with WPS IEs in probe requests
by Guy Eilam
· 14 years ago
c531277
wl12xx: add auto-arp support
by Eliad Peller
· 14 years ago
b69eb80
wl1271_sdio_test: Add module for sdio RX/TX testing
by Roger Quadros
· 14 years ago
fb6a681
wl12xx: disable 11a channels when wl->enable_11a is known
by Luciano Coelho
· 14 years ago
1036dc1
wl12xx: Remove 11j channels from the supported channels list.
by Juuso Oikarinen
· 14 years ago
870c367
wl1271: Add wl1271_load_firmware() and export some functions
by Roger Quadros
· 14 years ago
43a598d
wl12xx: fix illegal memset if debugfs is not enabled
by Luciano Coelho
· 14 years ago
d60080a
wl1271: move wl12xx debugfs directory to under wiphy's debugfs
by Eliad Peller
· 14 years ago
7cb2cea
wl1271: use debugfs_remove_recursive
by Eliad Peller
· 14 years ago
2f6724b
wl1271: Fix setting of the hardware connection monitoring probe-req template
by Juuso Oikarinen
· 14 years ago
573c67c
wl12xx: disable 11a channels when regulatory changes if 11a is not supported
by Luciano Coelho
· 14 years ago
6735329
wl12xx: Fix kernel crash related to hw recovery and interface shutdown
by Juuso Oikarinen
· 14 years ago
b84a7d3
wl12xx: Unset bssid filter, ssid and bssid from firmware on disassoc
by Juuso Oikarinen
· 14 years ago
68d069c
wl1271: add support for HW TX fragmentation
by Arik Nemtsov
· 14 years ago
fa97f46
Revert "wl1271: Change supported channel order for a more optimal scan"
by Juuso Oikarinen
· 14 years ago
b7417d9
wl1271: Prevent ad-hoc and active scanning on 11a DFS frequencies
by Juuso Oikarinen
· 14 years ago
9143302
wl1271: cleanup unused code of calibration structures
by Gery Kahn
· 14 years ago
00d2010
wl1271: Change wl12xx Files Names
by Shahar Levi
· 14 years ago
e4b3fdb
wl1251: use wl12xx_platform_data to pass data
by Grazvydas Ignotas
· 14 years ago
e285a52
wl1271: add recover testmode command
by Eliad Peller
· 14 years ago
ccc83b0
wl1271: handle HW watchdog interrupt
by Eliad Peller
· 14 years ago
03107a4
wl1271: refactor debugfs function generation code
by Eliad Peller
· 14 years ago
71125ab
wl1271: set wl->vif only if add_interface succeeded.
by Eliad Peller
· 14 years ago
f8d9802
wl1271: Check interface state in op_* functions
by Juuso Oikarinen
· 14 years ago
Next »