aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl/txrx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-30ath6kl: Update netstats for some of the tx failrues in ath6kl_data_tx()Vasanthakumar Thiagarajan1-8/+4
2012-04-12Merge remote branch 'wireless-next/master' into ath6kl-nextKalle Valo1-0/+2
2012-04-10ath: Add and use pr_fmt, convert printks to pr_<level>Joe Perches1-0/+2
2012-04-04ath6kl: Support net_stats.multicastVasanthakumar Thiagarajan1-1/+2
2012-03-26ath6kl: add htc opsKalle Valo1-1/+2
2012-03-26ath6kl: add rx data padding supportKalle Valo1-0/+7
2012-03-26ath6kl: add pointer to the skb in htc_packetKalle Valo1-0/+5
2012-03-26ath6kl: Add tx_complete() to struct htc_ep_callbacksKalle Valo1-2/+3
2012-03-07ath6kl: alignment should match open parenthesisKalle Valo1-9/+9
2012-03-07ath6kl: Check wow state before sending control and data pktRaja Mani1-0/+8
2012-03-01ath6kl: Skip vif index validation in ath6kl_rx() for wmi eventsVasanthakumar Thiagarajan1-9/+8
2012-02-27ath6kl: assign Tx packet drop threshold per endpoint based on AC priorityChilam Ng1-1/+2
2012-02-27ath6kl: Add unicast mgmt frame bufferingNaveen Gangadharan1-0/+25
2012-02-08ath6kl: Update license headerVasanthakumar Thiagarajan1-0/+1
2012-01-30ath6kl: Fix kernel panic during rx aggregationVasanthakumar Thiagarajan1-3/+4
2012-01-24ath6kl: Fix bug in maintaining aggregation state in AP modeVasanthakumar Thiagarajan1-41/+65
2012-01-24ath6kl: Fix bug in using tid given by addba/delba req eventsVasanthakumar Thiagarajan1-2/+23
2012-01-24ath6kl: Define a structure for connection specific aggregation informationVasanthakumar Thiagarajan1-77/+89
2012-01-24ath6kl: Make sure to delete rx aggregation timer in aggr_reset_state()Vasanthakumar Thiagarajan1-0/+5
2012-01-18ath6kl: fix uninitialized warning in ath6kl_process_uapsdq()Kalle Valo1-3/+1
2012-01-13ath6kl: Add support for uAPSDThirumalai Pachamuthu1-37/+212
2012-01-02ath6kl: Remove few unnecessary spin_locks around set_bit()Vasanthakumar Thiagarajan1-4/+0
2012-01-02ath6kl: Support for TCP checksum offload to firmwareRishi Panjwani1-4/+34
2011-11-16ath6kl: make maximum number of vifs runtime configurableKalle Valo1-1/+1
2011-11-13ath6kl: Fix packet drop when ath6kl_cookie runs outVasanthakumar Thiagarajan1-7/+5
2011-11-13ath6kl: Fix accessing wrong skb->data in ath6kl_tx_complete()Vasanthakumar Thiagarajan1-4/+2
2011-11-11ath6kl: Fix tx packet drop in AP mode with bridgeVasanthakumar Thiagarajan1-2/+8
2011-11-11ath6kl: Perform WOW resume in RX path in case of SDIO IRQ wake upRaja Mani1-0/+2
2011-11-11ath6kl: Fix lockdep warningVasanthakumar Thiagarajan1-7/+7
2011-11-11ath6kl: don't print an error for canceled packetsKalle Valo1-2/+3
2011-11-11ath6kl: Maintain virtual interface in a listVasanthakumar Thiagarajan1-31/+41
2011-11-11ath6kl: Introduce spinlock to protect vif specific informationVasanthakumar Thiagarajan1-4/+4
2011-11-11ath6kl: Use interface index from wmi data headrVasanthakumar Thiagarajan1-14/+42
2011-11-11ath6kl: Remove net_device from ath6klVasanthakumar Thiagarajan1-8/+8
2011-11-11ath6kl: Take vif information from wmi eventVasanthakumar Thiagarajan1-7/+5
2011-11-11ath6kl: Maintain firmware interface index in struct ath6kl_vifVasanthakumar Thiagarajan1-1/+4
2011-11-11ath6kl: Make net and target stats vif specificVasanthakumar Thiagarajan1-10/+10
2011-11-11ath6kl: Move aggregation information to vif structureVasanthakumar Thiagarajan1-3/+7
2011-11-11ath6kl: Move nw_type to vif structureVasanthakumar Thiagarajan1-7/+11
2011-11-11ath6kl: Define interface specific statesVasanthakumar Thiagarajan1-8/+15
2011-11-11ath6kl: fix null skb dereference in ath6kl_rx()Kalle Valo1-0/+5
2011-11-11ath6kl: Fix sparse warning "symbol 'conn' shadows an earlier one"Vasanthakumar Thiagarajan1-1/+0
2011-09-28ath6kl: add prefix parameter to ath6kl_dbg_dump()Kalle Valo1-2/+4
2011-09-27ath6kl: fix TCP corruptionJouni Malinen1-0/+18
2011-09-23ath6kl: pass only unicast frames for aggregationKalle Valo1-7/+9
2011-08-31ath6kl: Remove unused meta_v2 from ath6kl_data_tx()Vasanthakumar Thiagarajan1-3/+0
2011-08-31ath6kl: Fix system freeze under heavy data loadVasanthakumar Thiagarajan1-2/+4
2011-08-31ath6kl: Fix buffer alignment for scatter-gather I/OVasanthakumar Thiagarajan1-0/+2
2011-08-31ath6kl: Fix bug in computing AMSU subframe paddingVasanthakumar Thiagarajan1-1/+1
2011-08-31ath6kl: Cleanup ath6kl_wmi_data_hdr_remove()Vasanthakumar Thiagarajan1-2/+1