summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl/txrx.c
Commit message (Expand)AuthorAgeFilesLines
* ath6kl: remove redundant variables netlen, orig_buf, orig_len, dropped and statsColin Ian King2018-07-301-2/+0
* ath6kl: fix ath6kl_data_tx()'s return typeLuc Van Oostenryck2018-04-271-1/+1
* ath6kl: improve endianness handlingKenneth Lu2017-12-071-1/+1
* ath: Convert timers to use timer_setup()Kees Cook2017-10-271-3/+3
* drivers: net: ath6kl: use setup_timer() helper.Allen Pais2017-09-211-3/+1
* ath6kl: assure headroom of skbuff is writable in .start_xmit()Arend Van Spriel2017-05-191-9/+4
* ath6kl: Use net_device_stats from struct net_deviceTobias Klauser2017-02-141-11/+11
* ath6kl: Fix WLAN tethering authentication problem.Pierre Le Magourou2016-07-191-4/+5
* ath6kl: remove spaces before semicolonKalle Valo2014-03-131-2/+2
* ath6kl: use braces on both arms of if statementKalle Valo2014-03-131-8/+16
* ath6kl: fix blank lines before and after bracesKalle Valo2014-03-131-3/+0
* ath6kl: remove false check from ath6kl_rx()Kalle Valo2013-03-181-1/+1
* ath6kl: add tracing support and tracing points for wmi packetsKalle Valo2013-03-181-0/+3
* ath6kl: Check for valid endpoint ID in ath6kl_tx_complete()Pandiyarajan Pitchaimuthu2012-10-241-0/+4
* ath6kl: Fix random rx data corruptionVasanthakumar Thiagarajan2012-10-241-2/+8
* ath6kl: Check for valid endpoint ID values in ath6kl_control_tx()Raja Mani2012-10-241-0/+6
* ath6kl: Fix reconnection issue after recoveryVasanthakumar Thiagarajan2012-10-241-2/+1
* ath6kl: Recover from "wmi ctrl ep is full" conditionVasanthakumar Thiagarajan2012-10-241-0/+1
* ath6kl: Recover from fw crashVasanthakumar Thiagarajan2012-10-241-1/+2
* ath6kl: Fix potential memory leak in ath6kl_tx_complete()Vasanthakumar Thiagarajan2012-10-241-11/+11
* ath6kl: Fix potential skb double free in ath6kl_wmi_sync_point()Vasanthakumar Thiagarajan2012-10-241-1/+3
* ath6kl: Fix unstable downlink throughputVasanthakumar Thiagarajan2012-06-111-24/+18
* ath6kl: Fix race in aggregation reorder logicVasanthakumar Thiagarajan2012-06-111-3/+9
* ath6kl: Update netstats for some of the tx failrues in ath6kl_data_tx()Vasanthakumar Thiagarajan2012-04-301-8/+4
* Merge remote branch 'wireless-next/master' into ath6kl-nextKalle Valo2012-04-121-0/+2
|\
| * ath: Add and use pr_fmt, convert printks to pr_<level>Joe Perches2012-04-101-0/+2
* | ath6kl: Support net_stats.multicastVasanthakumar Thiagarajan2012-04-041-1/+2
* | ath6kl: add htc opsKalle Valo2012-03-261-1/+2
* | ath6kl: add rx data padding supportKalle Valo2012-03-261-0/+7
* | ath6kl: add pointer to the skb in htc_packetKalle Valo2012-03-261-0/+5
* | ath6kl: Add tx_complete() to struct htc_ep_callbacksKalle Valo2012-03-261-2/+3
|/
* ath6kl: alignment should match open parenthesisKalle Valo2012-03-071-9/+9
* ath6kl: Check wow state before sending control and data pktRaja Mani2012-03-071-0/+8
* ath6kl: Skip vif index validation in ath6kl_rx() for wmi eventsVasanthakumar Thiagarajan2012-03-011-9/+8
* ath6kl: assign Tx packet drop threshold per endpoint based on AC priorityChilam Ng2012-02-271-1/+2
* ath6kl: Add unicast mgmt frame bufferingNaveen Gangadharan2012-02-271-0/+25
* ath6kl: Update license headerVasanthakumar Thiagarajan2012-02-081-0/+1
* ath6kl: Fix kernel panic during rx aggregationVasanthakumar Thiagarajan2012-01-301-3/+4
* ath6kl: Fix bug in maintaining aggregation state in AP modeVasanthakumar Thiagarajan2012-01-241-41/+65
* ath6kl: Fix bug in using tid given by addba/delba req eventsVasanthakumar Thiagarajan2012-01-241-2/+23
* ath6kl: Define a structure for connection specific aggregation informationVasanthakumar Thiagarajan2012-01-241-77/+89
* ath6kl: Make sure to delete rx aggregation timer in aggr_reset_state()Vasanthakumar Thiagarajan2012-01-241-0/+5
* ath6kl: fix uninitialized warning in ath6kl_process_uapsdq()Kalle Valo2012-01-181-3/+1
* ath6kl: Add support for uAPSDThirumalai Pachamuthu2012-01-131-37/+212
* ath6kl: Remove few unnecessary spin_locks around set_bit()Vasanthakumar Thiagarajan2012-01-021-4/+0
* ath6kl: Support for TCP checksum offload to firmwareRishi Panjwani2012-01-021-4/+34
* ath6kl: make maximum number of vifs runtime configurableKalle Valo2011-11-161-1/+1
* ath6kl: Fix packet drop when ath6kl_cookie runs outVasanthakumar Thiagarajan2011-11-131-7/+5
* ath6kl: Fix accessing wrong skb->data in ath6kl_tx_complete()Vasanthakumar Thiagarajan2011-11-131-4/+2
* ath6kl: Fix tx packet drop in AP mode with bridgeVasanthakumar Thiagarajan2011-11-111-2/+8
OpenPOWER on IntegriCloud