aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wlcore
AgeCommit message (Expand)AuthorFilesLines
2012-06-23wlcore: refactor threaded IRQ routineArik Nemtsov1-31/+31
2012-06-23wlcore: check Rx-filter functions in the suspend pathArik Nemtsov3-10/+30
2012-06-23wlcore: force recovery on resume if suspended without recoveringArik Nemtsov1-2/+18
2012-06-23wlcore: don't allow SDIO read/writes after failureArik Nemtsov2-2/+21
2012-06-22wlcore: cancel suspend when recovery is pendingArik Nemtsov1-0/+6
2012-06-22wlcore: access the firmware memory via debugfsArkady Miasnikov1-0/+192
2012-06-22wlcore: Force checking of io functions' return valuesIdo Yariv4-36/+49
2012-06-22wlcore: Propagate errors from wl1271_read_hwaddrIdo Yariv2-4/+6
2012-06-22wlcore: Propagate errors from wl1271_raw_write32Ido Yariv10-58/+117
2012-06-22wlcore: Propagate errors from wl1271_raw_read32Ido Yariv5-32/+85
2012-06-22wlcore: Propagate errors from wl1271_writeIdo Yariv10-34/+72
2012-06-22wlcore: Propagate errors from wl1271_readIdo Yariv11-29/+75
2012-06-22wlcore: Propagate errors from wlcore_raw_*_data functionsIdo Yariv2-13/+26
2012-06-22wlcore: Change raw io functions to return errorsIdo Yariv1-13/+13
2012-06-22wlcore: Change read/write ops to return errorsIdo Yariv3-14/+22
2012-06-22wlcore: Disable interrupts while recoveringIdo Yariv3-6/+22
2012-06-22wlcore: Fix sdio out-of-sync power stateIdo Yariv2-17/+27
2012-06-21wl18xx: sane defaults for HT capabilitiesArik Nemtsov1-0/+7
2012-06-21wlcore: read FW logs from FW memory on watchdog recoveryIgal Chernobelsky1-12/+22
2012-06-21wlcore: do not report noise level in get survey opYoni Divinsky1-4/+1
2012-06-21wlcore: reconfigure sleep_auth when removing interfacesArik Nemtsov3-32/+43
2012-06-21wlcore: allow setting sleep_auth before interface initArik Nemtsov6-5/+25
2012-06-21wlcore: add a debugfs entry to allow changing the sleep mode by handLuciano Coelho6-1/+70
2012-06-21wlcore: suppress error message on Rx BA session removalArik Nemtsov1-2/+7
2012-06-13wlcore: declare interface combinationsEliad Peller1-0/+28
2012-06-13wlcore: add print logs of radio_status in case of BIP calibrationYair Shapira2-0/+35
2012-06-13wlcore/wl12xx: add support for HP and SKW FEM radio manufacturersYair Shapira1-5/+17
2012-06-13wlcore: update basic rates on channel switchEliad Peller1-0/+1
2012-06-13wlcore: send EAPOLs with basic rate policyEyal Shapira1-3/+7
2012-06-13wlcore: avoid using NET_IP_ALIGN for RX alignmentEyal Shapira2-2/+8
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville23-906/+1155
2012-06-08wlcore/wl12xx/wl18xx: make NVS file optional for wl18xxArik Nemtsov2-17/+9
2012-06-08wlcore/wl18xx: export conf struct in a debugfs fileLuciano Coelho1-0/+22
2012-06-08wlcore/wl18xx: the conf structs must be packed so they can be exportedLuciano Coelho1-22/+22
2012-06-08wlcore: use u8 instead of enum for bcn_filt_modeLuciano Coelho1-1/+1
2012-06-08wlcore/wl18xx/wl12xx: use u8 instead of bool for host_fast_wakeup_supportLuciano Coelho1-2/+7
2012-06-08wlcore: export raw binary with the FW statistics in debugfsLuciano Coelho1-0/+20
2012-06-08wlcore: add debugfs control over rx interrupt pacingEyal Shapira1-0/+11
2012-06-08wlcore: add support macros to easily add conf debugfs entriesEyal Shapira1-0/+75
2012-06-07wl18xx: pad only last frame in aggregration buffer for PG2Ido Reis4-7/+26
2012-06-07wl18xx: PG2.0 HW Watch dog interrupt supportIdo Reis2-15/+21
2012-06-06wlcore: set channels 12-14 as pactive for sched scanVictor Goldenshtein2-8/+38
2012-06-06wlcore: compare ssid_len before comparing ssidsEliad Peller1-1/+3
2012-06-06wlcore: add role_id to all the sched_scan commandsYoni Divinsky3-9/+19
2012-06-06wireless: Remove casts to same typeJoe Perches1-2/+1
2012-06-06wl12xx: send beacon loss events to userspaceEliad Peller1-0/+9
2012-06-06wlcore: do not send stop fwlog cmd if fw is hangedYoni Divinsky2-2/+8
2012-06-06wlcore/wl12xx/wl18xx: implement op_set_key per HW archArik Nemtsov5-2/+36
2012-06-06wlcore: stop queues on Tx flushArik Nemtsov4-1/+15
2012-06-06wlcore: add stop reason bitmap for waking/starting queuesArik Nemtsov4-21/+132