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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-05
wl18xx: ipmlement ap_rate_mask hw op
Arik Nemtsov
3
-0
/
+30
2012-06-05
wl18xx: send channel type to FW on role start
Arik Nemtsov
2
-1
/
+29
2012-06-05
wlcore: track current channel type per vif
Arik Nemtsov
3
-1
/
+12
2012-06-05
wl18xx: add runtime configuration parameters
Luciano Coelho
3
-28
/
+360
2012-06-05
wlcore/wl18xx: add hw op for Rx HW checksum
Arik Nemtsov
5
-0
/
+26
2012-06-05
wlcore/wl18xx: add hw op for setting Tx HW checksum
Arik Nemtsov
9
-2
/
+108
2012-06-05
wl18xx: add hw_init operation
Luciano Coelho
5
-1
/
+144
2012-06-05
wl18xx: implement immediate Tx completion
Arik Nemtsov
7
-5
/
+178
2012-06-05
wl18xx: implement hw op for getting rx packet data length
Arik Nemtsov
1
-0
/
+12
2012-06-05
wl18xx: implement hw op for getting rx buffer data alignment
Arik Nemtsov
2
-0
/
+16
2012-06-05
wl18xx: set Rx block-size alignment quirk
Arik Nemtsov
1
-1
/
+2
2012-06-05
wl18xx: add fw_status private data
Arik Nemtsov
2
-1
/
+19
2012-06-05
wl18xx: define HW-rate translation elements/tables
Arik Nemtsov
2
-1
/
+124
2012-06-05
wl18xx: implement hw op for setting frame length in tx_hw_desc
Arik Nemtsov
1
-0
/
+14
2012-06-05
wl18xx: implement hw op for setting blocks in hw_tx_desc
Arik Nemtsov
2
-0
/
+24
2012-06-05
wl18xx: implement hw op for calculating hw block count per packet
Arik Nemtsov
1
-0
/
+8
2012-06-05
wl18xx: set normal/GEM Tx spare block counts
Arik Nemtsov
1
-0
/
+5
2012-06-05
wl18xx: set the number of Tx descriptors
Arik Nemtsov
1
-0
/
+1
2012-06-05
wl18xx: create per-chip-family private storage
Arik Nemtsov
1
-1
/
+2
2012-06-05
wl18xx: add trigger command and ack event operations
Luciano Coelho
3
-0
/
+69
2012-06-05
wl18xx: add some boot operations and hw-specific configurations
Luciano Coelho
3
-1
/
+311
2012-06-05
wl18xx: add identify chip operation
Luciano Coelho
1
-3
/
+31
2012-06-05
wl18xx: add register table
Luciano Coelho
2
-0
/
+135
2012-06-05
wl18xx: add partition table
Luciano Coelho
1
-0
/
+35
2012-06-05
wl18xx: add empty operations struct
Luciano Coelho
1
-0
/
+4
2012-06-05
wlcore_sdio/wl18xx: use SDIO revision number to identify wl18xx chips
Luciano Coelho
1
-1
/
+14
2012-06-05
wl18xx: add new module
Luciano Coelho
5
-0
/
+84
2012-05-29
wlcore: fix undefined symbols when CONFIG_PM is not defined
Eyal Shapira
3
-1
/
+7
2012-05-25
wl1251: fix oops on early interrupt
Grazvydas Ignotas
2
-3
/
+2
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
2
-1
/
+2
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-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-1
/
+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
78
-0
/
+34133
2012-04-13
Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx
John W. Linville
78
-0
/
+34130
2012-04-12
Merge branch 'wl12xx-next' into for-linville
Luciano Coelho
78
-0
/
+34142
2012-04-12
wlcore/wl12xx: adapt FW status for multiple families
Arik Nemtsov
6
-19
/
+36
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
4
-26
/
+48
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
3
-18
/
+21
[prev]
[next]