Age | Commit message (Expand) | Author | Files | Lines |
2012-08-06 | mwifiex: improve scan delay logic during Tx traffic | Amitkumar Karwar | 3 | -45/+64 |
2012-08-06 | mwifiex: update max_chan_per_scan correctly for SSID scan | Amitkumar Karwar | 1 | -0/+2 |
2012-08-06 | mwifiex: do le_to_cpu conversion for Rx packet header elements | Amitkumar Karwar | 2 | -24/+22 |
2012-08-06 | mwifiex: correction in MSDU padding logic | Yogesh Ashok Powar | 1 | -2/+2 |
2012-08-06 | mwifiex: remove extra padding to AMSDU | Yogesh Ashok Powar | 1 | -1/+0 |
2012-08-06 | mwifiex: copy MSDU subframes correctly | Yogesh Ashok Powar | 1 | -6/+3 |
2012-08-06 | ath9k: fix indentation in ar9003_hw_set_power_per_rate_table | Gabor Juhos | 1 | -74/+69 |
2012-08-06 | ath9k: optimize power level initialization for CTL_[25]GHT20 | Gabor Juhos | 1 | -7/+1 |
2012-08-06 | carl9170: Add support for NL80211_IFTYPE_MESH_POINT interfaces | Javier Lopez | 4 | -2/+6 |
2012-08-06 | b43: N-PHY: add overriding RF control for rev7+ | Rafał Miłecki | 3 | -4/+129 |
2012-08-06 | b43: be more user friendly with PHY info | Rafał Miłecki | 2 | -5/+36 |
2012-08-06 | b43: N-PHY: init 0x2057 radio | Rafał Miłecki | 4 | -2/+712 |
2012-08-06 | b43: N-PHY: finish 0x2056 radio setup | Rafał Miłecki | 2 | -6/+90 |
2012-08-06 | b43: add helper waiting for given value in radio reg | Rafał Miłecki | 3 | -11/+22 |
2012-08-06 | b43: rename host flags defines | Rafał Miłecki | 3 | -10/+12 |
2012-08-06 | p54pci: convert driver to use asynchronous firmware loading | Larry Finger | 2 | -26/+63 |
2012-08-06 | b43: N-PHY: add PHY rev7+ workarounds | Rafał Miłecki | 1 | -2/+326 |
2012-08-06 | b43: N-PHY: update workarounds | Rafał Miłecki | 1 | -16/+30 |
2012-08-06 | brcmsmac: use ieee80211_channel_to_frequency | Johannes Berg | 2 | -14/+4 |
2012-08-06 | Bluetooth: Refactor in hci_le_conn_complete_evt | Andre Guedes | 1 | -13/+9 |
2012-08-06 | Bluetooth: Lookup hci_conn in hci_le_conn_complete_evt | Andre Guedes | 1 | -2/+2 |
2012-08-06 | Bluetooth: Find hci_conn by BT_CONNECT state | Andre Guedes | 1 | -8/+3 |
2012-08-06 | Bluetooth: Refactor hci_cs_le_create_conn | Andre Guedes | 1 | -14/+16 |
2012-08-06 | Bluetooth: Remove unneeded code | Andre Guedes | 1 | -10/+0 |
2012-08-06 | Bluetooth: Fix hci_le_conn_complete_evt | Andre Guedes | 2 | -0/+7 |
2012-08-06 | Bluetooth: Trivial refactoring | Andre Guedes | 1 | -2/+1 |
2012-08-06 | Bluetooth: Use devm_kzalloc in dtl1_cs.c file | Sachin Kamat | 1 | -2/+1 |
2012-08-06 | Bluetooth: Use devm_kzalloc in btwilink.c file | Sachin Kamat | 1 | -6/+2 |
2012-08-06 | Bluetooth: Use devm_kzalloc in btusb.c file | Sachin Kamat | 1 | -10/+3 |
2012-08-06 | Bluetooth: Use devm_kzalloc in btuart_cs.c file | Sachin Kamat | 1 | -4/+1 |
2012-08-06 | Bluetooth: Use devm_kzalloc in btsdio.c file | Sachin Kamat | 1 | -6/+2 |
2012-08-06 | Bluetooth: Use devm_kzalloc in btmrvl_sdio.c file | Sachin Kamat | 1 | -11/+4 |
2012-08-06 | Bluetooth: Use devm_kzalloc in bt3c_cs.c file | Sachin Kamat | 1 | -4/+1 |
2012-08-06 | Bluetooth: Use devm_kzalloc in bpa10x.c file | Sachin Kamat | 1 | -6/+2 |
2012-08-06 | Bluetooth: Use devm_kzalloc in bluecard_cs.c file | Sachin Kamat | 1 | -4/+1 |
2012-08-06 | Bluetooth: Use devm_kzalloc in bfusb.c file | Sachin Kamat | 1 | -8/+4 |
2012-08-06 | Bluetooth: Use devm_kzalloc in bcm203x.c file. | Sachin Kamat | 1 | -7/+1 |
2012-08-06 | Bluetooth: Added /proc/net/sco via bt_procfs_init() | Masatake YAMATO | 1 | -0/+9 |
2012-08-06 | Bluetooth: Added /proc/net/rfcomm via bt_procfs_init() | Masatake YAMATO | 1 | -2/+12 |
2012-08-06 | Bluetooth: Added /proc/net/l2cap via bt_procfs_init() | Masatake YAMATO | 1 | -2/+18 |
2012-08-06 | Bluetooth: Added /proc/net/hidp via bt_procfs_init() | Masatake YAMATO | 1 | -1/+21 |
2012-08-06 | Bluetooth: Added /proc/net/hci via bt_procfs_init() | Masatake YAMATO | 1 | -2/+11 |
2012-08-06 | Bluetooth: Added /proc/net/cmtp via bt_procfs_init() | Masatake YAMATO | 1 | -2/+21 |
2012-08-06 | Bluetooth: Added /proc/net/bnep via bt_procfs_init() | Masatake YAMATO | 1 | -2/+20 |
2012-08-06 | Bluetooth: /proc/net/ entries for bluetooth protocols | Masatake YAMATO | 2 | -0/+151 |
2012-08-06 | Bluetooth: Free the l2cap channel list only when refcount is zero | Jaganath Kanakkassery | 4 | -6/+7 |
2012-08-06 | Bluetooth: Move l2cap_chan_hold/put to l2cap_core.c | Jaganath Kanakkassery | 2 | -14/+17 |
2012-08-06 | Bluetooth: Remove locking in hci_user_passkey_request_evt | Andre Guedes | 1 | -4/+0 |
2012-08-06 | Bluetooth: Make connect / disconnect cfm functions return void | Andrei Emeltchenko | 3 | -13/+8 |
2012-08-06 | Bluetooth: Use lmp_no_flush_capable where applicable | Andre Guedes | 1 | -1/+1 |