aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti
AgeCommit message (Expand)AuthorFilesLines
2012-06-05wl18xx: ipmlement ap_rate_mask hw opArik Nemtsov3-0/+30
2012-06-05wl18xx: send channel type to FW on role startArik Nemtsov2-1/+29
2012-06-05wlcore: track current channel type per vifArik Nemtsov3-1/+12
2012-06-05wl18xx: add runtime configuration parametersLuciano Coelho3-28/+360
2012-06-05wlcore/wl18xx: add hw op for Rx HW checksumArik Nemtsov5-0/+26
2012-06-05wlcore/wl18xx: add hw op for setting Tx HW checksumArik Nemtsov9-2/+108
2012-06-05wl18xx: add hw_init operationLuciano Coelho5-1/+144
2012-06-05wl18xx: implement immediate Tx completionArik Nemtsov7-5/+178
2012-06-05wl18xx: implement hw op for getting rx packet data lengthArik Nemtsov1-0/+12
2012-06-05wl18xx: implement hw op for getting rx buffer data alignmentArik Nemtsov2-0/+16
2012-06-05wl18xx: set Rx block-size alignment quirkArik Nemtsov1-1/+2
2012-06-05wl18xx: add fw_status private dataArik Nemtsov2-1/+19
2012-06-05wl18xx: define HW-rate translation elements/tablesArik Nemtsov2-1/+124
2012-06-05wl18xx: implement hw op for setting frame length in tx_hw_descArik Nemtsov1-0/+14
2012-06-05wl18xx: implement hw op for setting blocks in hw_tx_descArik Nemtsov2-0/+24
2012-06-05wl18xx: implement hw op for calculating hw block count per packetArik Nemtsov1-0/+8
2012-06-05wl18xx: set normal/GEM Tx spare block countsArik Nemtsov1-0/+5
2012-06-05wl18xx: set the number of Tx descriptorsArik Nemtsov1-0/+1
2012-06-05wl18xx: create per-chip-family private storageArik Nemtsov1-1/+2
2012-06-05wl18xx: add trigger command and ack event operationsLuciano Coelho3-0/+69
2012-06-05wl18xx: add some boot operations and hw-specific configurationsLuciano Coelho3-1/+311
2012-06-05wl18xx: add identify chip operationLuciano Coelho1-3/+31
2012-06-05wl18xx: add register tableLuciano Coelho2-0/+135
2012-06-05wl18xx: add partition tableLuciano Coelho1-0/+35
2012-06-05wl18xx: add empty operations structLuciano Coelho1-0/+4
2012-06-05wlcore_sdio/wl18xx: use SDIO revision number to identify wl18xx chipsLuciano Coelho1-1/+14
2012-06-05wl18xx: add new moduleLuciano Coelho5-0/+84
2012-05-29wlcore: fix undefined symbols when CONFIG_PM is not definedEyal Shapira3-1/+7
2012-05-25wl1251: fix oops on early interruptGrazvydas Ignotas2-3/+2
2012-05-16wlcore: fix some sparse warnings due to missing static declarationLuciano Coelho1-3/+4
2012-05-16wlcore: fix pointer print out in wl1271_acx_set_rx_filter()Luciano Coelho1-2/+3
2012-05-15wlcore/wl12xx: implement better beacon loss handlingBartosz.Markowski@tieto.com4-17/+51
2012-05-15wlcore: fix size of two memset's in wl1271_cmd_build_arp_rsp()Jesper Juhl1-2/+2
2012-05-15wireless: TI wlxxx depends on MAC80211Randy Dunlap2-1/+2
2012-05-15wlcore: fixup an allocationDan Carpenter1-1/+3
2012-05-15wlcore: release lock on error in wl1271_op_suspend()Dan Carpenter1-0/+1
2012-05-15wl12xx: support wowlan wakeup patternsEyal Shapira2-7/+211
2012-05-15wlcore: add RX filters driver state mgmt functionsEyal Shapira3-0/+43
2012-05-15wl12xx: add RX filters ACX commandsEyal Shapira3-0/+110
2012-05-15wlcore: add RX filters util functionsEyal Shapira2-0/+106
2012-05-15wlcore: use GFP_KERNEL together with GFP_DMALuciano Coelho2-2/+2
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+2
2012-04-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville78-0/+34133
2012-04-13Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xxJohn W. Linville78-0/+34130
2012-04-12Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho78-0/+34142
2012-04-12wlcore/wl12xx: adapt FW status for multiple familiesArik Nemtsov6-19/+36
2012-04-12wlcore: add module param to prevent HW recoveryArik Nemtsov1-0/+12
2012-04-12wlcore/wl12xx: move identify firmware function to a lower driver opLuciano Coelho4-26/+48
2012-04-12wlcore: set max_rx_agg_subframes in mac80211 according to HT confArik Nemtsov1-1/+1
2012-04-12wlcore/wl12xx: set HT capabilities per chip-familyArik Nemtsov3-18/+21