| Commit message (Expand) | Author | Age | Files | Lines |
* | brcmfmac: only use ifidx from BDC header in brcmf_rx_frames() | Arend van Spriel | 2013-04-08 | 3 | -14/+7 |
* | brcmfmac: obtain wdev using vif object in action frame rx | Arend van Spriel | 2013-04-08 | 1 | -1/+2 |
* | brcmfmac: fix reception of P2P probe requests on P2P_DEVICE interface | Arend van Spriel | 2013-04-08 | 2 | -3/+8 |
* | brcmfmac: wait for firmware event when creating P2P_DEVICE interface | Arend van Spriel | 2013-04-08 | 4 | -35/+55 |
* | brcmfmac: support creation of P2P_DEVICE through user-space | Arend van Spriel | 2013-04-08 | 2 | -11/+143 |
* | brcmfmac: use struct brcmf_if instance iso netdevice in escan functions | Arend van Spriel | 2013-04-08 | 3 | -52/+42 |
* | brcmfmac: use struct brcmf_if instance as parameter in brcmf_set_mpc() | Arend van Spriel | 2013-04-08 | 3 | -19/+20 |
* | brcmfmac: remove use of unconditional access of struct wireless_dev::netdev | Arend van Spriel | 2013-04-08 | 1 | -6/+4 |
* | brcmfmac: remove condition for calling event handler | Arend van Spriel | 2013-04-08 | 1 | -1/+1 |
* | brcmfmac: add role attribute to struct brcmf_if_event definition | Arend van Spriel | 2013-04-08 | 2 | -3/+4 |
* | brcmfmac: add hexadecimal trace of message payload | Arend van Spriel | 2013-04-08 | 6 | -0/+19 |
* | brcmfmac: firmware shared data version fix | Piotr Haber | 2013-04-08 | 1 | -2/+2 |
* | brcmfmac: read firmware console without trap indication | Piotr Haber | 2013-04-08 | 1 | -16/+14 |
* | brcmfmac: handle firmware signals requesting for packets | Arend van Spriel | 2013-04-08 | 2 | -2/+29 |
* | brcmfmac: handle firmware signalling destination entry state | Arend van Spriel | 2013-04-08 | 3 | -7/+79 |
* | brcmfmac: fix unaligned access in TXSTATUS signal handling | Arend van Spriel | 2013-04-08 | 1 | -1/+3 |
* | mwifiex: hold proper locks when accessing ra_list / bss_prio lists | Andreas Fenkart | 2013-04-08 | 1 | -26/+29 |
* | mwifiex: fix infinite loop by removing NO_PKT_PRIO_TID | Andreas Fenkart | 2013-04-08 | 2 | -8/+6 |
* | mwifiex: remove unused tid_tbl_lock from mwifiex_tid_tbl | Andreas Fenkart | 2013-04-08 | 3 | -9/+5 |
* | mwifiex: correct wrong list in list_empty check | Andreas Fenkart | 2013-04-08 | 1 | -2/+1 |
* | rtlwifi: rtl8188ee: Fix allyesconfig build failures | Larry Finger | 2013-04-08 | 5 | -32/+22 |
* | rtlwifi: rtl8188ee: Fix linker warnings | Larry Finger | 2013-04-08 | 1 | -1/+1 |
* | ath9k: add support for DFS master mode | Zefir Kurtisi | 2013-04-08 | 5 | -7/+36 |
* | ath9k: add debugfs based DFS radar simulation | Zefir Kurtisi | 2013-04-08 | 1 | -0/+20 |
* | ath9k: add interface combinations for DFS master | Zefir Kurtisi | 2013-04-08 | 1 | -8/+24 |
* | ath: Let user know which keycache method is complaining. | Ben Greear | 2013-04-08 | 1 | -3/+6 |
* | mwifiex: fix negative cmd_pending count | Bing Zhao | 2013-04-08 | 6 | -16/+29 |
* | brcmfmac: enable sk_buff queueing when credits deplete | Arend van Spriel | 2013-04-03 | 3 | -60/+627 |
* | brcmfmac: no flow-control tlv signals when fcmode is NONE | Arend van Spriel | 2013-04-03 | 1 | -6/+6 |
* | brcmfmac: only allocate firmware-signalling resources if required | Arend van Spriel | 2013-04-03 | 2 | -7/+10 |
* | brcmfmac: move brcmf_fws_{de,}init() functions | Arend van Spriel | 2013-04-03 | 1 | -68/+68 |
* | brcmfmac: correct specified length from FIFOCREDITBACK signal | Arend van Spriel | 2013-04-03 | 1 | -1/+1 |
* | brcmfmac: initialize struct brcmf_fws_info fields before iovar | Arend van Spriel | 2013-04-03 | 1 | -4/+4 |
* | brcmfmac: add dedicated log level for low-level sdio debugging | Arend van Spriel | 2013-04-03 | 4 | -62/+63 |
* | brcmfmac: avoid error output on header only packet | Piotr Haber | 2013-04-03 | 1 | -2/+2 |
* | brcmfmac: avoid error output in receive path | Arend van Spriel | 2013-04-03 | 1 | -3/+3 |
* | brcmfmac: fix handling sk_buff cleanup upon bus tx failure | Arend van Spriel | 2013-04-03 | 3 | -14/+33 |
* | brcmfmac: enable tx status signalling | Arend van Spriel | 2013-04-03 | 5 | -87/+455 |
* | brcmfmac: add flow-control mode to firmware signalling | Arend van Spriel | 2013-04-03 | 4 | -11/+41 |
* | brcmfmac: add optional bus callback definition for tx queue cleanup | Arend van Spriel | 2013-04-03 | 3 | -3/+56 |
* | brcmfmac: add firmware-signalling hanger functions | Arend van Spriel | 2013-04-03 | 1 | -0/+197 |
* | brcmfmac: perform filtered firmware-signalling cleanup upon DEL_IF | Arend van Spriel | 2013-04-03 | 1 | -2/+13 |
* | brcmfmac: add definitions for handling sk_buff control buffer data | Arend van Spriel | 2013-04-03 | 1 | -33/+107 |
* | brcmfmac: allow stopping netif queue for different reasons | Arend van Spriel | 2013-04-03 | 2 | -8/+38 |
* | brcmfmac: add firmware-signalling cleanup function | Arend van Spriel | 2013-04-03 | 1 | -5/+46 |
* | brcmfmac: add handler for credit map firmware events | Arend van Spriel | 2013-04-03 | 1 | -0/+24 |
* | brcmfmac: handle firmware signal for updating mac descriptor info | Arend van Spriel | 2013-04-03 | 3 | -15/+112 |
* | brcmfmac: hookup firmware signalling to firmware interface events | Arend van Spriel | 2013-04-03 | 5 | -61/+148 |
* | brcmfmac: determine the wiphy->bands property correctly. | Hante Meuleman | 2013-04-03 | 3 | -82/+278 |
* | brcmfmac: use skb_cow() in brcmf_sdbrcm_txpkt() to assure alignment | Arend van Spriel | 2013-04-03 | 1 | -19/+6 |