summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath6kl
AgeCommit message (Expand)AuthorFilesLines
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-24/+18
2012-03-13Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville25-667/+1228
2012-03-13ath6kl: fix debug.c file modeKalle Valo1-0/+0
2012-03-13ath6kl: use max_t() in ath6kl_cfg80211_connect()Kalle Valo1-2/+2
2012-03-13ath6kl: fix open parenthesis alignment in ath6kl_sdio_suspend()Kalle Valo1-4/+5
2012-03-13ath6kl: replace strict_strtoul() with kstrtoul()Kalle Valo1-17/+2
2012-03-13ath6kl: fix regression in ath6kl_upload_board_file()Kalle Valo1-1/+2
2012-03-12ath6kl: Fix merge error in ath6kl_set_ies()Aarthi Thiruvengadam1-24/+21
2012-03-07ath6kl: make ath6kl_bmi_[read|write]_hi32() endian safeKalle Valo1-3/+10
2012-03-07ath6kl: fix too long linesKalle Valo3-26/+27
2012-03-07ath6kl: document all spinlocksKalle Valo5-0/+36
2012-03-07ath6kl: fix open paranthesis alignment in ath6kl_cfg80211_connect()Kalle Valo1-2/+8
2012-03-07ath6kl: fix error handling ath6kl_target_config_wlan_params()Kalle Valo1-28/+38
2012-03-07ath6kl: add ath6kl_bmi_read_hi32()Kalle Valo2-16/+11
2012-03-07ath6kl: add ath6kl_bmi_write_hi32()Kalle Valo2-76/+32
2012-03-07ath6kl: remove multiple assignmentsKalle Valo1-4/+4
2012-03-07ath6kl: logical continuations should be on the previous lineKalle Valo4-15/+16
2012-03-07ath6kl: alignment should match open parenthesisKalle Valo11-115/+115
2012-03-07ath6kl: fix checkpatch error with EPSTAT() macroKalle Valo1-3/+7
2012-03-07ath6kl: fix pointer styleKalle Valo1-2/+2
2012-03-07ath6kl: Set optimal listen intvl,bmiss,scan params while going to wow suspendRaja Mani4-1/+90
2012-03-07ath6kl: Maintain the listen interval per VIF specificRaja Mani5-14/+16
2012-03-07ath6kl: Check wow state before sending control and data pktRaja Mani4-3/+44
2012-03-07ath6kl: Add provision to define suspend policy in disconnected state.Raja Mani4-8/+25
2012-03-06cfg80211/mac80211: report signal strength for mgmt framesJohannes Berg1-2/+4
2012-03-06ath6kl: Fix kernel panic while receiving fwlog during bootVasanthakumar Thiagarajan3-7/+21
2012-03-05Merge remote branch 'wireless-next/master' into ath6kl-nextKalle Valo1-43/+56
2012-03-05ath6kl: Restrict memcpy to bounce buffer only for write requestRaja Mani1-1/+4
2012-03-01ath6kl: Fix random system lockupRaja Mani1-8/+26
2012-03-01ath6kl: Collect residue firmware logsEtay Luz1-0/+1
2012-03-01ath6kl: add padding to firmware log recordsEtay Luz1-1/+4
2012-03-01ath6kl: implement hidden ssidThomas Pedersen3-1/+27
2012-03-01ath6kl: Clear the IE in firmware if not setAarthi Thiruvengadam1-35/+29
2012-03-01ath6kl: Make sure wiphy is registered before calling regulatory_hint()Vasanthakumar Thiagarajan3-1/+7
2012-03-01ath6kl: Defer wiphy and netdev registration till the end of ath6kl_core_init()Vasanthakumar Thiagarajan1-44/+32
2012-03-01ath6kl: Skip vif index validation in ath6kl_rx() for wmi eventsVasanthakumar Thiagarajan1-9/+8
2012-03-01ath6kl: Refactor ath6kl_wmi_control_rx()Vasanthakumar Thiagarajan1-101/+99
2012-03-01ath6kl: Initialize netdev hw_features for every interfaceVasanthakumar Thiagarajan2-2/+2
2012-03-01ath6kl: Group wiphy initialization into ath6kl_cfg80211_init()Vasanthakumar Thiagarajan2-14/+14
2012-02-28ath6kl: Register driver ht capabilities in wiphyVasanthakumar Thiagarajan1-0/+8
2012-02-28ath6kl: Lower SDIO pad drive strength for hw2.1.1 boardRaja Mani1-1/+2
2012-02-28ath6kl: Make foreground scan a deterministic oneVasanthakumar Thiagarajan2-4/+10
2012-02-28ath6kl: Fix memory leak of rx packets in endpoint 0Vasanthakumar Thiagarajan1-1/+15
2012-02-28ath6kl: Make sure to allocate rx buffers after the endpoint connectionVasanthakumar Thiagarajan1-4/+4
2012-02-27ath6kl: Remove bogus non-NULL pointer checkVasanthakumar Thiagarajan1-1/+1
2012-02-27ath6kl: Fix missing release of semaphore in ath6kl_stop_txrx()Vasanthakumar Thiagarajan1-0/+2
2012-02-27ath6kl: assign Tx packet drop threshold per endpoint based on AC priorityChilam Ng3-1/+12
2012-02-27ath6kl: Add unicast mgmt frame bufferingNaveen Gangadharan7-30/+188
2012-02-22cfg80211: restructure AP/GO mode APIJohannes Berg1-35/+47
2012-02-08ath6kl: Fix firmware crash dumpNaveen Gangadharan1-2/+2