summaryrefslogtreecommitdiffstats
path: root/firmware/ess (unfollow)
Commit message (Expand)AuthorFilesLines
2011-07-08ath9k_hw: Remove read-only registers from AR9003 intervalsRajkumar Manoharan1-3/+1
2011-07-08ath9k_hw: Disable power detector calibration for AR9003Rajkumar Manoharan1-2/+2
2011-07-08ath9k_hw: Update AR9003 interval to improve 5G Tx EVMRajkumar Manoharan1-1/+1
2011-07-08cfg80211: return -ENOENT when stopping sched_scan while not runningLuciano Coelho2-2/+3
2011-07-08ath9k_hw: Disable PAPRD based on paprd_ht20_mask for 5GHzMohammed Shafi Shajakhan2-0/+32
2011-07-08mwifiex: 4-byte alignment in mwifiex_process_sta_txpd()Yogesh Ashok Powar2-5/+12
2011-07-08mwifiex: fix minor issue in debugfs command 'info'Amitkumar Karwar1-1/+1
2011-07-08mwifiex: fix regression in WEP security modeAmitkumar Karwar1-1/+1
2011-07-08ath5k: read sc->imask with sc->irqlock heldPavel Roskin1-1/+2
2011-07-08ath5k: use kstrtoint() to parse numbers coming from sysfsPavel Roskin1-2/+4
2011-07-08ath5k: fix formatting errors found by checkpatch.plPavel Roskin15-180/+182
2011-07-08ath5k: fix misplaced or extraneous braces found by checkpatch.plPavel Roskin4-16/+14
2011-07-08ath5k: use parentheses around macro definitionsPavel Roskin2-7/+8
2011-07-08ath5k: don't use volatile, it's not neededPavel Roskin1-1/+1
2011-07-08ath5k: use more readable way to clear MAC addressPavel Roskin1-1/+2
2011-07-08ath5k: use DEFINE_PCI_DEVICE_TABLE in led.c, mark users with __devinitPavel Roskin2-4/+4
2011-07-08ath5k: use KERN_WARNING in ATH5K_PRINTFPavel Roskin1-1/+2
2011-07-08ath5k: remove unneeded parentheses after returnPavel Roskin2-2/+2
2011-07-08ath5k: replace spaces with tabs as suggested by checkpatch.plPavel Roskin10-94/+94
2011-07-08ath5k: remove PRIV_ENTRY and PRIV_ASSIGN macros, they obfuscate the codePavel Roskin1-9/+6
2011-07-08carl9170: Implement tx_frames_pending mac80211 callback functionChristian Lamparter1-0/+8
2011-07-08net/b43: don't return IRQ_HANDLED if nothing was doneSebastian Andrzej Siewior1-1/+1
2011-07-08b43: HT-PHY: define dummy TX power functionsRafał Miłecki1-2/+10
2011-07-08mac80211: Restart STA timers only on associated stateRajkumar Manoharan1-0/+3
2011-07-08ath9k_htc: do not configure filter before driver is startedRajkumar Manoharan1-2/+7
2011-07-08b43: LCN-PHY: include new PHY in common codeRafał Miłecki2-0/+9
2011-07-08b43: define firmwares for HT and LCN PHYsRafał Miłecki1-0/+40
2011-07-08mac80211: allow driver to generate P1K for IV32Johannes Berg2-8/+25
2011-07-08mac80211: allow drivers to access key sequence counterJohannes Berg3-2/+137
2011-07-08mac80211: simplify RX PN/IV handlingJohannes Berg5-20/+44
2011-07-08b43: LCN-PHY add place for new PHY supportRafał Miłecki7-0/+125
2011-07-08mac80211: use AES_BLOCK_SIZEJohannes Berg5-29/+25
2011-07-08b43: read radio ID on new coresRafał Miłecki1-1/+13
2011-07-08b43: use radio ID reading code to older cores onlyRafał Miłecki1-15/+23
2011-07-08b43: select BLOCKIO for BCMARafał Miłecki1-0/+6
2011-07-08b43: change selecting ucode for newer coresRafał Miłecki1-9/+17
2011-07-08b43: bus: add helpers for getting/setting wldev from/in bus coreRafał Miłecki3-3/+35
2011-07-08b43: handle BCMA in bus switchesRafał Miłecki2-0/+90
2011-07-08b43: use switches for SSB specific codeRafał Miłecki5-57/+139
2011-07-08mac80211: fix CMAC racesJohannes Berg6-32/+33
2011-07-08mac80211: fix CCMP racesJohannes Berg4-25/+32
2011-07-08mac80211: fix TKIP races, make API easier to useJohannes Berg9-93/+103
2011-07-08b43: implement BCMA bus opsRafał Miłecki3-0/+110
2011-07-08b43: make b43_wireless_init bus genericRafał Miłecki1-4/+4
2011-07-08wl12xx: start/stop queues according to global per-AC countersArik Nemtsov6-24/+51
2011-07-07rt2x00: Implement tx_frames_pending mac80211 callback function.Gertjan van Wingerde9-0/+22
2011-07-07rt2x00: Properly identify rt2800usb devices.Gertjan van Wingerde1-2/+2
2011-07-07rt2x00: Add device ID for RT539F device.Gertjan van Wingerde1-0/+1
2011-07-07rt2x00: Reduce window of a queue's tx lock.Gertjan van Wingerde1-25/+26
2011-07-07rt2x00: Don't use queue entry as parameter when creating TX descriptor.Gertjan van Wingerde3-28/+33