| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | wl1271: Remove smart reflex ACX | Juuso Oikarinen | 2009-12-28 | 5 | -142/+0 |
* | | wl1271: Configure smart-reflex paramter values. | Juuso Oikarinen | 2009-12-28 | 1 | -6/+6 |
* | | wl1271: use channel 1 when configuring the data path | Luciano Coelho | 2009-12-28 | 4 | -9/+10 |
* | | wl1271: some new configuration values according to new reference | Luciano Coelho | 2009-12-28 | 2 | -10/+10 |
* | | wl1271: upload only the first 468 bytes from the NVS file | Luciano Coelho | 2009-12-28 | 2 | -1/+8 |
* | | wl1271: add gpio_power file in debugfs to power the chip on and off | Luciano Coelho | 2009-12-28 | 3 | -0/+61 |
* | | wl1271: fix one typo in the rx_rssi_and_proc_compens values | Luciano Coelho | 2009-12-28 | 1 | -1/+1 |
* | | wl1271: implement dco itrim parameters setting | Luciano Coelho | 2009-12-28 | 5 | -0/+56 |
* | | wl1271: use the correct macro when setting the basic rates | Luciano Coelho | 2009-12-28 | 1 | -1/+1 |
* | | wl1271: set null data template when BSSID is known | Luciano Coelho | 2009-12-28 | 1 | -0/+6 |
* | | wl1271: check result code from the join command | Luciano Coelho | 2009-12-28 | 1 | -1/+5 |
* | | wl1271: limit TX power to 25dBm for every channel | Luciano Coelho | 2009-12-28 | 1 | -13/+13 |
* | | wl1271: remove workaround for disconnection | Luciano Coelho | 2009-12-28 | 1 | -15/+0 |
* | | wl1271: use join command with dummy BSSID | Luciano Coelho | 2009-12-28 | 1 | -10/+65 |
* | | wl1271: added radio parameters configuration values newer firmwares | Luciano Coelho | 2009-12-28 | 3 | -5/+35 |
* | | wl1271: update radio and general parameters values | Luciano Coelho | 2009-12-28 | 1 | -10/+10 |
* | | wl1271: updated general parameters structure for newer firmwares | Luciano Coelho | 2009-12-28 | 4 | -0/+65 |
* | | wl1271: updated radio parameters structure for newer firmwares | Luciano Coelho | 2009-12-28 | 1 | -4/+12 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 | John W. Linville | 2009-12-28 | 1 | -21/+15 |
|\| |
|
| * | wl1251: don't build null data template in wl1251_op_config() | Kalle Valo | 2009-12-07 | 1 | -4/+0 |
| * | wl1251: fix bssid handling | Kalle Valo | 2009-12-07 | 1 | -15/+15 |
| * | wl1251: remove false warning messages | Kalle Valo | 2009-12-07 | 1 | -2/+0 |
* | | wl1251: enable WMM | Kalle Valo | 2009-12-21 | 2 | -3/+2 |
* | | wl1251: update tx_hdr when aliging skb in tx | Kalle Valo | 2009-12-21 | 1 | -0/+1 |
* | | wl1251: implement WMM | Kalle Valo | 2009-12-21 | 2 | -5/+5 |
* | | wl1251: implement wl1251_acx_tid_cfg() | Kalle Valo | 2009-12-21 | 3 | -0/+102 |
* | | wl1251: implement acx_ac_cfg to configure hardware queues | Kalle Valo | 2009-12-21 | 6 | -0/+164 |
* | | wl1251: use __dev_alloc_skb() on RX | Kalle Valo | 2009-12-21 | 1 | -1/+1 |
* | | wl1251: simplify ELP wakeup time calculation | Kalle Valo | 2009-12-21 | 1 | -3/+3 |
* | | wl1251: reduce ELP wakeup timeout | Kalle Valo | 2009-12-21 | 1 | -1/+2 |
* | | wl1251: fix error handling in wl1251_op_config() | Kalle Valo | 2009-12-21 | 1 | -2/+7 |
* | | wl1251: print a debug message when tx_queue is full | Kalle Valo | 2009-12-21 | 1 | -0/+1 |
* | | wl1251: add tx queue status to debugfs | Kalle Valo | 2009-12-21 | 2 | -0/+24 |
|/ |
|
* | wl1271: Remove REF_CLK hack | Luciano Coelho | 2009-11-28 | 1 | -8/+1 |
* | wl1271: remove workaround to ignore -EIO from radio and general params | Luciano Coelho | 2009-11-28 | 2 | -10/+4 |
* | wl1271: fix radio and general parameters commands | Luciano Coelho | 2009-11-28 | 5 | -182/+183 |
* | wl1271: set radio and general params also for PLT | Luciano Coelho | 2009-11-28 | 3 | -2/+15 |
* | wl1271: fix the inetdev notifier callback return values | Luciano Coelho | 2009-11-28 | 1 | -5/+5 |
* | wl1271: Set PSM support flags in driver configuration | Juuso Oikarinen | 2009-11-28 | 1 | -1/+2 |
* | wl1271: Prevent PSM-entry retry loop if PSM cancelled | Juuso Oikarinen | 2009-11-28 | 1 | -2/+6 |
* | wl1271: Decrease BET consecutive terminated beacons value to 10 | Juuso Oikarinen | 2009-11-28 | 1 | -1/+1 |
* | wl1251: add NVS in EEPROM support | David-John Willis | 2009-11-18 | 4 | -7/+22 |
* | wl1251: remove depcreated qual usage | Kalle Valo | 2009-11-18 | 1 | -4/+0 |
* | wl1251: Send null data packet with "TODS" bit set | Vidhya Govindan | 2009-11-18 | 1 | -1/+2 |
* | wl1251: Fix regression in IRQ loop handling | Juuso Oikarinen | 2009-11-18 | 1 | -2/+4 |
* | wl1251: Filter out unwanted events | Janne Ylalehto | 2009-11-18 | 1 | -2/+6 |
* | wl1251: Add IRQ looping support | Janne Ylalehto | 2009-11-18 | 1 | -60/+67 |
* | wl1251: Increase the beacon loss timeout value and handle regain event | Vidhya Govindan | 2009-11-18 | 2 | -2/+10 |
* | wl1251: Set the correct dtim period to the firmware | Vidhya Govindan | 2009-11-18 | 1 | -2/+2 |
* | wl1251: Add acx command to set tbtt and dtim period | Vidhya Govindan | 2009-11-18 | 2 | -0/+46 |