summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ti
AgeCommit message (Expand)AuthorFilesLines
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-16wlcore/wl12xx: implement better beacon loss handlingBartosz.Markowski@tieto.com4-17/+51
2012-05-16wlcore: fix size of two memset's in wl1271_cmd_build_arp_rsp()Jesper Juhl1-2/+2
2012-05-16wireless: TI wlxxx depends on MAC80211Randy Dunlap2-1/+2
2012-05-16wlcore: fixup an allocationDan Carpenter1-1/+3
2012-05-16wlcore: release lock on error in wl1271_op_suspend()Dan Carpenter1-0/+1
2012-05-16wl12xx: support wowlan wakeup patternsEyal Shapira2-7/+211
2012-05-16wlcore: add RX filters driver state mgmt functionsEyal Shapira3-0/+43
2012-05-16wl12xx: add RX filters ACX commandsEyal Shapira3-0/+110
2012-05-16wlcore: add RX filters util functionsEyal Shapira2-0/+106
2012-05-16wlcore: use GFP_KERNEL together with GFP_DMALuciano Coelho2-2/+2
2012-05-08Merge 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/linvil...John W. Linville78-0/+34133
2012-04-13Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John 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
2012-04-12wlcore/wl12xx: add hw op to get rate-mask for AP-link in STA modeArik Nemtsov4-1/+23
2012-04-12wlcore/wl12xx: use a single memory config and reset if using wl127xLuciano Coelho4-17/+41
2012-04-12wlcore/wl12xx: move extended radio configuration parameters to wl12xxLuciano Coelho6-35/+86
2012-04-12wlcore/wl12xx: move runtime configuration struct to the lower driverLuciano Coelho4-356/+352
2012-04-12wlcore/wl12xx: expand functionality of cmd_trigger HW opArik Nemtsov3-3/+6
2012-04-12wlcore/wl12xx: add hw op for vif initArik Nemtsov4-0/+16
2012-04-12wlcore/wl12xx: add hw_init operationLuciano Coelho13-405/+499
2012-04-12wlcore/wl12xx: turn no-Tx-align quirk into Tx-alignArik Nemtsov5-12/+15
2012-04-12wlcore/wl12xx: split Tx completion to immediate/delayedArik Nemtsov5-3/+30
2012-04-12wlcore/wl12xx: add hw op for getting rx packet data lengthArik Nemtsov4-6/+38
2012-04-12wlcore/wl12xx: add prepare_read hw op for Rx dataLuciano Coelho4-29/+42
2012-04-12wlcore/wl12xx: add hw op for getting rx buffer data alignmentArik Nemtsov5-16/+46
2012-04-12wlcore: introduce Rx block-size alignment HW quirkArik Nemtsov3-14/+33
2012-04-12wlcore/wl12xx: add global elements to convert hw-rates to standard ratesArik Nemtsov7-108/+123
2012-04-12wlcore/wl12xx: add hw op for setting frame length in tx_hw_descArik Nemtsov4-32/+54
2012-04-12wlcore/wl12xx: add hw op for setting blocks in hw_tx_descArik Nemtsov4-14/+37
2012-04-12wlcore/wl12xx: add hw op for calculating hw block count per packetArik Nemtsov5-13/+57
2012-04-12wlcore/wl12xx: change GEM Tx-spare blocks per-vifArik Nemtsov7-22/+29
2012-04-12wlcore/wl12xx: set the number of Tx descriptors per chip familyArik Nemtsov6-11/+18
2012-04-12wlcore/wl12xx: create per-chip-family private storageArik Nemtsov3-3/+21
2012-04-12wlcore: add quirk to disable ELPLuciano Coelho4-9/+17
2012-04-12wlcore: remove some unnecessary event mailbox address readsLuciano Coelho4-17/+12
2012-04-12wlcore/wl12xx: add quirk for legacy NVS supportLuciano Coelho3-23/+27
2012-04-12wlcore/wl12xx: add command trigger and event ack operationsLuciano Coelho5-19/+40
2012-04-12wlcore/wl12xx: move MAC address reading operation to lower driverLuciano Coelho3-50/+55
2012-04-12wlcore/wl12xx: move top initialization to wl12xxLuciano Coelho8-448/+425
2012-04-12wlcore/wl12xx: move get_pg_ver to the lower driverLuciano Coelho4-11/+17