| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-05-08 | 2 | -1/+2 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-04-18 | 1 | -3/+6 |
* | Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 2012-04-13 | 2 | -32/+20 |
* | Merge branch 'wl12xx-next' into for-linville | Luciano Coelho | 2012-04-12 | 1 | -1/+2 |
* | wlcore/wl12xx: adapt FW status for multiple families | Arik Nemtsov | 2012-04-12 | 6 | -19/+36 |
* | wlcore: add module param to prevent HW recovery | Arik Nemtsov | 2012-04-12 | 1 | -0/+12 |
* | wlcore/wl12xx: move identify firmware function to a lower driver op | Luciano Coelho | 2012-04-12 | 4 | -26/+48 |
* | wlcore: set max_rx_agg_subframes in mac80211 according to HT conf | Arik Nemtsov | 2012-04-12 | 1 | -1/+1 |
* | wlcore/wl12xx: set HT capabilities per chip-family | Arik Nemtsov | 2012-04-12 | 3 | -18/+21 |
* | wlcore/wl12xx: add hw op to get rate-mask for AP-link in STA mode | Arik Nemtsov | 2012-04-12 | 4 | -1/+23 |
* | wlcore/wl12xx: use a single memory config and reset if using wl127x | Luciano Coelho | 2012-04-12 | 4 | -17/+41 |
* | wlcore/wl12xx: move extended radio configuration parameters to wl12xx | Luciano Coelho | 2012-04-12 | 6 | -35/+86 |
* | wlcore/wl12xx: move runtime configuration struct to the lower driver | Luciano Coelho | 2012-04-12 | 4 | -356/+352 |
* | wlcore/wl12xx: expand functionality of cmd_trigger HW op | Arik Nemtsov | 2012-04-12 | 3 | -3/+6 |
* | wlcore/wl12xx: add hw op for vif init | Arik Nemtsov | 2012-04-12 | 4 | -0/+16 |
* | wlcore/wl12xx: add hw_init operation | Luciano Coelho | 2012-04-12 | 13 | -405/+499 |
* | wlcore/wl12xx: turn no-Tx-align quirk into Tx-align | Arik Nemtsov | 2012-04-12 | 5 | -12/+15 |
* | wlcore/wl12xx: split Tx completion to immediate/delayed | Arik Nemtsov | 2012-04-12 | 5 | -3/+30 |
* | wlcore/wl12xx: add hw op for getting rx packet data length | Arik Nemtsov | 2012-04-12 | 4 | -6/+38 |
* | wlcore/wl12xx: add prepare_read hw op for Rx data | Luciano Coelho | 2012-04-12 | 4 | -29/+42 |
* | wlcore/wl12xx: add hw op for getting rx buffer data alignment | Arik Nemtsov | 2012-04-12 | 5 | -16/+46 |
* | wlcore: introduce Rx block-size alignment HW quirk | Arik Nemtsov | 2012-04-12 | 3 | -14/+33 |
* | wlcore/wl12xx: add global elements to convert hw-rates to standard rates | Arik Nemtsov | 2012-04-12 | 7 | -108/+123 |
* | wlcore/wl12xx: add hw op for setting frame length in tx_hw_desc | Arik Nemtsov | 2012-04-12 | 4 | -32/+54 |
* | wlcore/wl12xx: add hw op for setting blocks in hw_tx_desc | Arik Nemtsov | 2012-04-12 | 4 | -14/+37 |
* | wlcore/wl12xx: add hw op for calculating hw block count per packet | Arik Nemtsov | 2012-04-12 | 5 | -13/+57 |
* | wlcore/wl12xx: change GEM Tx-spare blocks per-vif | Arik Nemtsov | 2012-04-12 | 7 | -22/+29 |
* | wlcore/wl12xx: set the number of Tx descriptors per chip family | Arik Nemtsov | 2012-04-12 | 6 | -11/+18 |
* | wlcore/wl12xx: create per-chip-family private storage | Arik Nemtsov | 2012-04-12 | 3 | -3/+21 |
* | wlcore: add quirk to disable ELP | Luciano Coelho | 2012-04-12 | 4 | -9/+17 |
* | wlcore: remove some unnecessary event mailbox address reads | Luciano Coelho | 2012-04-12 | 4 | -17/+12 |
* | wlcore/wl12xx: add quirk for legacy NVS support | Luciano Coelho | 2012-04-12 | 3 | -23/+27 |
* | wlcore/wl12xx: add command trigger and event ack operations | Luciano Coelho | 2012-04-12 | 5 | -19/+40 |
* | wlcore/wl12xx: move MAC address reading operation to lower driver | Luciano Coelho | 2012-04-12 | 3 | -50/+55 |
* | wlcore/wl12xx: move top initialization to wl12xx | Luciano Coelho | 2012-04-12 | 8 | -448/+425 |
* | wlcore/wl12xx: move get_pg_ver to the lower driver | Luciano Coelho | 2012-04-12 | 4 | -11/+17 |
* | wlcore/wl12xx: add chip-specific identify chip operation | Luciano Coelho | 2012-04-12 | 9 | -69/+99 |
* | wlcore/wl12xx: implement chip-specific register tables | Luciano Coelho | 2012-04-12 | 20 | -355/+468 |
* | wlcore/wl12xx: implement chip-specific partition tables | Luciano Coelho | 2012-04-12 | 8 | -139/+168 |
* | wl12xx/wlcore: move wl1271 struct to wlcore and add ops | Luciano Coelho | 2012-04-12 | 22 | -230/+247 |
* | wl12xx/wlcore: initial split of probe | Luciano Coelho | 2012-04-12 | 3 | -20/+36 |
* | wl12xx/wlcore: spin out the wl12xx probe from wlcore to a new wl12xx | Luciano Coelho | 2012-04-12 | 9 | -64/+130 |
* | wl12xx/wlcore: rename wl12xx to wlcore | Luciano Coelho | 2012-04-12 | 38 | -3/+3 |
* | wireless/wl12xx/wl1251: move TI WLAN modules to a common ti subdirectory | Luciano Coelho | 2012-04-12 | 67 | -0/+33334 |