summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | wlcore: cancel suspend when recovery is pendingArik Nemtsov2012-06-221-0/+6
| | * | | wlcore: access the firmware memory via debugfsArkady Miasnikov2012-06-221-0/+192
| | * | | wlcore: Force checking of io functions' return valuesIdo Yariv2012-06-226-40/+55
| | * | | wlcore: Propagate errors from wl1271_read_hwaddrIdo Yariv2012-06-222-4/+6
| | * | | wlcore: Propagate errors from wl1271_raw_write32Ido Yariv2012-06-2213-127/+298
| | * | | wlcore: Propagate errors from wl1271_raw_read32Ido Yariv2012-06-229-113/+309
| | * | | wlcore: Propagate errors from wl1271_writeIdo Yariv2012-06-2212-46/+102
| | * | | wlcore: Propagate errors from wl1271_readIdo Yariv2012-06-2212-32/+78
| | * | | wlcore: Propagate errors from wlcore_raw_*_data functionsIdo Yariv2012-06-222-13/+26
| | * | | wlcore: Change raw io functions to return errorsIdo Yariv2012-06-221-13/+13
| | * | | wlcore: Change read/write ops to return errorsIdo Yariv2012-06-223-14/+22
| | * | | wlcore: Disable interrupts while recoveringIdo Yariv2012-06-223-6/+22
| | * | | wlcore: Fix sdio out-of-sync power stateIdo Yariv2012-06-222-17/+27
| * | | | Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho2012-06-2117-109/+332
| |\ \ \ \ | | |/ / /
| | * | | wl18xx: use %zu for size_t arguments in printk callsLuciano Coelho2012-06-211-2/+2
| | * | | wl18xx: split siso40 HT cap between 2Ghz and 5GhzArik Nemtsov2012-06-211-5/+19
| | * | | wl18xx: sane defaults for HT capabilitiesArik Nemtsov2012-06-213-34/+42
| | * | | wl18xx: explicitly remove the 5Ghz MIMO HT capArik Nemtsov2012-06-211-14/+3
| | * | | wlcore: read FW logs from FW memory on watchdog recoveryIgal Chernobelsky2012-06-211-12/+22
| | * | | wlcore: do not report noise level in get survey opYoni Divinsky2012-06-211-4/+1
| | * | | wl18xx: set Tx align quirk for PG2Arik Nemtsov2012-06-211-1/+1
| | * | | wl18xx: increase Rx descriptors for PG2Arik Nemtsov2012-06-211-1/+10
| | * | | wlcore: reconfigure sleep_auth when removing interfacesArik Nemtsov2012-06-213-32/+43
| | * | | wlcore: allow setting sleep_auth before interface initArik Nemtsov2012-06-218-5/+27
| | * | | wlcore: add a debugfs entry to allow changing the sleep mode by handLuciano Coelho2012-06-216-1/+70
| | * | | wlcore: suppress error message on Rx BA session removalArik Nemtsov2012-06-211-2/+7
| | * | | wlcore: declare interface combinationsEliad Peller2012-06-131-0/+28
| | * | | wlcore: add print logs of radio_status in case of BIP calibrationYair Shapira2012-06-132-0/+35
| | * | | wlcore/wl12xx: add support for HP and SKW FEM radio manufacturersYair Shapira2012-06-132-11/+27
| | * | | wlcore: update basic rates on channel switchEliad Peller2012-06-131-0/+1
| | * | | wlcore: send EAPOLs with basic rate policyEyal Shapira2012-06-131-3/+7
| | * | | wlcore: avoid using NET_IP_ALIGN for RX alignmentEyal Shapira2012-06-132-2/+8
| * | | | wl1251: send filters to firmware as they are setGrazvydas Ignotas2012-06-201-4/+23
| * | | | wl1251: fix filtering supportGrazvydas Ignotas2012-06-202-9/+6
| * | | | wl1251: remove unused filter_workGrazvydas Ignotas2012-06-202-37/+0
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-281-1/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | wlcore: drop INET dependencyRandy Dunlap2012-06-251-1/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-253-3/+6
|\ \ \ \ | |/ / /
| * | | wl1251: Fix memory leaks in SPI initializationGrazvydas Ignotas2012-06-201-0/+4
| * | | wl1251: always report beacon loss to the stackGrazvydas Ignotas2012-06-201-2/+1
| * | | wl1251: fix TSF calculationGrazvydas Ignotas2012-06-201-1/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-1246-956/+4819
|\ \ \ \ | | |/ / | |/| |
| * | | wl18xx: avoid some -Wformat warningsJohn W. Linville2012-06-081-1/+2
| | |/ | |/|
| * | wlcore/wl12xx/wl18xx: make NVS file optional for wl18xxArik Nemtsov2012-06-082-17/+9
| * | wl18xx: clean up phy module parametersArik Nemtsov2012-06-082-58/+56
| * | wl18xx: align wl18xx_conf_phy with FW variant and remove itArik Nemtsov2012-06-083-110/+36
| * | wl18xx: update fw statisticsIdo Reis2012-06-082-24/+65
| * | wl18xx: allow FW-log by default for PG2.0Arik Nemtsov2012-06-081-1/+0
| * | wl18xx: read configuration structure from a binary fileLuciano Coelho2012-06-081-5/+63
| * | wlcore/wl18xx: export conf struct in a debugfs fileLuciano Coelho2012-06-083-0/+72
OpenPOWER on IntegriCloud