| Commit message (Expand) | Author | Age | Files | Lines |
* | wireless: Convert wiphy_debug macro to function | Joe Perches | 2010-07-27 | 2 | -2/+52 |
* | drivers/net/wireless/at76c50x-usb.c: Neaten macros | Joe Perches | 2010-07-27 | 1 | -16/+13 |
* | drivers/net/wireless: Use wiphy_<level> | Joe Perches | 2010-07-27 | 22 | -464/+398 |
* | include/net/cfg80211.h: Add wiphy_<level> printk equivalents | Joe Perches | 2010-07-27 | 1 | -1/+63 |
* | libertas: remove unused cmd_pending waitq | Dan Williams | 2010-07-27 | 2 | -9/+0 |
* | libertas: rename lbs_get_cmd_ctrl_node() to lbs_get_free_cmd_node() | Dan Williams | 2010-07-27 | 1 | -4/+2 |
* | libertas: kill unused lbs_prepare_and_send_command() | Dan Williams | 2010-07-27 | 4 | -146/+9 |
* | libertas: convert DEEP_SLEEP timer to a direct command | Dan Williams | 2010-07-27 | 2 | -12/+8 |
* | libertas: convert PS_MODE to a direct command | Dan Williams | 2010-07-27 | 7 | -126/+95 |
* | libertas: remove unused indirect command response handler | Dan Williams | 2010-07-27 | 1 | -24/+1 |
* | libertas: convert CMD_FWT_ACCESS to a direct command | Dan Williams | 2010-07-27 | 5 | -34/+26 |
* | libertas: convert Mesh Blinding Table access to a direct command | Dan Williams | 2010-07-27 | 5 | -46/+158 |
* | libertas: convert register access to direct commands | Dan Williams | 2010-07-27 | 6 | -180/+94 |
* | libertas: convert LED_GPIO_CTRL to a direct command | Dan Williams | 2010-07-27 | 1 | -3/+2 |
* | libertas: remove Beacon Control | Dan Williams | 2010-07-27 | 4 | -11/+2 |
* | libertas: remove unused Automatic Frequency Control command | Dan Williams | 2010-07-27 | 3 | -23/+3 |
* | libertas: remove unused indirect TPC_CFG command leftovers | Dan Williams | 2010-07-27 | 3 | -20/+0 |
* | libertas: convert 11D_DOMAIN_INFO to a direct command | Dan Williams | 2010-07-27 | 7 | -238/+139 |
* | libertas: clean up RSSI command | Dan Williams | 2010-07-27 | 8 | -77/+51 |
* | libertas: clean up MONITOR_MODE command | Dan Williams | 2010-07-27 | 4 | -72/+33 |
* | rt2500usb: disallow to set WEP key with non zero index | Stanislaw Gruszka | 2010-07-27 | 1 | -0/+8 |
* | rt2500usb: truly disable encryption when initialize | Stanislaw Gruszka | 2010-07-27 | 1 | -0/+1 |
* | rt2500usb: write keys to proper registers | Stanislaw Gruszka | 2010-07-27 | 1 | -1/+1 |
* | ath9k: remove unused base_index from rate table. | Senthil Balasubramanian | 2010-07-27 | 2 | -161/+160 |
* | ath9k: Fix incorrect user ratekbs of MCS15 ShortGI | Senthil Balasubramanian | 2010-07-27 | 1 | -1/+1 |
* | ath9k: Add three stream rate control support for AR938X. | Senthil Balasubramanian | 2010-07-27 | 2 | -225/+366 |
* | ath9k: Introduce bit masks for valid and valid_single_stream. | Senthil Balasubramanian | 2010-07-27 | 2 | -145/+153 |
* | mac80211: Fix key freeing to handle unlinked keys | Jouni Malinen | 2010-07-27 | 4 | -12/+12 |
* | p54: Added get_survey callback in order to get channel noise | John W. Linville | 2010-07-27 | 1 | -0/+17 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma... | John W. Linville | 2010-07-27 | 4739 | -139657/+325184 |
|\ |
|
| * | Bluetooth: Support for Atheros AR300x serial chip | Suraj Sumangala | 2010-07-21 | 5 | -1/+261 |
| * | Bluetooth: Use __packed annotation for drivers | Gustavo F. Padovan | 2010-07-21 | 4 | -5/+5 |
| * | Bluetooth: Use __packed annotation | Gustavo F. Padovan | 2010-07-21 | 4 | -113/+113 |
| * | Bluetooth: Enable L2CAP Extended features by default | Gustavo F. Padovan | 2010-07-21 | 1 | -9/+9 |
| * | Bluetooth: Fix typo in hci_event.c | Gustavo F. Padovan | 2010-07-21 | 1 | -2/+2 |
| * | Bluetooth: Move bit-field variable in USB driver to data->flags | Gustavo F. Padovan | 2010-07-21 | 1 | -6/+4 |
| * | Bluetooth: Add Google's copyright to L2CAP | Gustavo F. Padovan | 2010-07-21 | 2 | -0/+2 |
| * | Bluetooth: Implemented HCI frame reassembly for RX from stream | Suraj Sumangala | 2010-07-21 | 2 | -0/+36 |
| * | Bluetooth: Modified hci_recv_fragment() to use hci_reassembly helper | Suraj Sumangala | 2010-07-21 | 1 | -74/+11 |
| * | Bluetooth: Implement hci_reassembly helper to reassemble RX packets | Suraj Sumangala | 2010-07-21 | 2 | -0/+110 |
| * | Bluetooth: Add one more buffer for HCI stream reassembly | Suraj Sumangala | 2010-07-21 | 2 | -5/+5 |
| * | Bluetooth: Added support for controller shipped with iMac i5 | Cyril Lacoux | 2010-07-21 | 1 | -0/+3 |
| * | Bluetooth: Update L2CAP version information | Gustavo F. Padovan | 2010-07-21 | 1 | -1/+1 |
| * | Bluetooth: Add Copyright notice to L2CAP | Gustavo F. Padovan | 2010-07-21 | 2 | -0/+2 |
| * | Bluetooth: Remove unnecessary casts of private_data in drivers | Joe Perches | 2010-07-21 | 1 | -1/+1 |
| * | Bluetooth: Add HCIUARTSETFLAGS and HCIUARTGETFLAGS ioctls | Johan Hedberg | 2010-07-21 | 3 | -1/+20 |
| * | Bluetooth: Keep code under column 80 | Gustavo F. Padovan | 2010-07-21 | 1 | -21/+25 |
| * | Bluetooth: Fix bug in kzalloc allocation size | Gustavo F. Padovan | 2010-07-21 | 1 | -1/+1 |
| * | Bluetooth: Add missing HCIUARTGETDEVICE ioctl to compat_ioctl.c | Johan Hedberg | 2010-07-21 | 1 | -2/+3 |
| * | Bluetooth: Send ConfigReq after send a ConnectionRsp | Gustavo F. Padovan | 2010-07-21 | 1 | -3/+41 |