| Commit message (Expand) | Author | Age | Files | Lines |
* | b43: LCN-PHY add place for new PHY support | Rafał Miłecki | 2011-07-08 | 7 | -0/+125 |
* | b43: read radio ID on new cores | Rafał Miłecki | 2011-07-08 | 1 | -1/+13 |
* | b43: use radio ID reading code to older cores only | Rafał Miłecki | 2011-07-08 | 1 | -15/+23 |
* | b43: select BLOCKIO for BCMA | Rafał Miłecki | 2011-07-08 | 1 | -0/+6 |
* | b43: change selecting ucode for newer cores | Rafał Miłecki | 2011-07-08 | 1 | -9/+17 |
* | b43: bus: add helpers for getting/setting wldev from/in bus core | Rafał Miłecki | 2011-07-08 | 3 | -3/+35 |
* | b43: handle BCMA in bus switches | Rafał Miłecki | 2011-07-08 | 2 | -0/+90 |
* | b43: use switches for SSB specific code | Rafał Miłecki | 2011-07-08 | 5 | -57/+139 |
* | mac80211: fix TKIP races, make API easier to use | Johannes Berg | 2011-07-08 | 3 | -6/+3 |
* | b43: implement BCMA bus ops | Rafał Miłecki | 2011-07-08 | 3 | -0/+110 |
* | b43: make b43_wireless_init bus generic | Rafał Miłecki | 2011-07-08 | 1 | -4/+4 |
* | Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 2011-07-08 | 17 | -144/+414 |
|\ |
|
| * | wl12xx: start/stop queues according to global per-AC counters | Arik Nemtsov | 2011-07-08 | 6 | -24/+51 |
| * | wl12xx: always initialize AP-mode max power level | Arik Nemtsov | 2011-07-05 | 3 | -1/+9 |
| * | wl12xx: initialize max_power levels for 11a channels | Arik Nemtsov | 2011-07-05 | 1 | -34/+34 |
| * | wl12xx: implement cancel_hw_scan() callback | Eliad Peller | 2011-07-05 | 1 | -1/+39 |
| * | wl12xx: add stop_scan command | Eliad Peller | 2011-07-05 | 2 | -0/+28 |
| * | wl12xx: configure suspend/resume only if associated/started | Eliad Peller | 2011-07-05 | 1 | -2/+8 |
| * | wl12xx: one SDIO initialization is enough | Ohad Ben-Cohen | 2011-07-05 | 1 | -6/+6 |
| * | wl12xx: implement Tx watermarks per AC | Arik Nemtsov | 2011-07-05 | 4 | -13/+37 |
| * | wl12xx: Increase low & high TX watermarks | Ido Yariv | 2011-07-05 | 1 | -2/+2 |
| * | wl12xx: schedule TX packets according to FW occupancy | Arik Nemtsov | 2011-07-05 | 4 | -33/+72 |
| * | wl12xx: use 802.11 header location after relocation to frame start | Arik Nemtsov | 2011-07-05 | 1 | -2/+2 |
| * | wl12xx: AP mode - support FW TX inactivity triggers | Arik Nemtsov | 2011-07-05 | 10 | -14/+82 |
| * | wl12xx: fix Tx security sequence number handling | Oz Krakowski | 2011-07-05 | 6 | -15/+47 |
* | | rt2x00: Implement tx_frames_pending mac80211 callback function. | Gertjan van Wingerde | 2011-07-07 | 9 | -0/+22 |
* | | rt2x00: Properly identify rt2800usb devices. | Gertjan van Wingerde | 2011-07-07 | 1 | -2/+2 |
* | | rt2x00: Add device ID for RT539F device. | Gertjan van Wingerde | 2011-07-07 | 1 | -0/+1 |
* | | rt2x00: Reduce window of a queue's tx lock. | Gertjan van Wingerde | 2011-07-07 | 1 | -25/+26 |
* | | rt2x00: Don't use queue entry as parameter when creating TX descriptor. | Gertjan van Wingerde | 2011-07-07 | 3 | -28/+33 |
* | | rt2x00: Serialize TX operations on a queue. | Gertjan van Wingerde | 2011-07-07 | 2 | -5/+18 |
* | | bcma: detect PCI core working in hostmode | Rafał Miłecki | 2011-07-07 | 5 | -1/+62 |
* | | mwifiex: modify SDIO aggregation Tx/Rx buffer size | Amitkumar Karwar | 2011-07-06 | 1 | -2/+2 |
* | | ipw2100: Fix command list for debugging | Jean Delvare | 2011-07-06 | 1 | -1/+1 |
* | | iwlwifi: remove unnecessary read of PCI_CAP_ID_EXP | Jon Mason | 2011-07-06 | 1 | -1/+1 |
* | | Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 2011-07-06 | 24 | -244/+1176 |
|\| |
|
| * | wl12xx: Support routing FW logs to the host | Ido Yariv | 2011-06-27 | 12 | -4/+459 |
| * | wl12xx: Avoid recovery while one is already in progress | Ido Yariv | 2011-06-27 | 7 | -7/+21 |
| * | wl12xx: Check for FW quirks as soon as the FW boots | Ido Yariv | 2011-06-27 | 2 | -23/+21 |
| * | wl12xx: use freezable workqueue for netstack_work | Eliad Peller | 2011-06-27 | 4 | -3/+14 |
| * | wl12xx: use _ni version of ieee80211_tx_status | Eliad Peller | 2011-06-27 | 3 | -5/+5 |
| * | wl12xx: check the vif's operstate after join | Eliad Peller | 2011-06-27 | 1 | -5/+18 |
| * | wl12xx_sdio: enable wowlan only if enable_irq_wake() succeeded | Eliad Peller | 2011-06-27 | 2 | -11/+16 |
| * | wl12xx: enable/disable beacon filtering on ap suspend/resume | Eliad Peller | 2011-06-27 | 1 | -9/+40 |
| * | wl12xx: clear wl->wow_enabled on resume | Eliad Peller | 2011-06-27 | 1 | -0/+1 |
| * | wl12xx: don't check wow param on suspend/resume | Eliad Peller | 2011-06-27 | 1 | -44/+43 |
| * | wl12xx: Add Support for Low Power DRPw (LPD) Mode | Shahar Levi | 2011-06-27 | 5 | -2/+24 |
| * | wl12xx: don't bail if mmc isn't MMC_CAP_POWER_OFF_CARD | Ohad Ben-Cohen | 2011-06-27 | 1 | -6/+11 |
| * | wl12xx: split channel array per band in sched_scan | Luciano Coelho | 2011-06-27 | 2 | -42/+36 |
| * | wl12xx: fix erroneous commit (cb5ae0) | Eliad Peller | 2011-06-27 | 1 | -18/+18 |