Age | Commit message (Expand) | Author | Files | Lines |
2013-04-23 | brcmfmac: add credit borrowing mechanism | Arend van Spriel | 1 | -8/+87 |
2013-04-23 | brcmfmac: correct error handling in brcmf_fws_init() | Arend van Spriel | 2 | -9/+24 |
2013-04-23 | brcmfmac: flush queue upon MACDESC_DEL firmware signal | Arend van Spriel | 1 | -2/+3 |
2013-04-23 | brcmfmac: support critical protocol API for DHCP | Piotr Haber | 5 | -1/+576 |
2013-04-23 | brcmfmac: allow scanning to be suppressed in the driver | Arend van Spriel | 2 | -1/+13 |
2013-04-23 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -6/+1 |
2013-04-22 | brcmfmac: fix potential NULL pointer dereference in brcmf_fws_flow_control_ch... | Wei Yongjun | 1 | -2/+3 |
2013-04-22 | brcmfmac: stop dequeue upon sk_buff commit failure | Arend van Spriel | 1 | -3/+2 |
2013-04-22 | brcmfmac: change return type for brcmf_rollback_toq() to void | Arend van Spriel | 1 | -3/+2 |
2013-04-22 | brcmfmac: finalize transmit upon any rollback failure | Arend van Spriel | 1 | -3/+3 |
2013-04-22 | brcmfmac: use lock in brcmf_fws_del_interface() | Arend van Spriel | 1 | -0/+3 |
2013-04-22 | brcmfmac: schedule dequeue upon firmware-signal reception | Arend van Spriel | 1 | -12/+24 |
2013-04-22 | brcmfmac: destination mac closed when interface is closed | Arend van Spriel | 1 | -3/+14 |
2013-04-22 | brcmfmac: remove error message upon allocation failure | Arend van Spriel | 1 | -3/+1 |
2013-04-22 | brcmfmac: check memory allocation in brcmf_add_if() | Arend van Spriel | 1 | -0/+2 |
2013-04-22 | brcmfmac: reinitialize dequeue mask per node | Arend van Spriel | 1 | -1/+3 |
2013-04-12 | brcmfmac: remove ifidx variable from brcmf_fws_process_skb() | Arend van Spriel | 1 | -3/+2 |
2013-04-12 | brcmfmac: rename brcmf_fws_mac_desc_ready() | Arend van Spriel | 1 | -18/+13 |
2013-04-12 | brcmfmac: pass ifp pointer in brcmf_fws_find_mac_desc() | Arend van Spriel | 1 | -8/+5 |
2013-04-12 | brcmfmac: obtain iftype for firmware-signal descriptor lookup | Arend van Spriel | 3 | -3/+17 |
2013-04-12 | brcmfmac: define and use platform specific data for SDIO. | Hante Meuleman | 4 | -178/+126 |
2013-04-12 | brcmfmac: Add drive strength programming for SDIO 43143. | Hante Meuleman | 1 | -19/+34 |
2013-04-12 | brcmfmac: Add 43143 SDIO support. | Hante Meuleman | 3 | -0/+30 |
2013-04-12 | brcmfmac: add BCM4335 sdio interface support | Franky Lin | 3 | -0/+18 |
2013-04-12 | brcmfmac: setup SDIO reset behavior | Piotr Haber | 2 | -7/+33 |
2013-04-12 | brcmfmac: add support for dongle ARM CR4 core | Franky Lin | 3 | -25/+146 |
2013-04-12 | brcmfmac: adopt new d11 interface | Franky Lin | 4 | -115/+125 |
2013-04-12 | brcmfmac: move chip download state code to sdio_chip.c | Franky Lin | 3 | -199/+241 |
2013-04-12 | brcmfmac: aggregate dongle ram access interface | Franky Lin | 3 | -114/+96 |
2013-04-12 | brcmfmac: support save&restore firmware feature | Piotr Haber | 2 | -14/+270 |
2013-04-10 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2 | -24/+28 |
2013-04-08 | brcmfmac: only use ifidx from BDC header in brcmf_rx_frames() | Arend van Spriel | 3 | -14/+7 |
2013-04-08 | brcmfmac: obtain wdev using vif object in action frame rx | Arend van Spriel | 1 | -1/+2 |
2013-04-08 | brcmfmac: fix reception of P2P probe requests on P2P_DEVICE interface | Arend van Spriel | 2 | -3/+8 |
2013-04-08 | brcmfmac: wait for firmware event when creating P2P_DEVICE interface | Arend van Spriel | 4 | -35/+55 |
2013-04-08 | brcmfmac: support creation of P2P_DEVICE through user-space | Arend van Spriel | 2 | -11/+143 |
2013-04-08 | brcmfmac: use struct brcmf_if instance iso netdevice in escan functions | Arend van Spriel | 3 | -52/+42 |
2013-04-08 | brcmfmac: use struct brcmf_if instance as parameter in brcmf_set_mpc() | Arend van Spriel | 3 | -19/+20 |
2013-04-08 | brcmfmac: remove use of unconditional access of struct wireless_dev::netdev | Arend van Spriel | 1 | -6/+4 |
2013-04-08 | brcmfmac: remove condition for calling event handler | Arend van Spriel | 1 | -1/+1 |
2013-04-08 | brcmfmac: add role attribute to struct brcmf_if_event definition | Arend van Spriel | 2 | -3/+4 |
2013-04-08 | brcmfmac: add hexadecimal trace of message payload | Arend van Spriel | 6 | -0/+19 |
2013-04-08 | brcmfmac: firmware shared data version fix | Piotr Haber | 1 | -2/+2 |
2013-04-08 | brcmfmac: read firmware console without trap indication | Piotr Haber | 1 | -16/+14 |
2013-04-08 | brcmfmac: handle firmware signals requesting for packets | Arend van Spriel | 2 | -2/+29 |
2013-04-08 | brcmfmac: handle firmware signalling destination entry state | Arend van Spriel | 3 | -7/+79 |
2013-04-08 | brcmfmac: fix unaligned access in TXSTATUS signal handling | Arend van Spriel | 1 | -1/+3 |
2013-04-08 | brcmfmac: remove advertising P2P device support | Arend van Spriel | 1 | -6/+1 |
2013-04-03 | brcmfmac: enable sk_buff queueing when credits deplete | Arend van Spriel | 3 | -60/+627 |
2013-04-03 | brcmfmac: no flow-control tlv signals when fcmode is NONE | Arend van Spriel | 1 | -6/+6 |