index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ti
/
wlcore
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-29
wlcore: fix undefined symbols when CONFIG_PM is not defined
Eyal Shapira
3
-1
/
+7
2012-05-16
wlcore: fix some sparse warnings due to missing static declaration
Luciano Coelho
1
-3
/
+4
2012-05-16
wlcore: fix pointer print out in wl1271_acx_set_rx_filter()
Luciano Coelho
1
-2
/
+3
2012-05-15
wlcore/wl12xx: implement better beacon loss handling
Bartosz.Markowski@tieto.com
4
-17
/
+51
2012-05-15
wlcore: fix size of two memset's in wl1271_cmd_build_arp_rsp()
Jesper Juhl
1
-2
/
+2
2012-05-15
wireless: TI wlxxx depends on MAC80211
Randy Dunlap
1
-1
/
+1
2012-05-15
wlcore: fixup an allocation
Dan Carpenter
1
-1
/
+3
2012-05-15
wlcore: release lock on error in wl1271_op_suspend()
Dan Carpenter
1
-0
/
+1
2012-05-15
wl12xx: support wowlan wakeup patterns
Eyal Shapira
2
-7
/
+211
2012-05-15
wlcore: add RX filters driver state mgmt functions
Eyal Shapira
3
-0
/
+43
2012-05-15
wl12xx: add RX filters ACX commands
Eyal Shapira
3
-0
/
+110
2012-05-15
wlcore: add RX filters util functions
Eyal Shapira
2
-0
/
+106
2012-05-15
wlcore: use GFP_KERNEL together with GFP_DMA
Luciano Coelho
2
-2
/
+2
2012-04-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
John W. Linville
37
-0
/
+20950
2012-04-13
Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx
John W. Linville
37
-0
/
+20947
2012-04-12
Merge branch 'wl12xx-next' into for-linville
Luciano Coelho
37
-0
/
+20953
2012-04-12
wlcore/wl12xx: adapt FW status for multiple families
Arik Nemtsov
5
-19
/
+35
2012-04-12
wlcore: add module param to prevent HW recovery
Arik Nemtsov
1
-0
/
+12
2012-04-12
wlcore/wl12xx: move identify firmware function to a lower driver op
Luciano Coelho
3
-26
/
+31
2012-04-12
wlcore: set max_rx_agg_subframes in mac80211 according to HT conf
Arik Nemtsov
1
-1
/
+1
2012-04-12
wlcore/wl12xx: set HT capabilities per chip-family
Arik Nemtsov
2
-18
/
+7
2012-04-12
wlcore/wl12xx: add hw op to get rate-mask for AP-link in STA mode
Arik Nemtsov
3
-1
/
+16
2012-04-12
wlcore/wl12xx: use a single memory config and reset if using wl127x
Luciano Coelho
2
-6
/
+2
2012-04-12
wlcore/wl12xx: move extended radio configuration parameters to wl12xx
Luciano Coelho
1
-21
/
+0
2012-04-12
wlcore/wl12xx: move runtime configuration struct to the lower driver
Luciano Coelho
3
-356
/
+7
2012-04-12
wlcore/wl12xx: expand functionality of cmd_trigger HW op
Arik Nemtsov
2
-2
/
+3
2012-04-12
wlcore/wl12xx: add hw op for vif init
Arik Nemtsov
3
-0
/
+15
2012-04-12
wlcore/wl12xx: add hw_init operation
Luciano Coelho
7
-404
/
+7
2012-04-12
wlcore/wl12xx: turn no-Tx-align quirk into Tx-align
Arik Nemtsov
4
-7
/
+7
2012-04-12
wlcore/wl12xx: split Tx completion to immediate/delayed
Arik Nemtsov
4
-3
/
+20
2012-04-12
wlcore/wl12xx: add hw op for getting rx packet data length
Arik Nemtsov
3
-6
/
+24
2012-04-12
wlcore/wl12xx: add prepare_read hw op for Rx data
Luciano Coelho
3
-29
/
+10
2012-04-12
wlcore/wl12xx: add hw op for getting rx buffer data alignment
Arik Nemtsov
4
-16
/
+35
2012-04-12
wlcore: introduce Rx block-size alignment HW quirk
Arik Nemtsov
3
-14
/
+33
2012-04-12
wlcore/wl12xx: add global elements to convert hw-rates to standard rates
Arik Nemtsov
6
-108
/
+30
2012-04-12
wlcore/wl12xx: add hw op for setting frame length in tx_hw_desc
Arik Nemtsov
3
-32
/
+18
2012-04-12
wlcore/wl12xx: add hw op for setting blocks in hw_tx_desc
Arik Nemtsov
3
-7
/
+17
2012-04-12
wlcore/wl12xx: add hw op for calculating hw block count per packet
Arik Nemtsov
4
-13
/
+46
2012-04-12
wlcore/wl12xx: change GEM Tx-spare blocks per-vif
Arik Nemtsov
6
-22
/
+23
2012-04-12
wlcore/wl12xx: set the number of Tx descriptors per chip family
Arik Nemtsov
5
-11
/
+17
2012-04-12
wlcore/wl12xx: create per-chip-family private storage
Arik Nemtsov
2
-2
/
+16
2012-04-12
wlcore: add quirk to disable ELP
Luciano Coelho
4
-9
/
+17
2012-04-12
wlcore: remove some unnecessary event mailbox address reads
Luciano Coelho
4
-17
/
+12
2012-04-12
wlcore/wl12xx: add quirk for legacy NVS support
Luciano Coelho
2
-21
/
+23
2012-04-12
wlcore/wl12xx: add command trigger and event ack operations
Luciano Coelho
3
-19
/
+12
2012-04-12
wlcore/wl12xx: move MAC address reading operation to lower driver
Luciano Coelho
2
-50
/
+3
2012-04-12
wlcore/wl12xx: move top initialization to wl12xx
Luciano Coelho
6
-434
/
+30
2012-04-12
wlcore/wl12xx: move get_pg_ver to the lower driver
Luciano Coelho
3
-11
/
+3
2012-04-12
wlcore/wl12xx: add chip-specific identify chip operation
Luciano Coelho
7
-65
/
+37
2012-04-12
wlcore/wl12xx: implement chip-specific register tables
Luciano Coelho
19
-738
/
+259
[next]